-
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 #3 from BobPalmer/master
Update from parent.
- Loading branch information
Showing
54 changed files
with
282 additions
and
14 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
obj/ | ||
bin/ | ||
*.cache | ||
*.zip |
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,8 @@ | ||
@PART[USILS_Greenhouse]:NEEDS[CommunityTechTree] | ||
{ | ||
@TechRequired = recycling | ||
} | ||
@PART[USILS_Greenhouse_LG]:NEEDS[CommunityTechTree] | ||
{ | ||
@TechRequired = hydroponics | ||
} |
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
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
@PART[*]:HAS[!MODULE[ModuleLifeSupport],#CrewCapacity[*],~CrewCapacity[0]]:FOR[LifeSupport] | ||
@PART[*]:HAS[!MODULE[ModuleLifeSupport],#CrewCapacity[*],~CrewCapacity[0]]:FOR[USILifeSupport] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleLifeSupport | ||
AlwaysActive = true | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-200 Bytes
GameData/UmbraSpaceIndustries/LifeSupport/Parts/FrostedGlass30.png
Binary file not shown.
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
Binary file modified
BIN
+259 Bytes
(100%)
GameData/UmbraSpaceIndustries/LifeSupport/Parts/Greenhouse.mu
Binary file not shown.
108 changes: 108 additions & 0 deletions
108
GameData/UmbraSpaceIndustries/LifeSupport/Parts/JumboGreenhouse.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,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 | ||
} | ||
} | ||
|
||
} |
Binary file not shown.
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
39 changes: 39 additions & 0 deletions
39
GameData/UmbraSpaceIndustries/LifeSupport/Parts/MiniPak_02.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,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 | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
GameData/UmbraSpaceIndustries/LifeSupport/Parts/MiniPak_03.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,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 | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -43,5 +43,11 @@ RESOURCE | |
maxAmount = 500 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 10 | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -43,5 +43,11 @@ RESOURCE | |
maxAmount = 4500 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 150 | ||
} | ||
|
||
} |
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 |
---|---|---|
|
@@ -42,5 +42,12 @@ RESOURCE | |
maxAmount = 15000 | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = Mulch | ||
amount = 0 | ||
maxAmount = 300 | ||
} | ||
|
||
|
||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.