trigger_changelevel Last edited 8 months ago2023-08-02 12:23:41 UTC

trigger_changelevel - Brush Entity

This entity causes a level transition, where a new map is loaded and the player is placed in it.

Attributes

Flags

Notes

3 Comments

Commented 15 years ago2009-02-24 21:34:55 UTC Comment #101105
Just to make it clearer, if you want a button, mm or anything else to trigger a teleport, the "use only" flag MUST be checked.
Commented 12 years ago2011-08-20 07:30:22 UTC Comment #101106
What's "No Intermission"?
Commented 1 year ago2022-12-16 11:57:01 UTC Comment #104931
gameaddict117o7 said:What's "No Intermission"?
I know it's 11 years since this comment was made but posting this anyway just in case anyone else wants to know what this flag does.

Out of curiosity I looked up trigger_changelevel in the Half-Life SDK and it appears it only defines the "USE Only" flag and this is the only flag it checks against.
It seems it's a leftover from Quake where after a level change was triggered it would switch camera to an info_intermission during the "monsters killed/secrets found" screen, unless the flag was checked. While this functionality was removed in Half-Life, the flag remained.

TLDR: The "No Intermission" flag doesn't do anything and is just a leftover from Quake.

You must log in to post a comment. You can login or register a new account.