diff options
author | Maya <11448698+RoyalBlue1@users.noreply.github.com> | 2023-01-13 17:20:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 17:20:12 +0100 |
commit | 9bbe6832460aaabd96fef18d6e4ebb05779bb71d (patch) | |
tree | 196b38f2f90e1b004776977155413f885d8c1586 /Northstar.Custom/mod.json | |
parent | 3b2049a933b0831e65283b89c0ecca865ebe985c (diff) | |
download | NorthstarMods-1.12.1-rc1.tar.gz NorthstarMods-1.12.1-rc1.zip |
Fortwar fixes from #564 with my requested changes (#571)v1.12.1-rc1v1.12.1v1.12.0-rc5v1.12.0
* Initial commit
* add playlistvar "fw_harvester_regen_time"
* adding friendly highlights
* Scale Damage before shield Health but let other damage callbacks run
* Make Gamemode 8v8 again
* Fix NotifyEnterEnemyArea Callback
Co-authored-by: DBmaoha <56738369+DBmaoha@users.noreply.github.com>
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 1952f72a..e81b197f 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -96,6 +96,10 @@ "RunOn": "SERVER && MP" }, { + "Path": "gamemodes/_gamemode_fw.nut", + "RunOn": "SERVER && MP" + }, + { "Path": "gamemodes/sh_gamemode_fw_custom.nut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientCallback": { @@ -110,6 +114,10 @@ "RunOn": "( CLIENT || SERVER ) && MP" }, { + "Path": "gamemodes/cl_gamemode_fw_custom.nut", + "RunOn": "CLIENT && MP" + }, + { "Path": "gamemodes/cl_gamemode_fw.nut", "RunOn": "CLIENT && MP" }, @@ -419,10 +427,6 @@ } }, { - "Path": "gamemodes/_gamemode_fw.nut", - "RunOn": "SERVER && MP" - }, - { "Path": "sh_northstar_http_requests.gnut", "RunOn": "CLIENT || SERVER || UI" } |