Skip to content

Commit

Permalink
Merge pull request #309 from BobPalmer/main
Browse files Browse the repository at this point in the history
Deprecated Tweakscale, added thumbs
  • Loading branch information
BobPalmer authored Sep 9, 2021
2 parents 4d4db4c + 24680f0 commit dc8bf30
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.0 - TBD
112.0 - 2021.09.19
------------------
CryoTanks are now available in USILS allowing you to freeze Kerbals for long journeys

Expand Down
134 changes: 134 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/LSModule.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
@PART[crewCabin]
{
MODULE
{
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_HabitationSwapOption
ConverterName = Habitat
StartActionName = Start Habitat
StopActionName = Stop Habitat

BaseKerbalMonths = 21
CrewCapacity = 4
BaseHabMultiplier = 0

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 0.525
}
}
}

@PART[cupola]
{
MODULE
{
name = USI_SwapController
}
MODULE
{
name = USI_SwappableBay
bayName = Bay 1
moduleIndex = 0
}
MODULE
{
name = USI_Converter
UseSpecialistBonus = false
}
MODULE
{
name = USILS_HabitationSwapOption
ConverterName = Habitat
StartActionName = Start Habitat
StopActionName = Stop Habitat

BaseKerbalMonths = 0
CrewCapacity = 2
BaseHabMultiplier = 1.65

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 0.0825
}
}
}

@PART[Large_Crewed_Lab]
{
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 = 4
RecyclePercent = 0.5

INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}
}

@PART[MiniISRU]
{
MODULE
{
name = ModuleResourceConverter
ConverterName = Fertilizer
StartActionName = Start ISRU [Ore -> Fertilizer]
StopActionName = Stop ISRU [Ore -> Fertilizer]

INPUT_RESOURCE
{
ResourceName = Ore
Ratio = 2.5
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 30
}
OUTPUT_RESOURCE
{
ResourceName = Fertilizer
Ratio = 0.0025
DumpExcess = False
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

0 comments on commit dc8bf30

Please sign in to comment.