-
Notifications
You must be signed in to change notification settings - Fork 0
/
_shudnal.ConfigurationManager.cfg
252 lines (197 loc) · 5.58 KB
/
_shudnal.ConfigurationManager.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
## Settings file was created by plugin Valheim Configuration Manager v1.0.17
## Plugin GUID: _shudnal.ConfigurationManager
[Colors]
## Window background color
# Setting type: Color
# Default value: 000000FF
Window background color = 000000FF
## Entry background color
# Setting type: Color
# Default value: 8C8080DE
Entry background color = 8C8080DE
## Tooltip background color
# Setting type: Color
# Default value: 8C8073F2
Tooltip background color = 8C8073F2
## Widget color
# Setting type: Color
# Default value: E07500CC
Widget color = E07500CC
## Color of enabled toggle
# Setting type: Color
# Default value: E07500FF
Enabled toggle color = E07500FF
## Color of readonly setting
# Setting type: Color
# Default value: 808080FF
Readonly color = 808080FF
[Colors - Font]
## Font color
# Setting type: Color
# Default value: FFB55CFF
Main font = FFB55CFF
## Font color
# Setting type: Color
# Default value: FFB55CFF
Default value = FFB55CFF
## Font color when value is not default
# Setting type: Color
# Default value: E6E6E6FF
Changed value = E6E6E6FF
[Filtering]
# Setting type: Boolean
# Default value: false
Show advanced = false
# Setting type: Boolean
# Default value: true
Show keybinds = true
# Setting type: Boolean
# Default value: true
Show settings = true
## Entries marked as readonly are not available for change.
# Setting type: ReadOnlyStyle
# Default value: Colored
# Acceptable values: Ignored, Colored, Disabled, Hidden
Style readonly entries = Colored
[General]
## The shortcut used to toggle the config manager window on and off.
## The key can be overridden by a game-specific plugin if necessary, in that case this setting is ignored.
# Setting type: KeyboardShortcut
# Default value: F1
Show config manager = F1
## Show section title for plugins with only one section
# Setting type: Boolean
# Default value: false
Hide single sections = false
## Enable logging
# Setting type: Boolean
# Default value: false
Logging enabled = false
## If set to true plugins will be collapsed when opening the configuration manager window
# Setting type: Boolean
# Default value: true
Plugin collapsed default = true
## Window position
# Setting type: Vector2
# Default value: {"x":55.0,"y":35.0}
Window position = {"x":55.0,"y":35.0}
## Window size
# Setting type: Vector2
# Default value: {"x":650.0,"y":714.0}
Window size = {"x":650.0,"y":720.0}
## Font size
# Setting type: Int32
# Default value: 14
Font size = 14
## Default order is by plugin name
# Setting type: Boolean
# Default value: false
Order plugins by GUID = false
## Number of symbols after comma in floating-point numbers
# Setting type: Int32
# Default value: 3
Range field precision = 3
## Number of symbols after comma in vectors
# Setting type: Int32
# Default value: 2
Vector field precision = 2
## If every value in vector is integer .0 part will be omitted. Type "," or "." in vector field to enable precision back.
# Setting type: Boolean
# Default value: true
Vector field dynamic precision = true
[Text - Config]
## Reset setting text
# Setting type: String
# Default value: Reset
Setting Reset = Reset
## Clear search text
# Setting type: String
# Default value: Clear
Setting Clear = Clear
## Cancel button text
# Setting type: String
# Default value: Cancel
Setting Cancel = Cancel
## Text on enabled toggle
# Setting type: String
# Default value: Enabled
Toggle True = Enabled
## Text on disabled toggle
# Setting type: String
# Default value: Disabled
Toggle False = Disabled
## Text when waiting for key press
# Setting type: String
# Default value: Set
Shortcut key single = Set
## Text when waiting for key combination
# Setting type: String
# Default value: Press any key
Shortcut keys combination = Press any key
[Text - Menu]
## Window title text
# Setting type: String
# Default value: Configuration Manager
Window Title = Configuration Manager
## Normal settings toggle text
# Setting type: String
# Default value: Normal
Normal = Normal
## Shortcut key settings toggle text
# Setting type: String
# Default value: Keybinds
Shortcuts = Keybinds
## Advanced settings toggle text
# Setting type: String
# Default value: Advanced
Advanced = Advanced
## Advanced settings toggle text
# Setting type: String
# Default value: Close
Close = Close
## Search label text
# Setting type: String
# Default value: Search Settings:
Search = Search Settings:
## Expand button text
# Setting type: String
# Default value: Expand
List Expand = Expand
## Collapse button text
# Setting type: String
# Default value: Collapse
List Collapse = Collapse
## Text in footer
# Setting type: String
# Default value: Plugins with no options available
Plugins without options = Plugins with no options available
[Text - Plugin]
## Reload mod config from file text
# Setting type: String
# Default value: Reload From File
Reload = Reload From File
## Reset mod config to default text
# Setting type: String
# Default value: Reset To Default
Reset = Reset To Default
[Valheim]
## Pause the game (if game can be paused) when window is open
# Setting type: Boolean
# Default value: false
Pause game = false
## Prevent input when window is open
## Off - everything goes through
## Player - prevent player controller (hotkeys like inventory, console and such will still operate)
## All - prevent all input events
# Setting type: PreventInput
# Default value: Player
# Acceptable values: Off, Player, All
Prevent input = Player
## Add button in main menu to open/close configuration manager window
# Setting type: Boolean
# Default value: true
Main menu button = true
## Main menu button caption
# Setting type: String
# Default value: Mods settings
Main menu button caption = Mods settings