-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef0ee9c
commit 86c8f7d
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <mapname>` <-- to set the map to switch to | ||
- `restartroundnow` <-- to go back to the lobby | ||
- `startround` <-- to start the next round |