Half Life 2 style map transitions

Avatar
Naulziator
104 Posts
Posted Feb 26, 2013
For those who've made HL/HL2 maps with multiple transitions, I would like to know how to create multiple transitions in a map to other maps that 'interlink' to a main chamber w/out loading a new map altogether.

 3
 t

4 t 1 t 5
t
2

I'm currently constructing a massive Test area with 5 interlocking maps & 7 transition points. The main map needs to recognize where the player exited/entered so that I don't need to force a linear path. Each map will need 2 transition points (enter/exit). The main map will also feature a 'progress puzzle' that must not be reset between transitions.

Advertisement
Registered users don’t see ads! Register now!
Avatar
FelixGriffin
2,680 Posts
Posted Feb 26, 2013
Replied 6 hours later
You can build the transitions just as you would in Half-Life 2. :smile:

I believe the relevant entities are trigger_changelevel and info_landmark, but I'm more used to doing it Portal 2-style. You can probably find some nice tutorials out there for HL2 maps though.

Avatar
Naulziator
104 Posts
Posted Feb 26, 2013
Replied 2 hours later
Thanks for the info. I'll check the online guide for some help.

:blah:
The linear method works to a point. However, my initial plans involving a central 'progress' chamber became more of a quantum physics equation involving fresh textures, models and the works. It would be silly for me to overload a map (again) with great ideas, so splitting them up with the HL2 transitions would make tracking everything so much easier. This will also make it easier for me to duplicate the necessary brushes for those linked_portal_door entities.

In the end, it will feel more like a massive test area with a decent size BTS to work with. I'm aiming for about 5 hours of continuous play & 10 interconnected maps, each with their own theme. This would be the 1st in 3 or 5 episodes, so to speak.

PS: If you remember my last entry with the gravity related puzzles, I'm experimenting a bit more with them this time around.

Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Mar 03, 2013
Replied 4 days later
The entities used for transitions in Portal 2 are a little different to that for HL2
I really do like linking to my own posts so here's an example if you want to have a look: post86902.html?hilit=transition%20landmark#p86902
There is also more info about transitions if you scroll up to the top of the thread.