diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-01 23:29:20 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-01 23:29:20 +0000 |
commit | c0f21bfafabcf92f6300f85adc414eeb19862e90 (patch) | |
tree | f14f13f22479fcd76ae4038a8365101ffa73cf0c /Northstar.Custom/mod.json | |
parent | 4b07c01ff192ffb492359509babd8eedc554ea85 (diff) | |
download | NorthstarMods-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.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 23132642..7b2ad50d 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" + } } ], |