Page 1 of 1
How do you warp to a new map in GZDoom?
Posted: Tue Jul 25, 2006 11:13
by Induna
I've looked here
http://www.zdoom.org/wiki/index.php?tit ... e_Commands but I can't find it. The warp command here just moves you to a different position on the map you're in.
In Doomsday the cmd is "warp 10" for example.
Thanks.
Posted: Tue Jul 25, 2006 11:29
by Phobus
Use "map map##" in the console (where ## is the number you want to use). Either that or use the IDCLEV## cheat.
Posted: Tue Jul 25, 2006 15:52
by Induna
Thanks mate.
Posted: Tue Jul 25, 2006 20:06
by Enjay
The warp command is, as you noticed, for moving you to a different position on the current map (using map coordinates). You can, of course, use the -warp command line parameter to take you directly to a map when GZdoom starts (just like the original Doom and most (probably all) ports).
gzdoom -warp 10
However, what Phobus told you is perfectly correct for console commands once you have actually started (G)Zdoom.