Map (console command): Difference between revisions
(Moved details of csgo specific gamemodes to CSGO_Game_Mode_Commands and added link) |
No edit summary |
||
Line 9: | Line 9: | ||
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]]. | 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]]. | ||
{{todo|A similar list exists for {{l4d2}}.}} | |||
==map_background== | ==map_background== |
Revision as of 05:45, 8 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.