-
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 #100 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
23 changed files
with
212 additions
and
28 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
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
Binary file not shown.
Binary file not shown.
8 changes: 6 additions & 2 deletions
8
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
Binary file added
BIN
+74.5 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/FertTank125.mu
Binary file not shown.
Binary file added
BIN
+74.5 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/FertTank250.mu
Binary file not shown.
Binary file added
BIN
+74.5 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/FertTank375.mu
Binary file not shown.
47 changes: 47 additions & 0 deletions
47
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/Fert_125.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,47 @@ | ||
PART | ||
{ | ||
name = Fert_Tank_125 | ||
module = Part | ||
author = RoverDude | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/FertTank125 | ||
} | ||
|
||
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 = Fertilizer Tank (1.25) | ||
manufacturer = Umbra Space Industries | ||
description = A tank filled to the brim with Super-Gro Fertilizer. It's what plants crave! | ||
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 = Fertilizer | ||
amount = 500 | ||
maxAmount = 500 | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/Fert_250.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,47 @@ | ||
PART | ||
{ | ||
name = Fert_Tank_250 | ||
module = Part | ||
author = RoverDude | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/FertTank250 | ||
} | ||
|
||
rescaleFactor = 1 | ||
|
||
node_attach = 0,0,1.2,0,0,-1,2 | ||
node_stack_top = 0.0, .5, 0.0, 0.0, 1.0, 0.0, 2 | ||
node_stack_bottom = 0.0, -.5, 0.0, 0.0, -1.0, 0.0, 2 | ||
|
||
|
||
TechRequired = survivability | ||
entryCost = 3000 | ||
cost = 1000 | ||
category = Utility | ||
subcategory = 0 | ||
title = Fertilizer Tank (2.5) | ||
manufacturer = Umbra Space Industries | ||
description = A tank filled to the brim with Super-Gro Fertilizer. It's what plants crave! | ||
attachRules = 1,1,1,1,0 | ||
// --- standard part parameters --- | ||
mass = 0.9 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 7 | ||
maxTemp = 2000 // = 3000 | ||
bulkheadProfiles = size2,srf | ||
RESOURCE | ||
{ | ||
name = Fertilizer | ||
amount = 4500 | ||
maxAmount = 4500 | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/Fert_375.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,45 @@ | ||
PART | ||
{ | ||
name = Fert_Tank_375 | ||
module = Part | ||
author = RoverDude | ||
|
||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/LifeSupport/Parts/FertTank375 | ||
} | ||
rescaleFactor = 1 | ||
|
||
node_attach = 0,0,1.8,0,0,-1,3 | ||
node_stack_top = 0.0, .75, 0.0, 0.0, 1.0, 0.0, 3 | ||
node_stack_bottom = 0.0, -.75, 0.0, 0.0, -1.0, 0.0, 3 | ||
|
||
|
||
TechRequired = survivability | ||
entryCost = 3000 | ||
cost = 1500 | ||
category = Utility | ||
subcategory = 0 | ||
title = Fertilizer Tank (3.75) | ||
manufacturer = Umbra Space Industries | ||
description = A tank filled to the brim with Super-Gro Fertilizer. It's what plants crave! | ||
attachRules = 1,1,1,1,0 | ||
// --- standard part parameters --- | ||
mass = 3.0 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 7 | ||
maxTemp = 2000 // = 3000 | ||
bulkheadProfiles = size3,srf | ||
RESOURCE | ||
{ | ||
name = Fertilizer | ||
amount = 15000 | ||
maxAmount = 15000 | ||
} | ||
} |
Binary file added
BIN
+624 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/NomTank.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
+73 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/Parts/NomTank_N_NRM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+512 Bytes
(100%)
FOR_RELEASE/GameData/UmbraSpaceIndustries/LifeSupport/USILifeSupport.dll
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
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