Startlevel: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
BlasterDRP (talk | contribs)
mNo edit summary
 
Mention why startlevel+loadmapstate won't work.
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
startlevel <episode> <level>
'''startlevel''' <volume> <level>


Warps the player to map number <level> of volume number <episode>.
Tells EDuke32 to load the map given by <volume> and <level>, bypassing the End of Level screen.
 
The map is not loaded it immediately: this command only sets variables that are checked at a later time. Thus, issuing a [[loadmapstate]] after a '''startlevel''' does not restore the map state.
 
[[Category:EDuke commands]]
[[Category:Game manipulation]]

Latest revision as of 12:18, 18 May 2013

startlevel <volume> <level>

Tells EDuke32 to load the map given by <volume> and <level>, bypassing the End of Level screen.

The map is not loaded it immediately: this command only sets variables that are checked at a later time. Thus, issuing a loadmapstate after a startlevel does not restore the map state.