-
Notifications
You must be signed in to change notification settings - Fork 11
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 #24 from post-kerbin-mining-corporation/dev
Release 0.2.0
- Loading branch information
Showing
14 changed files
with
276 additions
and
33 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
56 changes: 56 additions & 0 deletions
56
GameData/SpaceDust/Patches/SpaceDustHarvestersSystemHeat.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,56 @@ | ||
// Adds SystemHeat support | ||
|
||
@PART[spacedust-atmosphere-processor-125-1]:FOR[SpaceDust]:NEEDS[SystemHeat] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleSystemHeat | ||
// Cubic metres | ||
volume = 2 | ||
moduleID = isru | ||
iconName = Icon_Gears | ||
} | ||
|
||
@MODULE[ModuleSpaceDustHarvester] | ||
{ | ||
ModuleID = harvester | ||
HeatModuleID = isru | ||
SystemOutletTemperature = 400 | ||
ShutdownTemperature = 600 | ||
SystemPower = 25 | ||
SystemEfficiency | ||
{ | ||
key = 0 1.0 | ||
key = 400 1.0 | ||
key = 600 0.0 | ||
} | ||
} | ||
} | ||
|
||
@PART[spacedust-atmosphere-processor-25-1]:FOR[SpaceDust]:NEEDS[SystemHeat] | ||
{ | ||
MODULE | ||
{ | ||
name = ModuleSystemHeat | ||
// Cubic metres | ||
volume = 6 | ||
moduleID = isru | ||
iconName = Icon_Gears | ||
} | ||
|
||
@MODULE[ModuleSpaceDustHarvester] | ||
{ | ||
ModuleID = harvester | ||
HeatModuleID = isru | ||
SystemOutletTemperature = 400 | ||
ShutdownTemperature = 600 | ||
|
||
SystemPower = 75 | ||
SystemEfficiency | ||
{ | ||
key = 0 1.0 | ||
key = 400 1.0 | ||
key = 600 0.0 | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"VERSION": | ||
{ | ||
"MAJOR":0, | ||
"MINOR":1, | ||
"PATCH":5, | ||
"MINOR":2, | ||
"PATCH":0, | ||
"BUILD":0 | ||
}, | ||
"KSP_VERSION": | ||
|
Oops, something went wrong.