Anyone found a solution to this? I tried telling the trigger_portal_cleanser to set it's activated state back to 1 'OnFizzle' but it doesn't work
This is really annoying as it's a funimental to this level
Thanks,
Youme
Anyone found a solution to this? I tried telling the trigger_portal_cleanser to set it's activated state back to 1 'OnFizzle' but it doesn't work
This is really annoying as it's a funimental to this level
Thanks,
Youme
youme wrote:
I have a prop_portal that I wan't to keep open at all times, and I have a trigger_portal_cleanser to make my puzzle harder and when I wal through the portal cleanser it removes both my blue portal (placed by me in game) and the orange portal that i put there in hammer. 0.oAnyone found a solution to this? I tried telling the trigger_portal_cleanser to set it's activated state back to 1 'OnFizzle' but it doesn't work
This is really annoying as it's a funimental to this levelThanks,
Youme
you could probably use some creatively placed triggers to make it work.
msleeper wrote:
Yeah, have a trigger brush that is bigger than the cleanser, and OnEndTouchAll have it open the prop_portal again.
I guess I could do that, bit iffy though.
(how is OnEndTouchAll different to OnEndTouch?)
ebola wrote:
that won't do anything, not only because that's not the right way to use a filter, but also because even if you correct it so that you do use a filter correctly on the trigger, it still wont do anything. in fact, that'll make the trigger pretty much stop doing anything at all. a filter filters the activators, not the input/output
Yes this does work I tested it before posting it. Here is an example bsp and vmf if you still doubt this will work.
ebola wrote:
you know why that map works? because your portalgun isn't upgraded...
Well in the game when there were portals pre-placed you didn't have an upgraded gun only makes sense you don't have one that can shoot both portals. Also I placed more prop_portals with a different portal pair ID and filtered these also upgraded the gun shot some portals and those new prop_portals still stay when I go through the cleanser.