diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-17 22:29:19 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-17 22:29:19 +0100 |
commit | 0f71d94b6c968ddb34ec611d898cceea02638f99 (patch) | |
tree | 03e7c78025495430d1f82dcb20abeef63deb8144 /Northstar.Custom/mod.json | |
parent | 6b07fb30fb7380b1d61af6a620ec72c9066753e2 (diff) | |
download | NorthstarMods-0f71d94b6c968ddb34ec611d898cceea02638f99.tar.gz NorthstarMods-0f71d94b6c968ddb34ec611d898cceea02638f99.zip |
finish burncard impl, add forced 1p fp sequences and classic rodeo
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 8a09c756..7b009d03 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -284,16 +284,16 @@ }, { - "Path": "titan/sh_first_person_embark.gnut", + "Path": "sh_3psequence_to_1p_hacks.gnut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientCallback": { - "Before": "FirstPersonEmbark_Init", - "After": "FirstPersonEmbark_InitPlaylistVars" + "Before": "FirstPersonSequenceForce1P_Init", + "After": "FirstPersonSequenceForce1P_InitPlaylistVars" }, "ServerCallback": { - "Before": "FirstPersonEmbark_Init", - "After": "FirstPersonEmbark_InitPlaylistVars" + "Before": "FirstPersonSequenceForce1P_Init", + "After": "FirstPersonSequenceForce1P_InitPlaylistVars" } }, @@ -354,7 +354,19 @@ "ServerCallback": { "After": "CustomOOBTimer_Init" } - } + }, + + { + "Path": "rodeo/sh_classic_rodeo.gnut", + "RunOn": "( CLIENT || SERVER ) && MP", + "ClientCallback": { + "After": "ClassicRodeo_InitPlaylistVars" + }, + + "ServerCallback": { + "After": "ClassicRodeo_InitPlaylistVars" + } + }, ], "Localisation": [ |