-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
64 lines (60 loc) · 1.44 KB
/
mod.json
File metadata and controls
64 lines (60 loc) · 1.44 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
{
"geode": "3.2.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "xenon2028.doom",
"name": "GDOOM",
"version": "v1.0.0",
"developer": "xenon2028",
"description": "The DOOM Engine in Geometry Dash!",
"resources": {
"sprites": [
"resources/*.png"
],
"files": [
"resources/doom1.wad"
]
},
"settings": {
"use-custom-pwad": {
"name": "Use custom PWAD",
"description": "Enable loading the PWAD specified in the custom PWAD path",
"type": "bool",
"default": false
},
"use-deh": {
"name": "Use Dehacked launch option",
"description": "Use the \"-deh\" launch option instead of the \"-file\" launch option for this PWAD",
"type": "bool",
"default": false
},
"custom-pwad-path": {
"name": "Custom PWAD path",
"description": "The path to the custom PWAD",
"type": "path",
"default": "Upload a file first.",
"control": {
"filter": [{"files": ["*.wad"], "description": "DOOM PWAD"}]
}
},
"use-custom-iwad": {
"name": "Use custom IWAD",
"description": "Enable loading the IWAD specified in the custom IWAD path",
"type": "bool",
"default": false
},
"custom-iwad-path": {
"name": "Custom IWAD path",
"description": "The path to the custom IWAD",
"type": "path",
"default": "Upload a file first.",
"control": {
"filter": [{"files": ["*.wad"], "description": "DOOM IWAD"}]
}
}
}
}