Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSnows committed Oct 20, 2023
1 parent ef0ee9c commit 86c8f7d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/en/testing/maps/basics.md
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

0 comments on commit 86c8f7d

Please sign in to comment.