From 86c8f7d0c69efd944528a1f4cf85d4601099fee4 Mon Sep 17 00:00:00 2001 From: Albert Snow Date: Fri, 20 Oct 2023 00:02:45 -0500 Subject: [PATCH] add example --- src/en/testing/maps/basics.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/en/testing/maps/basics.md b/src/en/testing/maps/basics.md index e6745758e..85b18a723 100644 --- a/src/en/testing/maps/basics.md +++ b/src/en/testing/maps/basics.md @@ -1,3 +1,16 @@ # Basic Map Testing This section is intended to contain information about the basics of testing various maps in SS14. + +## How do I load maps? + +So you start the application, and are able to boot into that development room right? Cool. Now how do you boot into a different map. + +There are a lot of console commands you can run from the terminal to +initiate various behaviors. In this case, we want to run a command to +switch maps. To open the terminal, press the backtick " ` " key. + +Then the commands are as follows. +- `Forcemap ` <-- to set the map to switch to +- `restartroundnow` <-- to go back to the lobby +- `startround` <-- to start the next round \ No newline at end of file