diff options
author | Legonzaur <34353603+Legonzaur@users.noreply.github.com> | 2022-01-08 17:42:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 17:42:38 +0100 |
commit | 9c9f5e1ade01ed6b7118321d36d4ade4c9ee6e67 (patch) | |
tree | e141e8d654442cfd018304cd93aedb534c75af2a /docs/hosting-a-server-with-northstar/dedicated-server/README.md | |
parent | 16dc8aecd3eafbdde4d5105332f7d8e864cbdebe (diff) | |
download | NorthstarWiki-9c9f5e1ade01ed6b7118321d36d4ade4c9ee6e67.tar.gz NorthstarWiki-9c9f5e1ade01ed6b7118321d36d4ade4c9ee6e67.zip |
Added gamemodes and links
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.md | 117 |
1 files changed, 74 insertions, 43 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 ccbfc6a..1bc9d06 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -28,53 +28,84 @@ Startup arguments can be added in the `ns_startup_args_dedi.txt` file. | `+setplaylist` | `private_match` | Currently needed to make servers work | |<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| +| <a name="Startup_args-mpgamemode">`+mpgamemode`</a> | see [Gamemodes](#Gamemodes) | Forces the gamemode of the server | -| Flags | Description | -|------------------------|-----------------------------------------------------------------------------| -| `-maxplayersplaylist` | Allows [PlaylistOverrides](#PlaylistOverrides) to override max player count | + +| Flags | Description | +|---------------------------------------------------------------|-----------------------------------------------------------------------------| +| <a name="Startup_flags-maxplrplst">`-maxplayersplaylist`</a> | Allows [PlaylistOverrides](#PlaylistOverrides) to override max player count | ### <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. 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` | | | | +| PlaylistOverrides | Accepted Values | Default Value | Description | +|----------------------------------------------|----------------------|-----------------|------------------------------------------------------------------------------------------| +| `max_players` | | | 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` | | | | +| `boosts_enabled` | `0-1` | `1` | Enable boosts. Doesn't disables Titanmeter. | +| `earn_meter_pilot_overdrive` | `0-1` | | | +| `earn_meter_pilot_multiplier` | | | | +| `earn_meter_titan_multiplier` | | | | +| `aegis_upgrades` | `0-1` | `0` | | +| `infinite_doomed_state` | `0-1` | | | +| `titan_shield_regen` | `0-1` | `0` | | +| `scorelimit` | | | | +| `roundscorelimit` | | | | +| `timelimit` | | | | +| `oob_timer_enabled` | `0-1` | | | +| `roundtimelimit` | | | | +| `classic_rodeo` | `0-1` | | | +| `classic_mp` | `0-1` | `1` | Enables intro dropship | +| `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` | | | | + +### <a name="Gamemodes">Gamemodes</a> +Gamemodes can be forced by the server using the [`+mpgamemode`](#Startup_args-mpgamemode) [startup arg](#Startup_args) + +if ran on a server with + +| Value | Description | +|-----------------|------------------------------| +| `private_match` | Private Match | +| `ps` | Pilots vs Pilots | +| `gg` | Gungame | +| `tt` | Titan Tag | +| `inf` | Infected | +| `fastball` | Fastball | +| `ctf_comp` | Competitive Capture the Flag | +| `hs` | Hide and Seek | +| `cp` | Hardpoint | +| `lts` | Last Titan Standing | +| `ctf` | Capture the Flag | +| `ttdm` | Titan Brawl | +| `turbo_ttdm` | Turbo Titan Brawl | +| `attdm` | Aegis Titan Brawl | +| `ffa` | Free for all | +| `fra` | Free Agents | +| `coliseum` | Coliseum | +| `lf` | Live Fire | +| `rocket_lf` | Rocket Arena | +| `mfd` | Marked for Death | |