aboutsummaryrefslogtreecommitdiff
path: root/docs/modding-and-development
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-15 14:47:45 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-07-15 14:47:45 +0200
commit93b58d8f93e2f99843a1807675d9a8720b9d0b4a (patch)
tree81545aeec99f4ae9fb94fdf46e835f4e9780d958 /docs/modding-and-development
parentb36a1de38225adf44f1278ee5a1a558ef42903b6 (diff)
downloadNorthstarWiki-93b58d8f93e2f99843a1807675d9a8720b9d0b4a.tar.gz
NorthstarWiki-93b58d8f93e2f99843a1807675d9a8720b9d0b4a.zip
Document command to switch map
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r--docs/modding-and-development/testing.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md
index ce0661e..b254889 100644
--- a/docs/modding-and-development/testing.md
+++ b/docs/modding-and-development/testing.md
@@ -54,3 +54,10 @@ After testing, make sure to mention the steps tested in your review.
**Joining same server multiple times with same accounts**
By default duplicate accounts are blocked by server. Use `-allowdupeaccounts` when starting server to allow duplicate accounts. From there you can launch multiple clients on the same account and connect them to the server.
+
+**Quickly switch map**
+
+Use `map <map name>` to quickly switch map.\
+Example: `map mp_glitch`
+
+List of maps can be found [here](../hosting-a-server-with-northstar/dedicated-server/README.md#maps)