-
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 #76 from BobPalmer/DEVELOP
Develop
- Loading branch information
Showing
14 changed files
with
319 additions
and
4 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
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.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":8, | ||
"PATCH":12, | ||
"PATCH":16, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|
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
71 changes: 71 additions & 0 deletions
71
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/DepletedFuelTank_Lg.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,71 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = C3_DepletedFuelTank_Lg | ||
module = Part | ||
author = RoverDude | ||
|
||
// --- asset parameters --- | ||
|
||
rescaleFactor = 1 | ||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/Kontainers/Assets/DepletedFuelTank | ||
scale = 2,2,2 | ||
} | ||
|
||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0,0,0.65,0,0,-1,1 | ||
|
||
breakingForce = 1024 | ||
breakingTorque = 1024 | ||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = heavierRocketry | ||
entryCost = 7600 | ||
cost = 30400 | ||
category = none | ||
subcategory = -1 | ||
title = Nuclear Waste Container (Large) | ||
manufacturer = USI - Logistics Division | ||
description = A large specialized container for holding nuclear waste | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,0 | ||
|
||
|
||
|
||
// --- standard part parameters --- | ||
mass = 0.8 | ||
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 = 0 | ||
maxAmount = 2400 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleWeightDistributableCargo | ||
} | ||
|
||
} |
71 changes: 71 additions & 0 deletions
71
FOR_RELEASE/GameData/UmbraSpaceIndustries/Kontainers/NukeFuelTank_Lg.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,71 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = C3_NukeFuelTank_Lg | ||
module = Part | ||
author = RoverDude | ||
|
||
// --- asset parameters --- | ||
|
||
rescaleFactor = 1 | ||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/Kontainers/Assets/NukeFuelTank | ||
scale = 2,2,2 | ||
} | ||
|
||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0,0,0.65,0,0,-1,1 | ||
|
||
breakingForce = 1024 | ||
breakingTorque = 1024 | ||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = heavierRocketry | ||
entryCost = 7600 | ||
cost = 2156000 | ||
category = none | ||
subcategory = -1 | ||
title = Nuclear Fuel Container (Large) | ||
manufacturer = USI - Logistics Division | ||
description = A large specialized container for holding nuclear fuel | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,0,0 | ||
|
||
|
||
|
||
// --- standard part parameters --- | ||
mass = 0.8 | ||
dragModelType = default | ||
maximum_drag = 0.20 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 2000 | ||
bulkheadProfiles = srf | ||
|
||
MODULE | ||
{ | ||
name = USI_ModuleResourceWarehouse | ||
} | ||
MODULE | ||
{ | ||
name = USI_ModuleRecycleBin | ||
} | ||
|
||
|
||
RESOURCE | ||
{ | ||
name = EnrichedUranium | ||
amount = 0 | ||
maxAmount = 2400 | ||
} | ||
MODULE | ||
{ | ||
name = ModuleWeightDistributableCargo | ||
} | ||
} |
Binary file added
BIN
+938 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Assets/NUKES.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
+117 KB
FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Assets/Nuke_125_S.mu
Binary file not shown.
146 changes: 146 additions & 0 deletions
146
FOR_RELEASE/GameData/UmbraSpaceIndustries/ReactorPack/Parts/Nuke_125_S.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,146 @@ | ||
PART | ||
{ | ||
// --- general parameters --- | ||
name = USI_Nuke_125_S | ||
module = Part | ||
author = RoverDude | ||
|
||
// --- asset parameters --- | ||
scale = 1 | ||
rescaleFactor = 1 | ||
MODEL | ||
{ | ||
model = UmbraSpaceIndustries/ReactorPack/Assets/Nuke_125_S | ||
} | ||
|
||
// --- node definitions --- | ||
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | ||
node_attach = 0.0,0.0,0.625,0,0,-1,1 | ||
node_stack_bottom = 0.0, -0.45, 0.0, 0.0, -1.0, 0.0, 1 | ||
node_stack_top = 0.0, 0.45, 0.0, 0.0, 1.0, 0.0, 1 | ||
breakingForce = 12690 | ||
breakingTorque = 12690 | ||
|
||
// --- editor parameters --- | ||
TechRequired = advScienceTech | ||
entryCost = 3795 | ||
cost = 37950 | ||
category = Electrical | ||
subcategory = 0 | ||
title = Nuclear Reactor (1.25m Short) | ||
manufacturer = Umbra Space Industries | ||
description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases. | ||
|
||
tags = USI Nuke base utility station colony coloni power electr distrib nuc reactor core thermal heat converter repair resource EnrichedUranium DepletedFuel XenonGas ElectricCharge e/c | ||
|
||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 1,1,1,1,0 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.8 | ||
dragModelType = default | ||
maximum_drag = 0.20 | ||
minimum_drag = 0.15 | ||
angularDrag = 2 | ||
crashTolerance = 12 | ||
maxTemp = 3400 | ||
MODULE | ||
{ | ||
name = ModuleOverheatDisplay | ||
} | ||
MODULE | ||
{ | ||
name = ModuleResourceConverter | ||
ConverterName = Reactor | ||
StartActionName = Start Reactor | ||
StopActionName = Stop Reactor | ||
FillAmount = 0.95 | ||
INPUT_RESOURCE | ||
{ | ||
ResourceName = EnrichedUranium | ||
Ratio = 0.00000016 | ||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = DepletedFuel | ||
Ratio = 0.000000107 | ||
DumpExcess = true | ||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = XenonGas | ||
Ratio = 0.000000053 | ||
DumpExcess = true | ||
} | ||
OUTPUT_RESOURCE | ||
{ | ||
ResourceName = ElectricCharge | ||
Ratio = 40 | ||
DumpExcess = false | ||
} | ||
AutoShutdown = true | ||
TemperatureModifier | ||
{ | ||
key = 0 1000000 | ||
key = 750 100000 | ||
key = 1000 10000 | ||
key = 1250 5000 | ||
key = 2000 100 | ||
key = 4000 0 | ||
} | ||
GeneratesHeat = true | ||
DefaultShutoffTemp = .8 | ||
ThermalEfficiency | ||
{ | ||
key = 0 0 0 0 | ||
key = 500 0.1 0 0 | ||
key = 1000 1.0 0 0 | ||
key = 1250 0.1 0 0 | ||
key = 3000 0 0 0 | ||
} | ||
} | ||
|
||
RESOURCE | ||
{ | ||
name = EnrichedUranium | ||
amount = 3 | ||
maxAmount = 3 | ||
} | ||
RESOURCE | ||
{ | ||
name = DepletedFuel | ||
amount = 0 | ||
maxAmount = 3 | ||
} | ||
RESOURCE | ||
{ | ||
name = ElectricCharge | ||
amount = 500 | ||
maxAmount = 500 | ||
} | ||
MODULE | ||
{ | ||
name = USI_ModuleFieldRepair | ||
} | ||
|
||
MODULE | ||
{ | ||
name = ModuleCoreHeat | ||
CoreTempGoal = 1000 //Internal temp goal - we don't transfer till we hit this point | ||
CoreToPartRatio = 0.1 //Scale back cooling if the part is this % of core temp | ||
CoreTempGoalAdjustment = 0 //Dynamic goal adjustment | ||
CoreEnergyMultiplier = 0.1 //What percentage of our core energy do we transfer to the part | ||
HeatRadiantMultiplier = 0.05 //If the core is hotter, how much heat radiates? | ||
CoolingRadiantMultiplier = 0 //If the core is colder, how much radiates? | ||
HeatTransferMultiplier = 0 //If the part is hotter, how much heat transfers in? | ||
CoolantTransferMultiplier = 0.01 //If the part is colder, how much of our energy can we transfer? | ||
radiatorCoolingFactor = 1 //How much energy we pull from core with an active radiator? >= 1 | ||
radiatorHeatingFactor = 0.01 //How much energy we push to the active radiator | ||
MaxCalculationWarp = 1000 //Based on how dramatic the changes are, this is the max rate of change | ||
CoreShutdownTemp = 4000 //At what core temperature do we shut down all generators on this part? | ||
MaxCoolant = 250 //Maximum amount of radiator capacity we can consume - 50 = 1 small | ||
} | ||
} | ||
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"VERSION":{ | ||
"MAJOR":0, | ||
"MINOR":3, | ||
"PATCH":8, | ||
"PATCH":9, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION":{ | ||
|