-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleConfig.txt
More file actions
71 lines (66 loc) · 1.95 KB
/
SimpleConfig.txt
File metadata and controls
71 lines (66 loc) · 1.95 KB
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
71
ConfigFileName = "AutomationTools.txt"
Key = "ConnectionHeightFraction"
Type = "float"
DefaultValue = 0.75
Label = "Connection Height"
Tooltip = "Adjusts where lines connect to buildings (0.0 is the bottom, 0.5 is the middle, 1.0 is the top)"
ControlType = "TextField" # "Toggle", "Slider", "TextField", "Dropdown"
MinValue = 0
MaxValue = 0
Step = 0
Options = []
AvailableIn = ["MainMenu", "Game"]
RequiresRestart = false
RequiresReload = false
Key = "GlowWidthMultiplier"
Type = "float"
DefaultValue = 8.0
Label = "Glow Line Thickness"
Tooltip = "Controls thickness of connection lines glow"
ControlType = "TextField" # "Toggle", "Slider", "TextField", "Dropdown"
MinValue = 0
MaxValue = 0
Step = 0
Options = []
AvailableIn = ["MainMenu", "Game"]
RequiresRestart = false
RequiresReload = false
Key = "GlowAlpha"
Type = "float"
DefaultValue = 0.2
Label = "Glow Transparency (Alpha)"
Tooltip = "Sets the opacity of the glow of lines (0.0 is completely invisible, 1.0 is fully opaque)"
ControlType = "TextField" # "Toggle", "Slider", "TextField", "Dropdown"
MinValue = 0
MaxValue = 0
Step = 0
Options = []
AvailableIn = ["MainMenu", "Game"]
RequiresRestart = false
RequiresReload = false
Key = "OffStateBrightnessMultiplier"
Type = "float"
DefaultValue = 0.6
Label = "Off-State Brightness"
Tooltip = "Adjusts how bright the connection lines are when an automator is turned off or inactive"
ControlType = "TextField" # "Toggle", "Slider", "TextField", "Dropdown"
MinValue = 0
MaxValue = 0
Step = 0
Options = []
AvailableIn = ["MainMenu", "Game"]
RequiresRestart = false
RequiresReload = false
Key = "MapDisplayState"
Type = "enum"
DefaultValue = "Hidden"
Label = "Map Display Mode"
Tooltip = "Controls how the automation network map is shown (Hidden, Single selected network, or Global)"
ControlType = "TextField" # "Toggle", "Slider", "TextField", "Dropdown"
MinValue = 0
MaxValue = 0
Step = 0
Options = ["Hidden", "Single", "Global"]
AvailableIn = []
RequiresRestart = false
RequiresReload = false