Map (console command): Difference between revisions
(Added <gamemode> parameter, example and explanation (list of gamemodes would be nice I guess)) |
(Moved details of csgo specific gamemodes to CSGO_Game_Mode_Commands and added link) |
||
| Line 3: | Line 3: | ||
==Usage== | ==Usage== | ||
<code>map mapname <gamemode></code> (omit the .bsp extension) | <code>map mapname <gamemode></code> (omit the .bsp extension) | ||
Can access both maps in mounted [[VPK]]s and in the <code>maps\</code> folder. Maps that are in a subdirectory of <code>maps\</code> need to have the folder name included in the console command. | |||
Example: <code>map de_dust2 deathmatch</code> | Example: <code>map de_dust2 deathmatch</code> | ||
In {{csgo}}, the optional <code>gamemode</code> parameter can be <code>deathmatch, casual, competitive, armsrace, coopstrike ...</code> etc. For a list of these gamemode parameters and more details, see [[CSGO_Game_Mode_Commands]]. | |||
==map_background== | ==map_background== | ||
Revision as of 18:29, 7 December 2020
The map console command loads the specified map and starts a game on it.
Usage
map mapname <gamemode> (omit the .bsp extension)
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.
Example: map de_dust2 deathmatch
In
, the optional gamemode parameter can be deathmatch, casual, competitive, armsrace, coopstrike ... etc. For a list of these gamemode parameters and more details, see CSGO_Game_Mode_Commands.
map_background
map_background is a command analogous to map that will load a map as a background. The player will not be able to move normally, but they can still use the console to move, attack, etc.
map_commentary
map_commentary is a command that is analogous to map but also enables commentary mode.
maps
maps lists all the maps the game has access to that begin with a certain prefix. Use * to list all maps.