-
Notifications
You must be signed in to change notification settings - Fork 17
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 #112 from post-kerbin-mining-corporation/dev
Release 0.7.0
- Loading branch information
Showing
65 changed files
with
2,489 additions
and
2,055 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
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
8 changes: 8 additions & 0 deletions
8
GameData/SystemHeat/Patches/VABOrganizer/SystemHeatSubcategories.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,8 @@ | ||
/// Adds a new VABOrganizer category | ||
ORGANIZERSUBCATEGORY | ||
{ | ||
name = heatLoops | ||
Label = #LOC_SystemHeat_Subcategory_heatLoops | ||
Priority = 40 | ||
CategoryPriority = 50 | ||
} |
8 changes: 8 additions & 0 deletions
8
GameData/SystemHeat/Patches/VABOrganizer/SystemHeatSubcategoryAssignment.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,8 @@ | ||
/// Adds the parts added to a new VABOrganizer category | ||
@PART[systemheat-sink-1,systemheat-exchanger-1,systemheat-exchanger-1]:FOR[SystemHeat]:NEEDS[VABOrganizer] | ||
{ | ||
%VABORGANIZER | ||
{ | ||
%organizerSubcategory = heatManagement | ||
} | ||
} |
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 |
---|---|---|
@@ -1,35 +1,43 @@ | ||
SYSTEMHEAT | ||
{ | ||
|
||
// Overlay Settings | ||
// UI scroll speed | ||
UISrollSensitivity = 25 | ||
|
||
// Overlay Settings | ||
OverlayBaseLineWidth = 4 | ||
OverlayBaseLineQueue = 3000 | ||
|
||
OverlayActiveLineWidth = 8 | ||
OverlayActiveLineTextureScaleFactor = 10 | ||
OverlayActiveLineTextureScrollRate = 2.5 | ||
|
||
OverlayLineBevel = 0.1 | ||
OverlayLineBevelScale = 0.3 | ||
OverlayLineShader = GUI/Text Shader | ||
|
||
OverlayBoundsPadding = 1 | ||
OverlayPadding = 0.4 | ||
OverlayPadding = 0.2 | ||
|
||
// Debug Settings | ||
DebugUI = false | ||
DebugOverlay = false | ||
DebugSimulation = false | ||
DebugModules = false | ||
DebugPartUI = false | ||
|
||
|
||
// General Settings | ||
MaxLoopCount = 20 | ||
|
||
// Simulator Settings | ||
// The functional minimum temperature of a loop | ||
// The functional minimum temperature of a loop (K) | ||
SpaceTemperature = 2.7f | ||
// Minimum loop integration step count | ||
// Minimum loop integration step count per physics frame | ||
MinSteps = 1 | ||
// Maximum loop integration step count | ||
// Maximum loop integration step count per physics frame | ||
MaxSteps = 25 | ||
// Modulates sharp heat spikes | ||
// Modulates sharp heat spikes by clamping the change in temperature in a physics frame at 1x speed | ||
MaxDeltaTPerStep = 25 | ||
// Bas | ||
// Base simulation rate in the editor | ||
SimulationRateEditor = 1 | ||
// Loop temperature is not adjusted when the net heat flux is below htis | ||
// Loop temperature is not adjusted when the net heat flux is below this (kW) | ||
AbsFluxThreshold = 0.5 | ||
|
||
} |
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.
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
Binary file added
BIN
+187 KB
SystemHeat/.vs/SystemHeat/FileContentIndex/ecec7ce5-1fbf-441d-bc22-da56a5c6d387.vsidx
Binary file not shown.
Oops, something went wrong.