-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from BobPalmer/main
Deprecated Tweakscale, added thumbs
- Loading branch information
Showing
10 changed files
with
135 additions
and
40 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/ChangeLog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
134 changes: 134 additions & 0 deletions
134
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/LSModule.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |
Binary file added
BIN
+32.6 KB
...ata/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/LifeSupportMiniPack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.4 KB
...UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.Cupola_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.5 KB
...aSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Greenhouse.MiniCupola_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+53 KB
...meData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.LgRecycler_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.8 KB
...GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.Recycler_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.5 KB
...GameData/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.SmCupola_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34.4 KB
...ata/UmbraSpaceIndustries/LifeSupport/Parts/@thumbs/USILS.ViewingCupola_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 0 additions & 39 deletions
39
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Patches/USILS_TweakScale.cfg
This file was deleted.
Oops, something went wrong.