ModIntegrations update: collected questions
Jimbodiah opened this issue ยท 2 comments
Just wanted to make a topic for questions regarding to upgrading ModIntegration files.
1.) SSTUVolumeContainer for LS resources. Are the volumes from the old patches still relevant, as I can not find references to them anymore on the original parts.
@part[SSTU-LC2-POD]:FOR[SSTU]:NEEDS[USILifeSupport] // 2-person pod
{
MODULE
{
name = ModuleLifeSupport
}
@module[SSTUVolumeContainer]
{
@Volume = 330 ////////////////////////////////// THIS ONE
@container,0
{
@defaultResources = MonoPropellant,25;ElectricCharge,300;Supplies,65,1;Mulch,65,0
resource = Supplies
resource = Mulch
}
}
@module[SSTUModelSwitch]
{
@baseVolume = 330 ///////////////////////////////// THIS ONE
}
}<