How To Create a Level Transition (in Portal)

From Valve Developer Community
Revision as of 18:04, 15 November 2010 by Nathaniel (talk | contribs) (Created page with 'thumb|right|The finished result. (in BTS style) == Introduction == This tutorial will show you how to create level transitions (in the game …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
File:Changelevel final setup.png
The finished result. (in BTS style)

Introduction

This tutorial will show you how to create level transitions (in the game Portal).

Construction

Step 1

Create a trigger_transition brush textured completely with a trigger texture.

Step 2

Create an info_landmark somewhere near your trigger_transition. Give it a targetname of transition_to_next_level_landmark (the name doesn't really matter).

Step 3

Go back to your trigger_transition and set these keyvalues:

Key Value
New Map Name (whatever the name of the map you want to transition to is)
Landmark Name transition_to_next_level_landmark (or whatever you named your landmark)

The finished result should look like the picture on the above.

Conclusion

This is one of multiple ways you can create a level transition. To see more ways you can make level transitions, check out this page.