-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmod.json
106 lines (106 loc) · 2.6 KB
/
mod.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
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074"
},
"version": "v7.0.3-beta.15",
"id": "user95401.mainlevelseditor",
"name": "Main Levels Editor",
"developer": "user95401",
"description": "customizable thing to change main levels uknowya",
"repository": "https://github.com/user95401/MainLevelsEditor",
"tags": [ "gameplay", "music", "interface", "utility", "customization", "cheat" ],
"early-load": true,
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.13.1",
"importance": "required"
}
],
"settings": {
"ui": {
"name": "Add control UI",
"description": "add buttons an other stuff to control things in game",
"type": "bool",
"default": false
},
"LevelTools::artistForAudio moment": {
"name": "Avoid crash at LevelTools::artistForAudio",
"description": "dont get original at hook of that function (since geode v3.6.0)",
"type": "bool",
"default": false
},
"Levels Listing": {
"type": "title",
"name": "Levels Listing"
},
"start_id": {
"name": "Level List Start ID",
"description": "its about populating the levels list",
"type": "int",
"min": 1,
"default": 1
},
"max_id": {
"name": "Level List Max ID",
"description": "its about populating the levels list",
"type": "int",
"min": 1,
"max": 500,
"default": 22
},
"special_ids": {
"name": "Special Level IDs",
"description": "add exact ids to level list\n<cy>111</c><cr>,</c><cy>112</c><cr>,</c><cy>5001</c><cr>,</c>",
"type": "string",
"filter": "0123456789,",
"default": ""
},
"the_tower": {
"name": "Add The Tower",
"description": "shows The Tower page",
"type": "bool",
"default": true
},
"coming_soon": {
"name": "Add Coming Soon",
"description": "shows Coming Soon page",
"type": "bool",
"default": true
},
"Songs Listing": {
"type": "title",
"name": "Songs Listing"
},
"songs_start_id": {
"name": "Songs List Start ID",
"description": "its about populating the songs list",
"type": "int",
"min": 0,
"default": 0
},
"songs_max_id": {
"name": "Songs List Max ID",
"description": "its about populating the songs list",
"type": "int",
"min": 0,
"max": 500,
"default": 21
},
"songs_special_ids": {
"name": "Special Song IDs",
"description": "add exact ids to audio list\n<cy>111</c><cr>,</c><cy>112</c><cr>,</c><cy>5001</c><cr>,</c>",
"type": "string",
"filter": "0123456789,",
"default": ""
},
"practice_music": {
"name": "Add Practice Song",
"description": "add <cy>-1</c> song to list",
"type": "bool",
"default": true
}
}
}