aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server/README.md
diff options
context:
space:
mode:
authorLegonzaur <34353603+Legonzaur@users.noreply.github.com>2022-01-08 17:28:02 +0100
committerGitHub <noreply@github.com>2022-01-08 17:28:02 +0100
commit16dc8aecd3eafbdde4d5105332f7d8e864cbdebe (patch)
tree4fa750e172708c15870da7ea98608d40e74d1b4b /docs/hosting-a-server-with-northstar/dedicated-server/README.md
parent722c4b8509f041e270eb3cc3832236fe665c0cf6 (diff)
downloadNorthstarWiki-16dc8aecd3eafbdde4d5105332f7d8e864cbdebe.tar.gz
NorthstarWiki-16dc8aecd3eafbdde4d5105332f7d8e864cbdebe.zip
Added some playlistoverrides
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/README.md')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md58
1 files changed, 48 insertions, 10 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 bbdbe47..ccbfc6a 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -26,17 +26,55 @@ Startup arguments can be added in the `ns_startup_args_dedi.txt` file.
| Arguments | Accepted Values | Description |
|---------------------------------------------------------------|---------------------------------------------|----------------------------------------------------|
| `+setplaylist` | `private_match` | Currently needed to make servers work |
-| `port` | int beteween `1-65535` | Determines which UDP port the server will listen to|
|<a name="Startup_args-plstovrd">`+setplaylistvaroverrides`</a> | see [PlaylistOverrides](#PlaylistOverrides) | Edits the behaviour of the server |
+| `-port` | int beteween `1-65535` | Determines which UDP port the server will listen to|
-| Flags | Description |
-|------------------------|---------------------------------------------|
-| `-maxplayersplaylist` | Allows convars to override max player count |
+| Flags | Description |
+|------------------------|-----------------------------------------------------------------------------|
+| `-maxplayersplaylist` | Allows [PlaylistOverrides](#PlaylistOverrides) to override max player count |
-### <a name="PlaylistOverrides">PlaylistOverrides</a>
-PlaylistOverrides determines the behaviour of the server. PlaylistOverrides can be added using the `+setplaylistvaroverrides` argument in the `ns_startup_args_dedi.txt` file.
+### <a name="PlaylistOverrides">Playlist overrides</a>
+Playlist overrides determines the behaviour of the server. PlaylistOverrides can be added using the `+setplaylistvaroverrides` argument in the `ns_startup_args_dedi.txt` file.
-| PlaylistOverrides | Accepted Values | Description |
-|------------------------|-----------------|----------------------------------------------------|
-| `+setplaylist` | `private_match` | Currently needed to make servers work |
-| `port` | `1-65535` | Determines which UDP port the server will listen to|
+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 |
+|----------------------------------------------|----------------------|-----------------|----------------------------------------------------|
+| `custom_air_accel_pilot` | | | |
+| `pilot_health_multiplier` | | | |
+| `run_epilogue` | `0-1` | | |
+| `respawn_delay` | | | |
+| `boosts_enabled` | `0-1` | | |
+| `earn_meter_pilot_overdrive` | `0-1` | | |
+| `earn_meter_pilot_multiplier` | | | |
+| `earn_meter_titan_multiplier` | | | |
+| `aegis_upgrades` | `0-1` | | |
+| `infinite_doomed_state` | `0-1` | | |
+| `titan_shield_regen` | `0-1` | | |
+| `scorelimit` | | | |
+| `roundscorelimit` | | | |
+| `timelimit` | | | |
+| `oob_timer_enabled` | `0-1` | | |
+| `roundtimelimit` | | | |
+| `classic_rodeo` | `0-1` | | |
+| `classic_mp` | `0-1` | `1` | Enables intro dropship if set to 1 |
+| `fp_embark_enabled` | | | |
+| `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` | | | |