diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-09-18 15:57:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 15:57:45 +0200 |
commit | 5bd90d03b18580b816bc3d0408dd1306f4ae3e29 (patch) | |
tree | 2208d2dc0227753137ea3c2a22dc1a5db84208fd | |
parent | 291c4d0b90244b94ed8755d55e995d534e2e21e3 (diff) | |
download | NorthstarWiki-5bd90d03b18580b816bc3d0408dd1306f4ae3e29.tar.gz NorthstarWiki-5bd90d03b18580b816bc3d0408dd1306f4ae3e29.zip |
Restore accidentally deleted section (#220)
Restores gun game playlist overrides section that got accidentally removed in #218
-rw-r--r-- | docs/hosting-a-server-with-northstar/server-settings/playlistvar.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 8d19ad9..13d177d 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -58,3 +58,12 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals | sns_reset_kill_value | int | 5 | | | 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 |
\ No newline at end of file |