aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-01 23:29:20 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-01 23:29:20 +0000
commitc0f21bfafabcf92f6300f85adc414eeb19862e90 (patch)
treef14f13f22479fcd76ae4038a8365101ffa73cf0c /Northstar.Custom/mod.json
parent4b07c01ff192ffb492359509babd8eedc554ea85 (diff)
downloadNorthstarMods-c0f21bfafabcf92f6300f85adc414eeb19862e90.tar.gz
NorthstarMods-c0f21bfafabcf92f6300f85adc414eeb19862e90.zip
add the ability to disable inter-pilot collision
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 23132642b..7b2ad50d7 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -344,6 +344,18 @@
"ServerCallback": {
"After": "DisallowedWeapons_Init"
}
+ },
+
+ {
+ "Path": "sh_custom_pilot_collision.gnut",
+ "RunOn": "( CLIENT || SERVER ) && MP",
+ "ClientCallback": {
+ "After": "CustomPilotCollision_InitPlaylistVars"
+ },
+
+ "ServerCallback": {
+ "After": "CustomPilotCollision_InitPlaylistVars"
+ }
}
],