-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmods.json.example
More file actions
26 lines (26 loc) · 700 Bytes
/
mods.json.example
File metadata and controls
26 lines (26 loc) · 700 Bytes
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
[
{
"game_title": "librecoop for Doom 3",
"mod_title": "librecoop",
"is_pk4": true,
"sources": ["librecoop"],
"base_path": null,
"game": "librecoop",
"zip_name": "librecoop",
"pk4_name": "pak000",
"should_deploy": false,
"should_install": true
},
{
"game_title": "librecoop for Doom 3: Resurrection of Evil",
"mod_title": "librecoopxp",
"is_pk4": true,
"sources": [ "librecoopxp" ],
"base_path": null,
"game": "librecoopxp",
"zip_name": "librecoopxp",
"pk4_name": "pak000",
"should_deploy": false,
"should_install": true
}
]