Created 6 years ago2018-07-15 22:13:37 UTC by Shepard62FR
They utilize the wait command in the command queue to delay a level change when you enter a changelevel trigger, then they save the game with different relative position to the land_mark (being able to move around the level before it changes) once the other level is loaded they load the game and poof you are somewhere else on the new level or something like that, that's how I understood it.That's right, they abuse the fact that "trigger_changelevel" is basically calling "changelevel2 <map name> <landmark name>" with "wait" commands combined with the save/restore stuff in the landmark's PVS by quick saving/loading.