Changelevel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


Can access both maps in mounted [[VPK]]s and in the local mod/game <code>maps</code> folder.
Can access both maps in mounted [[VPK]]s and in the local mod/game <code>maps</code> folder.
== See also ==
* [[Console Command List]]

Revision as of 13:47, 28 June 2023

Template:Console Command The changelevel console command will end the current game, load the specified map and start a new game on it. The main difference with map is that the players are not kicked from the server.

Usage

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

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