aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorx3Karma <juliuslimck@gmail.com>2022-01-04 00:35:23 +0800
committerGitHub <noreply@github.com>2022-01-04 00:35:23 +0800
commit5a2c4993104db1932ad8379a295a49b69aa889a9 (patch)
tree3d4ba314ba57a88805b3910532cb5fd0b0c31c9b /Northstar.Custom
parent0fe7ec431c2de4f83c2d6e3663f17f15bf49326d (diff)
parent9b88727e9791f8df708b2240b0ac3a1eec6fc236 (diff)
downloadNorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.tar.gz
NorthstarMods-5a2c4993104db1932ad8379a295a49b69aa889a9.zip
Merge branch 'main' into main
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod.json21
1 files changed, 4 insertions, 17 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 4805e3468..797016db4 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -38,10 +38,9 @@
{
"Path": "weapons/mp_weapon_peacekraber.nut",
- "RunOn": "( CLIENT || SERVER ) && MP",
+ "RunOn": "( CLIENT || SERVER ) && MP"
},
- // one in the chamber
{
"Path": "gamemodes/sh_gamemode_chamber.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -57,12 +56,11 @@
"Path": "gamemodes/_gamemode_chamber.nut",
"RunOn": "SERVER && MP"
},
- {
+ {
"Path": "gamemodes/cl_gamemode_chamber.nut",
"RunOn": "CLIENT && MP"
},
- // Hidden
{
"Path": "gamemodes/sh_gamemode_hidden.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -78,12 +76,11 @@
"Path": "gamemodes/_gamemode_hidden.nut",
"RunOn": "SERVER && MP"
},
- {
+ {
"Path": "gamemodes/cl_gamemode_hidden.nut",
"RunOn": "CLIENT && MP"
},
- // fortwar
{
"Path": "gamemodes/sh_gamemode_fw_custom.nut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -104,7 +101,6 @@
"RunOn": "CLIENT && MP"
},
- // gungame
{
"Path": "gamemodes/sh_gamemode_gg.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -125,7 +121,6 @@
"RunOn": "CLIENT && MP"
},
- // titan tag
{
"Path": "gamemodes/sh_gamemode_tt.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -146,12 +141,11 @@
"RunOn": "CLIENT && MP"
},
- // infection
{
"Path": "gamemodes/sh_gamemode_inf.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {
- "Before": "Sh_GamemodeInfection_Init",
+ "Before": "Sh_GamemodeInfection_Init"
},
"ServerCallback": {
@@ -167,7 +161,6 @@
"RunOn": "CLIENT && MP"
},
- // arena
{
"Path": "_droppod_spawn.gnut",
"RunOn": "SERVER && MP",
@@ -211,7 +204,6 @@
"RunOn": "CLIENT && MP"
},
- // amped killrace
{
"Path": "gamemodes/sh_gamemode_kr.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -232,7 +224,6 @@
"RunOn": "CLIENT && MP"
},
- // fastball
{
"Path": "gamemodes/sh_gamemode_fastball.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -257,7 +248,6 @@
"RunOn": "CLIENT && MP"
},
- // hide and seek
{
"Path": "gamemodes/sh_gamemode_hs.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -278,7 +268,6 @@
"RunOn": "CLIENT && MP"
},
- // ctf comp
{
"Path": "gamemodes/sh_gamemode_ctf_comp.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -305,7 +294,6 @@
}
},
- // riffs, playlist vars etc
{
"Path": "gamemodes/sh_riff_instagib.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
@@ -401,7 +389,6 @@
}
],
- // todo this bit of the format
"Maps": [
{
"Name": "mp_skyway_v1",