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