Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 148 additions & 66 deletions GameData/SSTU/ModIntegration/USI/USI-LS/USI-LS-LC.cfg
Original file line number Diff line number Diff line change
@@ -1,66 +1,148 @@

@PART[SSTU-LC2-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 2-person pod
{
MODULE
{
name = ModuleLifeSupport
}
@MODULE[SSTUVolumeContainer]
{
@volume = 330
@CONTAINER,0
{
@defaultResources = MonoPropellant,25;ElectricCharge,300;Supplies,65,1;Mulch,65,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 330
}
}

@PART[SSTU_LanderCore_LC3-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 3-person pod
{
MODULE
{
name = ModuleLifeSupport
}
@MODULE[SSTUVolumeContainer]
{
@volume = 692
@CONTAINER,0
{
@defaultResources = MonoPropellant,50;ElectricCharge,600;Supplies,146,1;Mulch,146,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 692
}
}

@PART[SSTU_LanderCore_LC5-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 6-person pod
{
MODULE
{
name = ModuleLifeSupport
}
@MODULE[SSTUVolumeContainer]
{
@volume = 984
@CONTAINER,0
{
@defaultResources = MonoPropellant,50;ElectricCharge,600;Supplies,292,1;Mulch,292,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 984
}
}

@PART[SSTU-LC2-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 2-person pod
{
MODULE
MODULE
{
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
ConverterName = Life Support
StartActionName = Start Life Support
StopActionName = Stop Life Support

CrewCapacity = 2
RecyclePercent = 0.25

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}
@MODULE[SSTUVolumeContainer]
{
@volume = 330
@CONTAINER,0
{
@defaultResources = MonoPropellant,25;ElectricCharge,300;Supplies,65,1;Mulch,65,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 330
}
}

@PART[SSTU_LanderCore_LC3-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 3-person pod
{
MODULE
{
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
CrewCapacity = 3
RecyclePercent = .25
ConverterName = Life Support
StartActionName = Start Life Support
StopActionName = Stop Life Support
ToggleActionName = Toggle Life Support

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}
@MODULE[SSTUVolumeContainer]
{
@volume = 692
@CONTAINER,0
{
@defaultResources = MonoPropellant,50;ElectricCharge,600;Supplies,146,1;Mulch,146,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 692
}
}

@PART[SSTU_LanderCore_LC5-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 6-person pod
{
MODULE
{
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_LifeSupportRecyclerSwapOption
CrewCapacity = 6
RecyclePercent = .5
ConverterName = Life Support
StartActionName = Start Life Support
StopActionName = Stop Life Support
ToggleActionName = Toggle Life Support

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}
@MODULE[SSTUVolumeContainer]
{
@volume = 984
@CONTAINER,0
{
@defaultResources = MonoPropellant,50;ElectricCharge,600;Supplies,292,1;Mulch,292,0
resource = Supplies
resource = Mulch
}
}
@MODULE[SSTUModelSwitch]
{
@baseVolume = 984
}
}
Loading