Skip to content

Commit

Permalink
Merge pull request #30 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
BobPalmer committed Apr 30, 2016
2 parents b7f5931 + c15d591 commit 1518943
Show file tree
Hide file tree
Showing 16 changed files with 166 additions and 8 deletions.
6 changes: 6 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.2 - 2016.04.30
------------------
Dependency Updates
Maintenance no longer sees the maintained part as a potential warehouse
Empty part categories no longer displayed

0.7.1 - 2016.4.16
-----------------
Compatibility fixes for KSP 1.1
Expand Down
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":7,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 4 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.1 - 2016.04.30
------------------
KSP 1.1.1 compatibility

0.5.0 - 2016.03.29
------------------
Compatibility with KSP 1.1
Expand Down
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":0,
"MINOR":5,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/Firespitter/Firespitter.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"VERSION": {
"MAJOR": 7,
"MINOR": 2,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0
"PATCH": 1
}
}
Binary file modified FOR_RELEASE/GameData/Firespitter/Plugins/Firespitter.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.2 - 2016.04.30
------------------
Dependency Updates
Nuke fuel tank and Depleted Fuel Tank are now under nuclear fuel systems in CTT

0.2.1 - 2016.04.16
------------------
Improved CryoTanks Compatibility (Thanks LouisB3!)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/CTT.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
@PART[C3_DepletedFuelTank]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearFuelSystems

}
@PART[C3_NukeFuelTank]:NEEDS[CommunityTechTree]
{
@TechRequired = nuclearFuelSystems

}


@PART[C3_RTank_00]:NEEDS[CommunityTechTree]
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
PART
{
// --- general parameters ---
name = C3_DepletedFuelTank
module = Part
author = RoverDude

// --- asset parameters ---

rescaleFactor = 1
MODEL
{
model = UmbraSpaceIndustries/Kontainers/Assets/DepletedFuelTank
}


// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0,0,0.325,0,0,-1,1

breakingForce = 1024
breakingTorque = 1024


// --- editor parameters ---
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
title = Nuclear Waste Container
manufacturer = USI - Freight Division
description = A specialized container for holding nuclear waste

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0



// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 45
maxTemp = 2000
bulkheadProfiles = srf

MODULE
{
name = USI_ModuleResourceWarehouse
}
MODULE
{
name = USI_ModuleRecycleBin
}

RESOURCE
{
name = DepletedFuel
amount = 300
maxAmount = 300
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
PART
{
// --- general parameters ---
name = C3_NukeFuelTank
module = Part
author = RoverDude

// --- asset parameters ---

rescaleFactor = 1
MODEL
{
model = UmbraSpaceIndustries/Kontainers/Assets/NukeFuelTank
}


// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0,0,0.325,0,0,-1,1

breakingForce = 1024
breakingTorque = 1024


// --- editor parameters ---
TechRequired = heavierRocketry
entryCost = 7600
cost = 3800
category = none
subcategory = -1
title = Nuclear Fuel Container
manufacturer = USI - Freight Division
description = A specialized container for holding nuclear fuel

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,0



// --- standard part parameters ---
mass = 0.1
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 45
maxTemp = 2000
bulkheadProfiles = srf

MODULE
{
name = USI_ModuleResourceWarehouse
}
MODULE
{
name = USI_ModuleRecycleBin
}


RESOURCE
{
name = EnrichedUranium
amount = 300
maxAmount = 300
}
}
4 changes: 2 additions & 2 deletions FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":2,
"PATCH":1,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand All @@ -21,7 +21,7 @@
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":1,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MAX":{
"MAJOR":1,
Expand Down

0 comments on commit 1518943

Please sign in to comment.