forked from DennyTX/ScienceAlert
-
Notifications
You must be signed in to change notification settings - Fork 11
/
settings.cfg
70 lines (70 loc) · 1.41 KB
/
settings.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// ScanInterfaceType = Valid options: ScanSat, None
ScanInterfaceType = None
additional
{
config
{
OptionsWindow
{
WindowX = 1003
WindowY = 85
Draggable = False
Visible = False
}
ExperimentWindow
{
WindowX = 725
WindowY = 86
Draggable = False
Visible = False
}
DebugWindow
{
WindowX = 840
WindowY = 525
Draggable = True
Visible = False
}
}
}
Debug
{
// DebugMode = Enables middle-click debug window
DebugMode = False
}
General
{
GlobalWarp = ByExperiment
// TimeWarpCheckThreshold = Check every experiment every frame instead of round-robin when time warp exceeds this value
TimeWarpCheckThreshold = 5
SoundNotification = ByExperiment
EvaAtmospherePressureWarnThreshold = 0.00035
EvaAtmosphereVelocityWarnThreshold = 30
}
UserInterface
{
ShowReportValue = False
DisplayCurrentBiome = False
FlaskAnimationEnabled = True
StarFlaskFrameRate = 24
// WindowOpacity = Window translucency; 0 = transparent, 255 = completely opaque
WindowOpacity = 255
}
CrewedVesselSettings
{
// EvaReportOnTop = Should EVA reports always be on top of experiment list?
EvaReportOnTop = True
CheckSurfaceSampleNotEva = False
}
LogSettings
{
LogMask = 49
// Bit index = message type
// Bit 0 = None
// Bit 1 = Normal
// Bit 2 = Debug
// Bit 3 = Verbose
// Bit 4 = Performance
// Bit 5 = Warning
// Bit 6 = Error
}