fire hose

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

dug

New Member
Jun 14, 2004
11
0
0
We're designing a simulation for the kind of tasks First Responders have to do, like fire suppression, crowd control, triage, traffic control. Does anyone have an idea of a good way to model a fire hose? We can probably get the emitter end of it OK, but how about the hose part? A player would be holding the nozzle end and dragging it around. The far end would be attached to something, and in between it would be deforming as it was dragged.
 

BinarySystem

Banned
Jun 10, 2004
705
0
0
Soft body dynamics aren't supported by the Karma physics engine. However, you could get a semblance of this by making a skeletal hose mesh with a lot of bones linearly connected. This might be performance intensive, but it might be okay.
 

dug

New Member
Jun 14, 2004
11
0
0
That sounds like a promising idea. I've never done anything with bones apart from creating animations in 3DS. I guess this is Karma Physics land, huh? If I had such a snake-like hose, with a long spine, could I attach it at one end to a pawn and at the other end to some other actor, and have the bones constrain its movement and gravity keep it on the ground?

(When I say I, I mean one. Whether I have the skill and patience is another question.)
 

dug

New Member
Jun 14, 2004
11
0
0
BinarySystem said:
Yes, you should be able to constrain the model like that, and gravity should handle the rest.

Thank you for the direction. We'll get started.

I just ran across the HoseIt weapon for 2004. I wish we could use that in the runtime for shooting foam onto fires. That would be pretty realistic.
 

Vito

New Member
Mar 18, 2002
143
0
0
I believe there are karma chain examples on UDN that would probably work well for a hose.
 

dug

New Member
Jun 14, 2004
11
0
0
Vito said:
I believe there are karma chain examples on UDN that would probably work well for a hose.

Thank you. KarmaColliseum? If I read the docs correctly, I won't be able to run it from the Runtime, but I'll study it.

Also I see a "hanging objects using karma" tutorial at leveldesigner.com which might be relevant.