-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
358 lines (358 loc) · 17.5 KB
/
project.json
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
{
"description": "Cool, interactive, audio-responsive hexagonal lights!\n\n- Lights optionally spawn near the cursor position.\n- Hexagons are responsive to audio inputs.\n- Highly configurable to your taste.\n\nIf you encounter problems updating this wallpaper, please try unsubscribing in the Wallpaper Engine, restarting the Wallpaper Engine and then re-subscribing it in the workshop.\n\nIf you encounter problems while using this wallpaper, please leave a comment below. Thank you!\n\nCredits:\n- This was originally modified based on 隆冬强's work: http://steamcommunity.com/sharedfiles/filedetails/?id=837894116\n- Shoutout to Dguto9 for solving dirty trail problem with background images, as well as new hexagon color modes!",
"file": "index.html",
"general": {
"properties": {
"custom_background_image": {
"text": "ui_custom_background_image",
"type": "file",
"order": 113,
"condition": "custom_use_background_image.value == true"
},
"custom_displacement_x": {
"text": "ui_custom_displacement_x",
"type": "slider",
"max": 300,
"min": 0,
"value": 0,
"order": 115
},
"custom_displacement_y": {
"text": "ui_custom_displacement_y",
"type": "slider",
"max": 173,
"min": 0,
"value": 0,
"order": 116
},
"custom_rotation": {
"text": "ui_custom_rotation",
"type": "slider",
"max": 120,
"min": 0,
"value": 0,
"order": 114
},
"custom_audio_pulse_inverse_color": {
"order": 201,
"text": "ui_custom_audio_pulse_inverse_color",
"type": "bool",
"value": false
},
"custom_color_changing": {
"condition": "custom_color_mode.value == 1",
"max": 400,
"min": 20,
"order": 104,
"text": "ui_custom_color_changing",
"type": "slider",
"value": 100
},
"custom_color_fixed": {
"condition": "custom_color_mode.value == 2",
"order": 105,
"text": "ui_custom_color_fixed",
"type": "color",
"value": "0.3 0.3 1"
},
"custom_color_rainbow_offset_speed" :
{
"condition": "custom_color_mode.value == 3",
"fraction": false,
"index": 10,
"max": 100,
"min": 0,
"order": 105,
"text": "ui_custom_color_rainbow_offset_speed",
"type": "slider",
"value": 1
},
"custom_color_rainbow_scale" :
{
"condition": "custom_color_mode.value == 3",
"fraction": true,
"index": 9,
"max": 10,
"min": 0.1,
"order": 104,
"precision": 2,
"step": 0.1,
"text": "ui_custom_color_rainbow_scale",
"type": "slider",
"value": 3
},
"custom_color_image" : {
"condition" : "custom_color_mode.value == 4",
"order" : 104,
"text" : "ui_custom_color_image",
"type" : "file"
},
"custom_color_mode": {
"options": [
{
"label": "ui_custom_color_mode_circulating",
"value": 1
},
{
"label": "ui_custom_color_mode_fixed",
"value": 2
},
{
"label": "ui_custom_color_mode_rainbow",
"value": 3
},
{
"label": "ui_custom_color_mode_image",
"value": 4
}
],
"order": 103,
"text": "ui_custom_color_mode",
"type": "combo",
"value": 1
},
"custom_decay_factor": {
"max": 200,
"min": 50,
"order": 108,
"text": "ui_custom_decay_factor",
"type": "slider",
"value": 100
},
"custom_fade_rate": {
"max": 200,
"min": 60,
"order": 107,
"text": "ui_custom_fade_rate",
"type": "slider",
"value": 100
},
"custom_fps_limit": {
"max": 144,
"min": 12,
"order": 303,
"text": "ui_custom_fps_limit",
"type": "slider",
"value": 60
},
"custom_use_careful_calc": {
"order": 304,
"text": "ui_custom_use_careful_calc",
"type": "bool",
"value": false
},
"custom_glowing_factor": {
"max": 500,
"min": 50,
"order": 106,
"text": "ui_custom_glowing_factor",
"type": "slider",
"value": 100
},
"custom_max_lines": {
"max": 800,
"min": 200,
"order": 301,
"text": "ui_custom_max_lines",
"type": "slider",
"value": 300
},
"custom_pattern_size": {
"max": 150,
"min": 50,
"order": 102,
"text": "ui_custom_pattern_size",
"type": "slider",
"value": 100
},
"custom_scale_factor": {
"max": 140,
"min": 60,
"order": 101,
"text": "ui_custom_scale_factor",
"type": "slider",
"value": 100
},
"custom_spawn_origin": {
"options": [
{
"label": "ui_custom_spawn_origin_cursor",
"value": 1
},
{
"label": "ui_custom_spawn_origin_middle",
"value": 2
},
{
"label": "ui_custom_spawn_origin_random",
"value": 3
}
],
"order": 1,
"text": "ui_custom_spawn_origin",
"type": "combo",
"value": 1
},
"custom_speed_factor": {
"max": 150,
"min": 60,
"order": 109,
"text": "ui_custom_speed_factor",
"type": "slider",
"value": 100
},
"custom_use_background_image": {
"order": 111,
"text": "ui_custom_use_background_image",
"type": "bool",
"value": false
},
"custom_use_greyish_bg": {
"order": 112,
"text": "ui_custom_use_greyish_bg",
"type": "bool",
"condition": "custom_use_background_image.value == false",
"value": true
},
"custom_use_lines": {
"order": 2,
"text": "ui_custom_use_lines",
"type": "bool",
"value": true
},
"custom_use_sparkles": {
"order": 110,
"text": "ui_custom_use_sparkles",
"type": "bool",
"value": true
},
"header_audio_response": {
"order": 200,
"text": "ui_header_audio_response",
"type": "bool",
"value": false
},
"header_miscellaneous": {
"order": 0,
"text": "ui_header_miscellaneous",
"type": "bool",
"value": false
},
"header_others": {
"order": 1000,
"text": "ui_header_others",
"type": "bool",
"value": false
},
"header_performance": {
"order": 300,
"text": "ui_header_performance",
"type": "bool",
"value": false
},
"header_visual": {
"order": 100,
"text": "ui_header_visual",
"type": "bool",
"value": false
},
"schemecolor": {
"order": 1001,
"text": "ui_browse_properties_scheme_color",
"type": "color",
"value": "0 0 0"
}
},
"localization": {
"en-us": {
"ui_custom_audio_pulse_inverse_color": "Inverse color on pulse",
"ui_custom_background_image": "Background Image",
"ui_custom_color_changing": "Color changing speed %<br/>",
"ui_custom_color_fixed": "Hexagon color<br/>",
"ui_custom_color_rainbow_scale" : "Rainbow scale",
"ui_custom_color_rainbow_offset_speed" : "Rainbow movement speed",
"ui_custom_color_image" : "Hexagon color image",
"ui_custom_color_mode": "Color mode",
"ui_custom_color_mode_circulating": "Circulating",
"ui_custom_color_mode_fixed": "Fixed",
"ui_custom_color_mode_rainbow" : "Rainbow",
"ui_custom_color_mode_image" : "Image",
"ui_custom_decay_factor": "Light decay speed %<br/><small>Higher decay speed means lights travel shorter distances.</small>",
"ui_custom_displacement_x": "Displacement X %",
"ui_custom_displacement_y": "Displacement Y %",
"ui_custom_fade_rate": "Fading rate %<br/><small>Higher fading rate means light trails persist for a shorter time.</small>",
"ui_custom_fps_limit": "FPS limit",
"ui_custom_glowing_factor": "Blurring %",
"ui_custom_max_lines": "Maximum lights<br/><small>Too many lights on stage may affect performance.</small>",
"ui_custom_pattern_size": "Line or point size %",
"ui_custom_rotation": "Rotation Degrees<br/><small>Rotation applies before displacement.</small>",
"ui_custom_scale_factor": "Hexagon size %",
"ui_custom_spawn_origin": "Lights spawn position",
"ui_custom_spawn_origin_cursor": "Cursor",
"ui_custom_spawn_origin_middle": "Middle",
"ui_custom_spawn_origin_random": "Random",
"ui_custom_speed_factor": "Light propagating speed %",
"ui_custom_use_background_image": "Use custom background image",
"ui_custom_use_careful_calc": "Use careful calculation",
"ui_custom_use_greyish_bg": "Greyish background<br/><small>To ease the trailing effect</small>",
"ui_custom_use_lines": "Use lines instead of dots<br/><small>Would look much better on HD screens.</small>",
"ui_custom_use_sparkles": "Sparkles beside lines",
"ui_header_audio_response": "<h3>Audio Response </h3>",
"ui_header_miscellaneous": "<h3>Miscellaneous </h3>",
"ui_header_others": "<h3>Others </h3>",
"ui_header_performance": "<h3>Performance </h3>",
"ui_header_visual": "<h3>Visual </h3>"
},
"zh-chs": {
"ui_custom_audio_pulse_inverse_color": "发生脉冲时使用反色调",
"ui_custom_background_image": "背景图片",
"ui_custom_color_changing": "颜色变化率%<br/>",
"ui_custom_color_fixed": "六边形颜色<br/>",
"ui_custom_color_rainbow_scale" : "彩虹大小",
"ui_custom_color_rainbow_offset_speed" : "彩虹漂移速度",
"ui_custom_color_image" : "六边形图片",
"ui_custom_color_mode": "颜色模式",
"ui_custom_color_mode_circulating": "循环",
"ui_custom_color_mode_fixed": "固定",
"ui_custom_color_mode_rainbow" : "彩虹",
"ui_custom_color_mode_image" : "图片",
"ui_custom_decay_factor": "光线衰减速率%<br/><small>数值越大,光线行进越短距离。</small>",
"ui_custom_displacement_x": "水平位移%",
"ui_custom_displacement_y": "竖直位移%",
"ui_custom_fade_rate": "褪色速率%<br/><small>数值越大,光线残留时间越短。</small>",
"ui_custom_fps_limit": "帧率限制",
"ui_custom_glowing_factor": "模糊率%",
"ui_custom_max_lines": "最大光线数目<br/><small>同时存在太多光线会影响性能。</small>",
"ui_custom_pattern_size": "点线的粗细%",
"ui_custom_rotation": "旋转角度<br/><small>旋转在位移之前</small>",
"ui_custom_scale_factor": "六边形大小%",
"ui_custom_spawn_origin": "光线产生位置",
"ui_custom_spawn_origin_cursor": "光标",
"ui_custom_spawn_origin_middle": "正中",
"ui_custom_spawn_origin_random": "随机",
"ui_custom_speed_factor": "光线传播速度%",
"ui_custom_use_background_image": "自定义背景",
"ui_custom_use_careful_calc": "使用更细致的计算",
"ui_custom_use_greyish_bg": "灰色背景<br/><small>减少光线尾迹</small>",
"ui_custom_use_lines": "使用线型染色<br/><small>在高清显示屏上效果更好。</small>",
"ui_custom_use_sparkles": "光线旁随机产生亮点",
"ui_header_audio_response": "<h3><br/>音频响应 </h3>",
"ui_header_miscellaneous": "<h3><br/>首选项 </h3>",
"ui_header_others": "<h3><br/>其他 </h3>",
"ui_header_performance": "<h3><br/>性能 </h3>",
"ui_header_visual": "<h3><br/>视觉效果 </h3>"
}
},
"supportsaudioprocessing": true
},
"monetization": false,
"preview": "preview.jpg",
"tags": [
"Music"
],
"title": "Hexagon New",
"type": "web",
"version": "0.58",
"visibility": "public",
"workshopid": 839120792
}