From 7dc7d53a531ae0d76ac3f25194ce4bdc4e79e5ff Mon Sep 17 00:00:00 2001 From: NoCatt <86153630+NoCatt@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:26:47 +0200 Subject: Add gun game playlist overrides to the playlistvars (#207) Document playlistvar overrides for gun game --- docs/hosting-a-server-with-northstar/dedicated-server/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 gg_weapon_ ||`. Syncs with client | ## Convars Convars are located inside the `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg` file. -- cgit v1.2.3