-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
31 lines (30 loc) · 828 Bytes
/
mod.json
File metadata and controls
31 lines (30 loc) · 828 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
27
28
29
30
31
{
"Name": "Juggernaut",
"Description": "One beefed up titan vs 6 pilots that only respawn with money.",
"Version": "beta_0.0",
"LoadPriority": 1,
"RequiredOnClient": true,
"Scripts": [
{
"Path": "gamemodes/sh_gamemode_jugg.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
"Before": "Sh_GamemodeJugg_Init"
},
"ServerCallback": {
"Before": "Sh_GamemodeJugg_Init"
}
},
{
"Path": "gamemodes/_gamemode_jugg.nut",
"RunOn": "SERVER && MP"
},
{
"Path": "gamemodes/cl_gamemode_jugg.nut",
"RunOn": "CLIENT && MP"
}
],
"Localisation": [
"resource/jugg_custom_%language%.txt"
]
}