Please or Register to create posts and topics.

Kind of a deathtrap

Page 1 of 2Next

I want water to be under the player. Then (when triggered) the water will start rising and the player has to jump onto a platform. And the water stops rising so the player doesnt get hurt.

In other words.

A brush with toxic texture
A Trigger_hurt parented to the toxic brush
An entity to make it rise

How do i make the water rise?

I tried func_tracktrain. It just got very weird... somehow i cant make tracktrain go vertical.
I tried func_door and the same happened as with the tracktrain

Mostly lurking

'Water' + 'moving' doesn't go very well together. However a func_water_analog could be what you are looking for.

Please note: I haven't made a func_water_analog in Portal2, so I have no guarantees that it works. In HL2 there was only one texture you could use (maybe 2, not sure) for rising water. Even then the entity was incredibly buggy.

EDIT: I remember in this thread there was a small discussion about rising water. Research!

?????????????????????????????TWP Releases | My Workshop

Actually i found an alternative. Why bring the water to you if you can bring yourself to the water? :P

Mostly lurking
beecake wrote:
Actually i found an alternative. Why bring the water to you if you can bring yourself to the water? :P

Moving the world can be just as annoying to work with.

I remember Omnicoder did a cool fall scene in one of his maps that mimic'd the player falling/objects falling with the player.
Why I thought of this and why I thought it was relevant... meh.

Perhaps mimicking water rising instead of actually having rising water would probably be a better option.

?????????????????????????????TWP Releases | My Workshop

Yea :P Meh i made the deathtrap a little different... The water isnt coming up to you... the floor is moving away so you fall down :D

Mostly lurking

I used a func_door clip brush with a door parented to it to move it up, maybe make a toxic brush with func_door tied to it and have the trigger_hurt parented to it? I know you have an alternative way, but I'm just throwing ideas out there.

Crazy is as crazy does.
My Work
[spoiler]Maps:
Revenge of the Angry Turrets
Capture the Cube [Co-op]
Capture the Cube 2 [Co-op]
TPWEGTH Sample Map
Aperture Aquatic Testing Center
Aperture Aquatic Testing Center 2
Aperture Time Testing Center
ML's Halloween Trick - 1000 downloads!
ML's Halloween Treat
ML's Combination - 1000 downloads!
ML's Jailbreak Labyrinth
ML's Tricky Teamwork [Co-op]
WIP:
"Capture the Cube 3"
Workshop Maps Link: http://steamcommunity.com/profiles/76561198008890579/myworkshopfiles/[/spoiler]
MasterLagger wrote:
I used a func_door clip brush with a door parented to it to move it up, maybe make a toxic brush with func_door tied to it and have the trigger_hurt parented to it? I know you have an alternative way, but I'm just throwing ideas out there.

Yup i tried that ;) tying water func_door just messes it really much up ;)

Mostly lurking

What if you left the water where it was but moved the entire room downwards, thus giving the impression the water is rising.

Image
I think in terms of boolean variables. Generally, it makes things easier.
Spam Nugget wrote:
What if you left the water where it was but moved the entire room downwards, thus giving the impression the water is rising.

Hah yes thats a Nice idea :D I was thinking, Can you parent instances?

Mostly lurking

I dont think so, unfortunately.

Image
I think in terms of boolean variables. Generally, it makes things easier.
Page 1 of 2Next