Jump to content

[1.9.X] Special Delivery - Stockalike Cygnus [1.1][20/05/2020]


Beale

Recommended Posts

On 5/13/2020 at 3:31 PM, Beale said:

Worth considering.

Please-please-please make a patch for it to be a holding container like the cargo modules in Nert's SSPRX, it'd add so much more functionality! 

Link to comment
Share on other sites

Just now, NiL said:

Please-please-please make a patch for it to be a holding container like the cargo modules in Nert's SSPRX, it'd add so much more functionality! 

It already does that?

 

 

Corrections to vertext normals, previously using the radiator-panelled version, you would get harsh lighting changes between panels (top), now it will appear smooth (bottom).

7LMIvCM.jpg
jdvXq4j.jpg

Link to comment
Share on other sites

16 hours ago, Beale said:

It already does that?

I mean not KIS stuff, but a holding container module with B9 part switcher for ore, supplies, fertilizer, machenery, snacks and that stuff

Link to comment
Share on other sites

1 hour ago, NiL said:

I mean not KIS stuff, but a holding container module with B9 part switcher for ore, supplies, fertilizer, machenery, snacks and that stuff

Oh, anything like that is not on the cards for now. People are welcome to make a patch though.

Link to comment
Share on other sites

5 hours ago, Beale said:

People are welcome to make a patch though.

Well, I'll hold your word lol

Also could you perhaps implement it in the mod if i'll provide a code and it would be seamless and stable enough? 

Link to comment
Share on other sites

9 hours ago, Drakenex said:

Tantares stuff must be flown on Tantares rockets!

 

ntqtUOB.png

wh...where did you find that? YvLjhTe.jpg

My past crimes should remain buried...

Edited by Beale
Link to comment
Share on other sites

5 hours ago, curtquarquesso said:

Congrats on proper release! 

aQpOQ3l.pngquizvq5.png

 

I don't see the shroud for the SM as a part in the parts list, and it doesn't seem to be working as a built-in shroud, could someone else confirm?

I could not find it either, so I just used a stock fairing.

Link to comment
Share on other sites

Here's a very simple MM patch that adds a little bit of ore, some Life Support resources for either Snacks! or TAC-LS, and a couple of experiment slots for WBI Pathfinder.  It would be neater using B9 Partswitch but that would add a mod dependency.  Resource balance is very rough based on other parts of about the same size.

Spoiler

 

//Adds 600 Ore and Life Support for either Snacks! or TAC-LS, depending which you have installed.
@PART[cygnus_fuselage_s1p5_1]:NEEDS[Delivery]
{
    RESOURCE
    {
        name = Ore
        amount = 0
        maxAmount = 600
    }
    
    RESOURCE:NEEDS[Snacks]
    {
        name = Snacks
        amount = 0
        maxAmount = 1000
    }
    
    RESOURCE:NEEDS[SnacksFreshAir]
    {
        name = FreshAir
        amount = 0
        maxAmount = 500
    }
    
    RESOURCE:NEEDS[TacLifeSupport]
    {
        name = Food
        amount = 50
        maxAmount = 50
    }
    RESOURCE:NEEDS[TacLifeSupport]
    {
        name = Water
        amount = 30
        maxAmount = 30
    }
    RESOURCE:NEEDS[TacLifeSupport]
    {
        name = Oxygen
        amount = 4500
        maxAmount = 4500
    }
}

//Add two experiment slots for use with Angel's WBI Pathfinder mod
@PART[cygnus_fuselage_s1p5_1]:NEEDS[Delivery,WildBlueTools]
    {
    MODULE
    {
        name = WBIModuleScienceExperiment
        experimentID = WBIEmptyExperiment
        defaultExperiment = WBIEmptyExperiment
        experimentActionName = Do Nothing
        resetActionName = Reset Nothing
        useStaging = False
        useActionGroups = True
        hideUIwhenUnavailable = True
        xmitDataScalar = 0.0001
        dataIsCollectable = False
        interactionRange = 1.2
        rerunnable = False
        resettable = False
        usageReqMaskInternal = 1
        usageReqMaskExternal = 8
    }
    
    MODULE
    {
        name = WBIModuleScienceExperiment
        experimentID = WBIEmptyExperiment
        defaultExperiment = WBIEmptyExperiment
        experimentActionName = Do Nothing
        resetActionName = Reset Nothing
        useStaging = False
        useActionGroups = True
        hideUIwhenUnavailable = True
        xmitDataScalar = 0.0001
        dataIsCollectable = False
        interactionRange = 1.2
        rerunnable = False
        resettable = False
        usageReqMaskInternal = 1
        usageReqMaskExternal = 8
    }
    
    MODULE
    {
        name = WBIExperimentManifest
        defaultExperiment = WBIEmptyExperiment
    }
}

 

 

Link to comment
Share on other sites

43 minutes ago, Barzon said:

Minor qualm with your Gateway, @Drakenex, all images I have seen of the PPE have 4 ion engines

artistic licenses! PPE will use a couple of Advanced Electric Propulsion System (AEPS) hall effect thrusters, fed by two roll-out solar arrays (ROSA).

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...