-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
289 lines (289 loc) · 7.41 KB
/
mod.json
File metadata and controls
289 lines (289 loc) · 7.41 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
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
{
"geode": "4.6.3",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "cubicstudios.avalancheindex",
"name": "Avalanche Index",
"version": "1.2.1",
"developers": [
"Cheeseworks"
],
"description": "Official Avalanche levels and profiles.",
"tags": [
"online",
"enhancement"
],
"links": {
"source": "https://github.com/CubicCommunity/AvalancheIndex",
"homepage": "https://avalanche.cubicstudios.xyz/",
"community": "https://www.dsc.gg/cubic"
},
"dependencies": {
"geode.node-ids": {
"importance": "required",
"version": ">=1.21.0"
},
"jouca.badgesapi": {
"importance": "recommended",
"version": ">=1.2.0"
}
},
"api": {
"include": [
"include/*.hpp"
]
},
"issues": {
"info": "You may report issues you experience with this mod in the AvalancheIndex repository.",
"url": "https://www.github.com/CubicCommunity/AvalancheIndex/issues/"
},
"resources": {
"spritesheets": {
"AVAL_backgrounds": [
"resources/backgrounds/*.png"
],
"AVAL_badges": [
"resources/badges/*.png"
],
"AVAL_banners": [
"resources/banners/*.png"
],
"AVAL_ui": [
"resources/ui/*.png"
]
},
"sprites": [
"resources/*.png"
]
},
"settings": {
"badges": {
"name": "Profiles",
"description": "Display badges.",
"type": "title"
},
"badge-profile": {
"name": "Badge On Profiles",
"description": "Display member badges on the <cg>profile page</c>.",
"type": "bool",
"default": true
},
"badge-comments": {
"name": "Badge On Comments",
"description": "Display member badges on <cg>comment cells</c>.",
"type": "bool",
"default": true
},
"levels": {
"name": "Projects",
"description": "Display levels.",
"type": "title"
},
"team-cells": {
"name": "Team Project Cells",
"description": "Highlight level cells for <cy>team projects</c>.",
"type": "bool",
"default": true
},
"team-layers": {
"name": "Team Project Pages",
"description": "Customize level pages for <cy>team projects</c>.",
"type": "bool",
"default": true
},
"solo-cells": {
"name": "Solo Level Cells",
"description": "Highlight level cells for <co>team members' solo levels</c>.",
"type": "bool",
"default": true
},
"solo-layers": {
"name": "Solo Level Pages",
"description": "Customize level pages for <co>team members' solo levels</c>.",
"type": "bool",
"default": true
},
"event-cells": {
"name": "Event Level Cells",
"description": "Highlight level cells for <co>levels that won in team events</c>.",
"type": "bool",
"default": true
},
"event-layers": {
"name": "Event Level Pages",
"description": "Customize level pages for <co>levels that won in team events</c>.",
"type": "bool",
"default": true
},
"collab-cells": {
"name": "Collaboration Level Cells",
"description": "Highlight level cells for <co>collaboration projects</c>.",
"type": "bool",
"default": true
},
"collab-layers": {
"name": "Collaboration Level Pages",
"description": "Customize level pages for <co>collaboration projects</c>.",
"type": "bool",
"default": true
},
"ui": {
"name": "Interface",
"description": "UI-related configuration.",
"type": "title"
},
"show-aval-featured": {
"name": "Featured Project Pop-up",
"description": "Display a button in the main menu that shows the featured <cl>Avalanche</c> <cy>team project</c>.",
"type": "bool",
"default": true
},
"show-proj-info": {
"name": "Project Information Pop-up",
"description": "Display a button in a project's level information page and in-game pause menu that opens a pop-up detailing additional information about it.",
"type": "bool",
"default": true
},
"show-proj-thumb": {
"name": "Project Information Pop-up Thumbnail",
"description": "Display a thumbnail for the <cl>Avalanche</c> <cy>team project</c> in the information popup.",
"type": "bool",
"enable-if": "show-proj-info",
"enable-if-description": "The Project Information pop-up must be enabled.",
"default": true
},
"show-fame": {
"name": "Famed Projects",
"description": "Highlight levels that are featured in <cl>Avalanche</c>'s hall of fame.",
"type": "bool",
"default": true
},
"classic-only": {
"name": "Only Classic Levels",
"description": "Display highlight color exclusively on <cg>classic</c> <cy>solo levels</c>.",
"type": "bool",
"default": true
},
"err-notifs": {
"name": "Web Error Notifications",
"description": "Display a notification when the badge web request fails.",
"type": "bool",
"default": true
},
"view-changelog": {
"name": "Changelog Alert",
"description": "Display a pop-up with a button to show the changelog when the mod updates.",
"type": "bool",
"default": true
},
"colors": {
"name": "Comment Colors",
"description": "Set the colors that text from comments posted by <cl>Avalanche</c> officials will be recolored to. <cr>This ignores level publishers.</c>",
"type": "title"
},
"comments": {
"name": "Comment Text Colors",
"description": "Recolor text on team members' comments.",
"type": "bool",
"default": true
},
"com-director": {
"name": "Director Color",
"description": "Customize the comment color for the <cy>director</c>.",
"type": "rgb",
"default": [
150,
175,
255
],
"requires-restart": true
},
"com-manager": {
"name": "Manager Color",
"description": "Customize the comment color for the <cy>managers</c>.",
"type": "rgb",
"default": [
127,
148,
255
],
"requires-restart": true
},
"com-member": {
"name": "Member Color",
"description": "Customize the comment color for the <cy>members</c>.",
"type": "rgb",
"default": [
191,
201,
255
],
"requires-restart": true
},
"com-collaborator": {
"name": "Collaborator Color",
"description": "Customize the comment color for the <cy>collaborators</c>.",
"type": "rgb",
"default": [
200,
200,
200
],
"requires-restart": true
},
"com-cubic": {
"name": "Cubic Studios Color",
"description": "Customize the comment color for <cj>Cubic Studios</c> <cy>staff</c>.",
"type": "rgb",
"default": [
10,
247,
247
],
"requires-restart": true
},
"data": {
"name": "Data",
"description": "Methods for handling data.",
"type": "title"
},
"web-once": {
"name": "Fetch Data Once",
"description": "Only send one web request per game session to get all <cl>Avalanche</c> data.",
"type": "bool",
"default": true,
"requires-restart": true
},
"check-aval": {
"name": "Quicker Project Update",
"description": "Ping the server more often to check for a new featured <cl>Avalanche</c> <cy>team project</c>. <cr>This will still depend on user input and is not live.</c>",
"type": "bool",
"enable-if": "setting:show-aval-featured",
"enable-if-description": "The Featured Project pop-up must be enabled.",
"default": false
},
"dev": {
"name": "Developers",
"description": "Settings for developers.",
"type": "title"
},
"dev-mode": {
"name": "Developer Mode",
"description": "Display UI in certain places that shows information about the mod.",
"type": "bool",
"default": false
},
"dev-debug": {
"name": "Debug",
"description": "Enable console debug logging.",
"type": "bool",
"requires-restart": true,
"default": false
}
},
"early-load": false
}