aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
authorConnie Price <contact@connieprice.co.uk>2022-01-14 03:22:00 +0000
committerBarichello <artur@barichello.me>2022-01-15 12:47:51 -0300
commit60ed8aadc819cb21341ee33abcee8824d00e0cbd (patch)
tree8baa4da34aafc19c28a8ea2a65ff721c37ed7b69 /Northstar.Custom/mod.json
parent2694687ed68d6609cc9a0bf2e7ff4b99d0bb1e43 (diff)
downloadNorthstarMods-60ed8aadc819cb21341ee33abcee8824d00e0cbd.tar.gz
NorthstarMods-60ed8aadc819cb21341ee33abcee8824d00e0cbd.zip
Added a percentage meter to gungame, that also displays the next weapon!
- New gungame meter, by default acts exactly like before, just adds some visual flair. - Support for varying reward percentages for Kills, Assists and Executions so to let server owners mix up their gungames a bit more. - Actual assist support, by default providing no points, but the option is now there. - Replaced the Archer with a primary enabled melee, finally no more Archer blocking half the screen.
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 4c933b1c0..6ad41af48 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -122,6 +122,18 @@
"RunOn": "CLIENT && MP"
},
{
+ "Path": "gamemodes/gg_earn_meter/sh_gg_earn_meter.gnut",
+ "RunOn": "( CLIENT || SERVER ) && MP",
+ },
+ {
+ "Path": "gamemodes/gg_earn_meter/_gg_earn_meter.gnut",
+ "RunOn": "SERVER && MP"
+ },
+ {
+ "Path": "gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut",
+ "RunOn": "CLIENT && MP"
+ },
+ {
"Path": "gamemodes/sh_gamemode_gg.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientCallback": {