Map (console command): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (tidy & categorization)
Line 1: Line 1:
The Command map loads the specified Map and starts a Game on it.
The '''map''' [[ConCommand|console command]] loads the specified map and starts a game on it.


Usage: map <mapname> (Without extension .bsp)
== Usage ==
Can access both maps in mounted GCFS and in the local mod/game root.
{{syntax|map <mapname>}} (Without extension .bsp)


Can access both maps in mounted [[GCF]]s and in the local mod/game <code>maps</code> folder.


[[Console_Command_List|<- Back to Console Command List]]
== See also ==
* [[Console Command List]]
 
[[Category: Console Commands]]

Revision as of 16:36, 28 January 2008

The map console command loads the specified map and starts a game on it.

Usage

Syntax: map <mapname> (Without extension .bsp)

Can access both maps in mounted GCFs and in the local mod/game maps folder.

See also