Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Nov 19, 2015
1 parent d2cce21 commit d96342f
Show file tree
Hide file tree
Showing 42 changed files with 486 additions and 16 deletions.
Binary file added FOR_RELEASE/GameData/ModuleManager.2.6.13.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
USI Life Support - ChangeLog
0.1.7 - 2015.11.19
------------------
Pushed version number up a bit due to some version number shenanigans
Adjusted mass of Nom-O-Matic 5000 (thanks mhoram!)
Corrected various part costs (thanks fat-lobyte!)
Fixed an issue where returned Kerbals were remaining tourists

0.1.4 - 2015.07.01
* Corrected collider and node issues with large greenhouse
0.1.4 - 2015.11.09
------------------
Update for KSP 1.0.5

0.1.3 - 2015.06.26
* You can now access the life support screen from the KSC, VAB, and Tracking Station
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
PART
{
name = USILS_Greenhouse
module = Part
author = RoverDude
rescaleFactor = 1
node_attach = 0,-.15,0,0,-1,0
node_stack_bottom = 0,-.25,0,0,-1,0
TechRequired = survivability
entryCost = 1000
cost = 100
category = Utility
subcategory = 0
title = Nom-O-Matic 5000
manufacturer = Umbra Space Industries
description = The Nom-O-Matic offers the latest in automated gardening and food generation. Simply toss in mulch (not included!) and harvest bland but mildly nutritions noms.
attachRules = 1,1,0,0,0
mass = 1.5
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = .5
crashTolerance = 45
breakingForce = 280
breakingTorque = 280
maxTemp = 1700
bulkheadProfiles = size1,srf

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/Greenhouse
}

RESOURCE
{
name = Mulch
amount = 0
maxAmount = 100
}
RESOURCE
{
name = Supplies
amount = 100
maxAmount = 100
}

MODULE
{
name = ModuleResourceConverter
ConverterName = Greenhouse
tag = Greenhouse
StartActionName = Start Greenhouse
StopActionName = Stop Greenhouse

INPUT_RESOURCE
{
ResourceName = Mulch
Ratio = 0.00005
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 3
}
OUTPUT_RESOURCE
{
ResourceName = Supplies
Ratio = 0.000025
DumpExcess = False
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
PART
{
name = USILS_Greenhouse_LG
module = Part
author = RoverDude
rescaleFactor = 1
node_attach = 0,-.15,0,0,-1,0
node_stack_bottom = 0,-.25,0,0,-1,0
TechRequired = survivability
entryCost = 1000
cost = 5000
category = Utility
subcategory = 0
title = Nom-O-Matic 25000
manufacturer = Umbra Space Industries
description = The Nom-O-Matic offers the latest in automated gardening and food generation. Simply toss in mulch (not included!) and harvest bland but mildly nutritions noms. Now in a larger, more efficient model!
attachRules = 1,1,0,0,0
mass = 4.5
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = .5
crashTolerance = 45
breakingForce = 280
breakingTorque = 280
maxTemp = 1700

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/JumboGreenhouse
}

RESOURCE
{
name = Mulch
amount = 0
maxAmount = 500
}
RESOURCE
{
name = Supplies
amount = 500
maxAmount = 500
}
RESOURCE
{
name = Fertilizer
amount = 500
maxAmount = 500
}

MODULE
{
name = ModuleResourceConverter
tag = Greenhouse
ConverterName = Greenhouse
StartActionName = Start Greenhouse
StopActionName = Stop Greenhouse
INPUT_RESOURCE
{
ResourceName = Mulch
Ratio = 0.0002
}
OUTPUT_RESOURCE
{
ResourceName = Supplies
Ratio = 0.0001
DumpExcess = False
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 12
}
}

MODULE
{
name = ModuleResourceConverter
tag = Agroponics
ConverterName = Agroponics
StartActionName = Start Agroponics
StopActionName = Stop Agroponics
INPUT_RESOURCE
{
ResourceName = Mulch
Ratio = 0.0002
}
INPUT_RESOURCE
{
ResourceName = Fertilizer
Ratio = 0.00004

}
OUTPUT_RESOURCE
{
ResourceName = Supplies
Ratio = 0.00024
DumpExcess = False
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 12
}
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
PART
{
name = LifeSupportMiniPack
module = Part
author = RoverDude
rescaleFactor = 1
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
category = Utility
subcategory = 0
title = Life Support MiniPak (Supplies)
manufacturer = Umbra Space Industries
description = While we firmly believe you can never have enough snacks, the engineers and load planners disagreed, and provided this smaller, more conveniently sized supply container.
attachRules = 0,1,0,0,0
mass = 0.02
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = .5
crashTolerance = 45
breakingForce = 280
breakingTorque = 280
maxTemp = 1700

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_01
}

RESOURCE
{
name = Supplies
amount = 100
maxAmount = 100
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
PART
{
name = FertilizerMiniPack
module = Part
author = RoverDude
rescaleFactor = 1
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
category = Utility
subcategory = 0
title = Life Support MiniPak (Fertilizer)
manufacturer = Umbra Space Industries
description = For the larger Nom-O-Matic, provided a starter (Fertilizer) to dramatically extend life support capabilities.
attachRules = 0,1,0,0,0
mass = 0.02
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = .5
crashTolerance = 45
breakingForce = 280
breakingTorque = 280
maxTemp = 1700

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_03
}

RESOURCE
{
name = Fertilizer
amount = 100
maxAmount = 100
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
PART
{
name = MulchMiniPack
module = Part
author = RoverDude
rescaleFactor = 1
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
category = Utility
subcategory = 0
title = Life Support MiniPak (Mulch)
manufacturer = Umbra Space Industries
description = When tossing stuff out the airlock is simply not an option.
attachRules = 0,1,0,0,0
mass = 0.02
dragModelType = default
maximum_drag = 0.25
minimum_drag = 0.25
angularDrag = .5
crashTolerance = 45
breakingForce = 280
breakingTorque = 280
maxTemp = 1700

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/MiniPak
texture = miniPak, UmbraSpaceIndustries/LifeSupport/Parts/miniPak_02
}

RESOURCE
{
name = Mulch
amount = 0
maxAmount = 100
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
PART
{
name = LS_Tank_125
module = Part
author = RoverDude

MODEL
{
model = UmbraSpaceIndustries/LifeSupport/Parts/Tank_125
}

rescaleFactor = 1

node_attach = 0,0,0.6,0,0,-1,1
node_stack_top = 0.0, .25, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -.25, 0.0, 0.0, -1.0, 0.0, 1


TechRequired = survivability
entryCost = 3000
cost = 500
category = Utility
subcategory = 0
title = Life Support Tank (1.25)
manufacturer = Umbra Space Industries
description = A tank filled to the brim with Nutritional Organic Meal Substitutes (N.O.M.S.).
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000
bulkheadProfiles = size1,srf

RESOURCE
{
name = Supplies
amount = 500
maxAmount = 500
}

RESOURCE
{
name = Mulch
amount = 0
maxAmount = 10
}

}
Loading

0 comments on commit d96342f

Please sign in to comment.