Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BobPalmer committed Mar 30, 2016
1 parent 83bc508 commit 93a48f9
Show file tree
Hide file tree
Showing 15 changed files with 142 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.0 - TBD
0.7.0 - 2016.03.29
------------------
Compatibility with KSP 1.1
Moved out DynamicTanks DLL to ART
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file removed FOR_RELEASE/GameData/ModuleManager.2.6.18.dll
Binary file not shown.
Binary file added FOR_RELEASE/GameData/ModuleManager.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.0 - TBD
0.4.0 - 2016.03.29
-------------
Compatibility with KSP 1.1

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
}
}
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
}
}
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
}
}
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.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":0,
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MAX":{
Expand Down
Binary file not shown.

0 comments on commit 93a48f9

Please sign in to comment.