Map (console command): Difference between revisions
Jump to navigation
Jump to search
Example:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{for|about=the console command|the place in a game|[[Map (level design)]]|the file format|[[MAP file format]]}}{{DISPLAYTITLE:{{code|preset=0|style=color:white|map}} (console command)}} | |||
{{for|about=the console command|the place in a game|[[Map (level design)]]|the file format|[[MAP file format]]}} | {{format|map|type=command|notitlechange=1}} It loads the specified map and starts a game on it. | ||
{{ModernWarning|For multiplayer games, this command will kick everyone from your server before changing the map, or does a ''hard change'', so to speak. If you want to soft change your map from console use the {{ent|changelevel}} command.}} | {{ModernWarning|For multiplayer games, this command will kick everyone from your server before changing the map, or does a ''hard change'', so to speak. If you want to soft change your map from console use the {{ent|changelevel}} command.}} | ||
Revision as of 16:41, 16 August 2023
This article is about the console command. For the place in a game, see Map (level design). For the file format, see MAP file format.
Template:Format It loads the specified map and starts a game on it. Template:ModernWarning
Usage
map <mapname> [gamemode]
The .bsp extension must be omitted. The game can access both maps in mounted VPKs and in the maps\
folder. Maps that are in a subdirectory of maps\
need to have the folder name included in the console command.

map de_dust2 deathmatch
Similar Commands
ConCommand | Description |
---|---|
map_background
|
Analogous to map but loads a map as a background for the main menu. The player will not be able to move normally, but they can still use the console to move, attack, etc. This was introduced and used in ![]() ![]() ![]() |
map_commentary
|
Analogous to map but also enables commentary mode, introduced in ![]() ![]() |
maps <substring>
|
Lists all the maps the game has access to that contain a certain character sequence. Use * to list all maps.
|