-
Notifications
You must be signed in to change notification settings - Fork 26
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 #30 from BobPalmer/DEVELOP
0.2.2
- Loading branch information
Showing
16 changed files
with
166 additions
and
8 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.
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
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 added
BIN
+57.9 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Assets/DepletedFuelTank.mu
Binary file not shown.
Binary file added
BIN
+57.9 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Assets/NukeFuelTank.mu
Binary file not shown.
Binary file added
BIN
+171 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Assets/NukeTank.dds
Binary file not shown.
Binary file added
BIN
+171 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/Assets/NukeTank_Emmissive.dds
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/CTT.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
66 changes: 66 additions & 0 deletions
66
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank.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,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 | ||
} | ||
|
||
} |
66 changes: 66 additions & 0 deletions
66
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank.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,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 | ||
} | ||
} |
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