Jump to content

[1.11.x - 1.12] Corvus CF - a Size-1 Command Pod for 2 Kerbals (V1.3.7 - 2021.07.01)


micha

Recommended Posts

@Daniel Prates  Nothing. Just marked as compatible with 1.7.x.

From https://github.com/mwerle/Corvus_CF/releases/tag/v1.3.4.2019041201

Quote

@mwerle mwerle released this 20 days ago · 1 commit to master since this release

Re-release to mark Corvus compatible with KSP1.7.x

 

Link to comment
Share on other sites

41 minutes ago, Antikris77 said:

The RCS/parachute nosecone appears to cause massive drag problems, even flipping over rockets.

Read up, other people have reported this.  I can't repro but a possible cause might be bad data in " PartDatabase.cfg".  Delete this file and restart KSP (it will be re-created).
Since nobody else replied, if you try this and it fixes your issue, could you please post confirmation here?

Thanks!

Link to comment
Share on other sites

1 hour ago, micha said:

Read up, other people have reported this.  I can't repro but a possible cause might be bad data in " PartDatabase.cfg".  Delete this file and restart KSP (it will be re-created).
Since nobody else replied, if you try this and it fixes your issue, could you please post confirmation here?

Thanks!

No change, unfortunately.

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...

I made a config for @Snark Indicator Lights mod, I assume it will be included in the next release of the IL Community Extensions, but if you don't want to wait, here you go:

Spoiler

// Adds an occupancy indicator to the Corvus command pod.
// Mod release thread: https://forum.kerbalspaceprogram.com/index.php?/topic/163101-13x-18x-corvus-cf-a-size-1-command-pod-for-2-kerbals-v134/


@PART[Corvus_Exterior]:NEEDS[Corvus] {

    //-------------------------------------------------------------------------
    // INDICATOR MESHES
    //-------------------------------------------------------------------------

    MODEL
    {
        model = IndicatorLights/Meshes/squareLamp
        scale = 0.25, 1, 0.5
        position = 0, 0.43, -0.333
        rotation = 15, 0, 90
    }

    MODEL
    {
        model = IndicatorLights/Meshes/squareLamp
        scale = 0.25, 1, 0.5
        position = 0, 0.35, -0.358
        rotation = 15, 0, 90
    }


    //-------------------------------------------------------------------------
    // CONTROLLABLE EMISSIVES
    //-------------------------------------------------------------------------

    MODULE {
        name = ModuleControllableEmissive
        target = IndicatorLights/Meshes/squareLamp:0
        emissiveName = indicator0
    }

    MODULE {
        name = ModuleControllableEmissive
        target = IndicatorLights/Meshes/squareLamp:1
        emissiveName = indicator1
    }

    //-------------------------------------------------------------------------
    // CONTROLLERS
    //-------------------------------------------------------------------------

    MODULE {
        name = ModuleCrewIndicatorToggle
        toggleName = indicatorToggle
    }
    
    MODULE {
        name = ModuleCrewIndicator
        controllerName = crewController0
        toggleName = indicatorToggle
    }
    
    MODULE {
        name = ModuleCrewIndicator
        controllerName = crewController1
        toggleName = indicatorToggle
    }


     MODULE {
            name = ModuleScienceAvailabilityIndicator
        controllerName = availability0
            experimentID = crewReport
            lowValueColor = crewController0
            mediumValueColor = highValueColor
            highValueColor = blink(lowValueColor, 200, $Off, 200)
        }

        MODULE {
            name = ModuleScienceAvailabilityIndicator
        controllerName = availability1
            experimentID = crewReport
            lowValueColor = crewController1
            mediumValueColor = highValueColor
            highValueColor = blink(lowValueColor, 200, $Off, 200)
        }

    MODULE {
        name = ModuleScienceDataIndicator
            experimentID = crewReport
            emissiveName = indicator0
        dataColor = crewController0
        emptyColor = availability0
    }

    MODULE {
        name = ModuleScienceDataIndicator
            experimentID = crewReport
            emissiveName = indicator1
        dataColor = crewController1
        emptyColor = availability1
    }


    //-------------------------------------------------------------------------
    // TWEAKS
    //-------------------------------------------------------------------------

    // This pod uses a ModuleColorChanger to handle its cabin lights, set up
    // so that by default it takes control of *all* emissives on the part.
    // Need to tell it not to tinker with the meshes that we're adding here;
    // otherwise, the crew indicator will just turn on and off with the cabin
    // lights instead of actually working as a crew indicator.
    @MODULE[ModuleColorChanger] {
        excludedRenderer = IndicatorLights/Meshes/squareLamp(Clone)
    }
}
 

Screenshot:

screenshot0-png-Windows-Photo-Viewer-201

Edited by VoidSquid
Link to comment
Share on other sites

  • 3 months later...
  • 4 weeks later...
  • 2 weeks later...
20 hours ago, EvilGenius97 said:

Hi there, I noticed you said v1.3.4 is compatible with KSP 1.9.x. The recent update to 1.9.1 has CKAN marking this mod as no longer compatible, is this actually the case?

That's odd - the version file marks Corvus_CF compatible up to 1.9.99.  Ah, but CKAN uses Spacedock for the metadata. Let me update it (Spacedock can't be told that a mod is compatible with future versions of KSP).
I might change that...

Should be good as soon as CKAN updates.

Link to comment
Share on other sites

  • 1 month later...
On 10/18/2019 at 9:15 PM, micha said:

Initial testing seems to indicate Corvus_CF 1.3.4 works fine with KSP1.8.0.

If anybody finds any issues, please raise a bug on GitHub or post here.  Happy flying :)

The issue has something to do with Real Chutes. When both mods are active, a huge drag vector is applied to the Nose Cone. Around 300m/sec ascent it causes the entire vessel to flip similar to when CoA rises above CoM. Using Aerodynamic overlay, you can see the drag. 

I fixed it by disabling Real Chutes. Smooth sailing without it. No drag vector. I'm on 1.9.1 Hope this helps. 

Edited by Mattmillze
Added version info
Link to comment
Share on other sites

On 4/17/2020 at 1:55 PM, Mattmillze said:

The issue has something to do with Real Chutes. When both mods are active, a huge drag vector is applied to the Nose Cone.

Awesome!  Thanks for identifying at least one of the causes!  If you look up, various people have reported excessive drag before, but I've never been able to repro and they've never sent me enough info to look into it further.  I'll see what, if anything, can be done about this.

Link to comment
Share on other sites

Well, I was basically going to say "tough" especially since the author or RealChutes is no longer maintaining the mod at present, but I decided to have a play anyway.  So I've changed the config a bit, and it seems it may have been due to the manually-specified DRAG_CUBE entry in the Corvus_Nose part.  I've removed that and used DragMultiplier modules instead, and it seems to work for both stock and RealChute.[1]

Pre-release available on GitHub for those wanting to give it a try.


EDIT:

[1] Which, if I'd re-read the comments from page 2, would have been a lot quicker to figure out.
 

EDIT2:

Since nobody has complained (well, the entire 1 person that had downloaded the pre-release...) I've made it a full release now. Enjoy!

Edited by micha
Link to comment
Share on other sites

Thought I'd give this a try. Took me a minute to figure out that the nosecone docking port will actually dock with a Jr. Whew!

re: drag ... sorry no real feedback other than I flew it to orbit just fine in JNSQ.

It's a cool little mod. Thanks for keeping it alive!

edit: also, i named the craft corvus-19 thatswrongimsorry

Edited by OrbitalManeuvers
snark, ofc
Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...
  • 6 months later...

Release 1.3.7 is out, marked as compatible with KSP1.12.x

I've also tweaked the capsule parameters ever so slightly, mostly to make it a bit more expensive. 

Enjoy :)

Link to comment
Share on other sites

  • 1 year later...

Hey, sorry for being so late to the party. I'd love if there was a slot for the supply tank and maneuvering unit inside of the 1.875m adapter, or at least an integration of the two optionally. Would make it more realistic AND viable!

Link to comment
Share on other sites

  • 3 months later...

"Included in the pack is an appropriately themed parachute/ docking port combo"

Where?

I have been having to add stock HUGE radial chutes and the stock docking port junior, which is to big and looks dumb.

I just end up not using the nose cone and adding a dumb looking stock 0.6 white and yellow mono tank and docking port junior and it looks mismatched

Link to comment
Share on other sites

On 9/1/2023 at 4:56 PM, ctbram said:

"Included in the pack is an appropriately themed parachute/ docking port combo"

Where?

I have been having to add stock HUGE radial chutes and the stock docking port junior, which is to big and looks dumb.

I just end up not using the nose cone and adding a dumb looking stock 0.6 white and yellow mono tank and docking port junior and it looks mismatched

Corvus nose cone, the one that is 0.625 in the base and slightly tapered, is exactly the part that holds its docking port and chute.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...