Skip to content

Commit 177fc68

Browse files
committed
Update settings to turn off debug
1 parent 76e61f7 commit 177fc68

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

GameData/SystemHeat/Settings.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ SYSTEMHEAT
88
OverlayPadding = 0.4
99

1010
// Debug Settings
11-
DebugUI = true
12-
DebugOverlay = true
13-
DebugSimulation = true
14-
DebugModules = true
11+
DebugUI = false
12+
DebugOverlay = false
13+
DebugSimulation = false
14+
DebugModules = false
1515
DebugPartUI = false
1616

1717

changelog.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ v0.6.0
33
- Most UI fields now report in SI-prefixed units for flux (W, kW, MW, etc). This is not (yet) true for all modules though.
44
- Added new functionality to cool fuel tanks with radiators and the SH system
55
- Added optional patch to apply this to CryoTanks
6+
- Added some guardrails around the handling of Kopernicus planets that might have inconsistently configured atmospheres
67
- Added ingame settings. The following things can be customized per game
78
-- Boiloff: enabled and scale
89
-- Nuclear fuel transfer: require engineers, what level
910
-- Fission reactor damage: allowed, various tuning variables
10-
11-
12-
v0.5.7
13-
------
1411
- Fixed engine heat for VASIMR argon modes
1512
- Support USI reactors
1613
- Fixes to universal harvester patch

0 commit comments

Comments
 (0)