aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md
diff options
context:
space:
mode:
authorNoCatt <86153630+NoCatt@users.noreply.github.com>2023-09-18 15:38:54 +0200
committerGitHub <noreply@github.com>2023-09-18 15:38:54 +0200
commitf19e668d22f66e6ef151f0dfaa4189f799552319 (patch)
tree5eec9b9cc2381a97e0fe5262fd84bf9074991562 /docs/hosting-a-server-with-northstar/server-settings/playlistvar.md
parentd29a941624e1c2a397dc1eb0b1cd615308c4d7e5 (diff)
downloadNorthstarWiki-f19e668d22f66e6ef151f0dfaa4189f799552319.tar.gz
NorthstarWiki-f19e668d22f66e6ef151f0dfaa4189f799552319.zip
Split out server settings into separate pages (#218)
Diffstat (limited to 'docs/hosting-a-server-with-northstar/server-settings/playlistvar.md')
-rw-r--r--docs/hosting-a-server-with-northstar/server-settings/playlistvar.md60
1 files changed, 60 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
new file mode 100644
index 0000000..8d19ad9
--- /dev/null
+++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md
@@ -0,0 +1,60 @@
+### Playlist overrides
+
+Playlist overrides determines the behaviour of the server. PlaylistOverrides can be added using the `+setplaylistvaroverrides` argument in the `ns_startup_args_dedi.txt` file.
+
+The list of playlist overrides needs to be quoted and separated by spaces.\
+Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals 1"`
+
+| PlaylistOverrides | Accepted Values | Default Value | Description |
+| -------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- |
+| `max_players` | `int` | | Needs to be in combination with the [`-maxplayersplaylist`](./#Startup\_flags-maxplrplst) flag |
+| `custom_air_accel_pilot` | | | |
+| `pilot_health_multiplier` | | | |
+| `run_epilogue` | `0-1` | `1` | Enables escape dropship |
+| `respawn_delay` | | | Delay before respawn |
+| `boosts_enabled` | `0-1` | `0` | Disable boosts. Doesn't disable Titanmeter. Note that unlike the name suggests `1` disables boosts |
+| `earn_meter_pilot_overdrive` | `0-1` | | |
+| `earn_meter_pilot_multiplier` | | | |
+| `earn_meter_titan_multiplier` | | | |
+| `aegis_upgrades` | `0-1` | `0` | Enable titan aegis upgrades |
+| `infinite_doomed_state` | `0-1` | | |
+| `titan_shield_regen` | `0-1` | `0` | Enable regenerating titan shields |
+| `scorelimit` | | | |
+| `roundscorelimit` | | | |
+| `timelimit` | | | |
+| `oob_timer_enabled` | `0-1` | | Out of bounds timer enable |
+| `roundtimelimit` | | | |
+| `classic_rodeo` | `0-1` | | |
+| `classic_mp` | `0-1` | `1` | Enables intro dropship |
+| `fp_embark_enabled` | | | First person embark and terminations |
+| `promode_enable` | `0-1` | `0` | |
+| `riff_floorislava` | `0-1` | `0` | Covers the whole map with deadly electric smoke |
+| `featured_mode_all_holopilot` | `0-1` | `0` | |
+| `featured_mode_all_grapple` | `0-1` | `0` | |
+| `featured_mode_all_phase` | `0-1` | `0` | |
+| `featured_mode_all_ticks` | `0-1` | `0` | |
+| `featured_mode_tactikill` | `0-1` | `0` | |
+| `featured_mode_amped_tacticals` | `0-1` | `0` | |
+| `featured_mode_rocket_arena` | `0-1` | `0` | |
+| `featured_mode_shotguns_snipers` | `0-1` | `0` | |
+| `iron_rules` | `0-1` | `0` | Disables ejection and disembark |
+| `riff_player_bleedout` | | | |
+| `player_bleedout_forceHolster` | | | |
+| `player_bleedout_forceDeathOnTeamBleedout` | | | |
+| `player_bleedout_bleedoutTime` | | | |
+| `player_bleedout_firstAidTime` | | | |
+| `player_bleedout_firstAidTimeSelf` | | | |
+| `player_bleedout_firstAidHealPercent` | | | |
+| `player_bleedout_aiBleedingPlayerMissChance` | | | |
+
+### Sticks and Stones playlist overrides
+
+| PlaylistOverrides for SNS | Accepted Values | Default Value | Description |
+| -------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- |
+| sns_softball_enabled | 0-1 | 0 | Enables Softball usage |
+| sns_softball_kill_value | int | 10 | |
+| sns_wme_kill_value | int | 10 | |
+| sns_offhand_kill_value | int | 10 | |
+| 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 |