diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-08-23 17:26:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 17:26:47 +0200 |
commit | 7dc7d53a531ae0d76ac3f25194ce4bdc4e79e5ff (patch) | |
tree | e1a0ac84a21d45b456e5b22b6997bd8cc08e8bfe | |
parent | 432e1a3ceae08bdf84845b17062627797575a164 (diff) | |
download | NorthstarWiki-7dc7d53a531ae0d76ac3f25194ce4bdc4e79e5ff.tar.gz NorthstarWiki-7dc7d53a531ae0d76ac3f25194ce4bdc4e79e5ff.zip |
Add gun game playlist overrides to the playlistvars (#207)
Document playlistvar overrides for gun game
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md index ed38913..ce71863 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -107,6 +107,14 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals | sns_melee_kill_value | int | 5 | | | sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | +### Gun game playlist overrides + +| PlaylistOverrides for GG | Accepted Values | Default Value | Description | +| ------------------------------------------ | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | +| gg_kill_reward | float | 1.0 | Amount of points you get for killing a player | +| gg_execution_reward | float | 1.0 | Amount of points you get for executing a player | +| gg_assist_reward | float | 0.0 | Amount of points you get for getting an assist on a player | +| gg_weapon_ | string | | Allows you to override the guns with the formatting `+setplaylistvaroverrides scorelimit <weaponCount> gg_weapon_<index> <offhandSlotOr-1>|<weaponClassName>|<weaponMods>`. Syncs with client | ## Convars Convars are located inside the `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg` file. |