Portal Emitters in Mapping
I'm trying to make it like the early maps in portal/portal 2 where a portal or portals are placed for you and you need to use them to solve the puzzle.
Ex. Chapter 1, Test Chamber 2
Quote:
Must have its pitch, yaw and roll facing the exact same direction of the surface it's placed on.
1-8 units from the surface the portal is to be placed on.
At least 57 units away from any adjacent surfaces on the top and bottom.
If you need it some where it won't spawn on, create a logic_auto and set a NewLocation output where you want it.
Ontopic:
I've got an instance for the orange portal on my computer, I will add it to this post. There is still a small issue with the colors of the emitters not changing properly.
Usage instructions: use func_instances to place these against the walls; give them a proper name and use the orange_open option. This should automatically close the orange portal that is up. If a player can somehow create his/her own orange portal it's screwed up so make sure the player starts with the blue portalgun 
Hope that helped!
lpfreaky90 wrote:
Moderator note: wrong section; this should be in mapping help.Ontopic:
I've got an instance for the orange portal on my computer, I will add it to this post. There is still a small issue with the colors of the emitters not changing properly.Usage instructions: use func_instances to place these against the walls; give them a proper name and use the orange_open option. This should automatically close the orange portal that is up. If a player can somehow create his/her own orange portal it's screwed up so make sure the player starts with the blue portalgun
Hope that helped!
Thanks. It works perfectly. ![]()
bankston_editor wrote:
Thanks. It works perfectly.
Glad I could help!
ps: you don't need to use the deactivation input; the activation trigger automatically deactivates all the others first!