Map background: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Edited to look more like Map)
m (tidy)
Line 1: Line 1:
The Command map loads the specified Map and uses it as the background. (Behind the: New Game and Game Title)
The '''map_background''' [[ConCommand|console command]] loads the specified map and uses it as the background to the main menu of the game.


Usage:
== Usage ==
map_background <mapname> (Without extension .bsp)
{{syntax|map_background <mapname>}} (Without extension .bsp)


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


== See also ==
* [[Console Command List]]


[[Console_Command_List|<- Back to Console Command List]]
[[Category: Console Commands]]

Revision as of 17:10, 28 January 2008

The map_background console command loads the specified map and uses it as the background to the main menu of the game.

Usage

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

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

See also