aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server
diff options
context:
space:
mode:
authorIsaac <61301629+IsaacShoebottom@users.noreply.github.com>2023-02-12 06:28:40 -0400
committerGitHub <noreply@github.com>2023-02-12 11:28:40 +0100
commit34eb441d923f0a2c621cd316de80a3e845879617 (patch)
tree8f5f5f337c3c61d282f950ee94119c02d5830101 /docs/hosting-a-server-with-northstar/dedicated-server
parent35978cf7b3ec1d8b4bd0136202a1859d83da5f6b (diff)
downloadNorthstarWiki-34eb441d923f0a2c621cd316de80a3e845879617.tar.gz
NorthstarWiki-34eb441d923f0a2c621cd316de80a3e845879617.zip
Add missing convars to list of convars in both the listen and dedicated server setup pages (#125)
* Add private match settings to command table in basic listen server This change is to have a more complete list of setting you might want to change when setting up a basic listen server. The table had to be readjusted to allow for the length of a command, which is why all of the entries show as modified * Add a command missing from the dedicated server convar list This convar was documented in the basic listen server setup, but was missing from the dedicated server convar list.
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md1
1 files changed, 1 insertions, 0 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 7133274..d0eb059 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -127,6 +127,7 @@ They allow the server admin to set server's properties like the name, TCP port,
| `ns_should_return_to_lobby` | Whether the server should return to private match lobby after completing a game, if 0, this will go to the next map/mode in the playlist | `1` | `0-1` |
| `ns_private_match_only_host_can_change_settings` | If 0 Players can change all match settings. If 1 Players can only change map and gamemode. If 2 Players can change nothing | `0` | `0-2` |
| `ns_private_match_countdown_length` | Length is seconds before the match is started after the start button in the lobby | `15` | `int` |
+| `ns_private_match_only_host_can_start` | If 1 only the host can press the *start match* button, if 0 anyone can press the *start match* button | `0` | `0-1` |
| `ns_private_match_last_mode` | Forces the lobby to a specific Gamemode | `tdm` | Any [Gamemode](./#gamemodes) |
| `ns_private_match_last_map` | Forces the lobby to a specific map | `mp_forwardbase_kodai` | Any [Map](./#maps) |
| `ns_disallowed_weapons` | Blacklists weapons | | List of [Weapons](./#weapons) separated by a comma |