Game Development Community

Changing levels

by dArchitect · in Technical Issues · 12/21/2007 (5:57 am) · 1 replies

Not sure where to put this one, but, does anyone know of (or willing to share) code that will let me change levels by the use of a trigger? I have tried several examples I found on this website but non of them worked. What I am looking for is code that will let me load/call a mission (*.mis) level.

#1
01/11/2008 (9:09 am)
Try checking out single player level exits or single player level loading.

The core of the mod is using something like "cyclegame" to go to the nest level or "loadmission" to specify a level, you can also configure your triggers to carry the mission file to load making it much more dynamic.