Changelevel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Changelevel is not multiplayer only, and GCFs aren't used anymore)
No edit summary
Line 1: Line 1:
{{Console Command}}
The '''changelevel''' [[ConCommand|console command]] will end the current game, load the specified map and start a new game on it. The main difference with [[Map_(ConCommand)|map]] is that the players are not kicked from the server.
The '''changelevel''' [[ConCommand|console command]] will end the current game, load the specified map and start a new game on it. The main difference with [[Map_(ConCommand)|map]] is that the players are not kicked from the server.


Line 8: Line 9:
== See also ==
== See also ==
* [[Console Command List]]
* [[Console Command List]]
[[Category: Console Commands]]

Revision as of 14:54, 26 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.

See also