Water splash sprite?
Moderator: InsideQC Admins
12 posts
• Page 1 of 1
Water splash sprite?
Hello there, does anyone have a water splash sprite?
I did a check on all MOVETYPE_TOSS/BOUNCE entities every frame mimicking SV_CheckWaterTransition, but to just spawn a water splash sprite.
Thanks.
I did a check on all MOVETYPE_TOSS/BOUNCE entities every frame mimicking SV_CheckWaterTransition, but to just spawn a water splash sprite.
Thanks.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Me neither.
I'm currently using a particle effect, but it doesn't look very good.
I was searching for animated water splash gifs, but I couldn't find one, nor a sequence of splash pictures.
EDIT: The first FPS game that used splash sprites (I'm not sure if that are sprites) was HL2... that effects are perfect.
I'm currently using a particle effect, but it doesn't look very good.
I was searching for animated water splash gifs, but I couldn't find one, nor a sequence of splash pictures.
EDIT: The first FPS game that used splash sprites (I'm not sure if that are sprites) was HL2... that effects are perfect.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Your better chance is trying older games such Duke3D, Heretic or Hexen. I recall seeing water splashes animations in one of these. Shouldn't be hard to convert to Quake sprites.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC
(LordHavoc)
-

frag.machine - Posts: 2090
- Joined: Sat Nov 25, 2006 1:49 pm
The first thing I did in Heretic was run backwards off of the dock over and over, watching the water splash as I landed in it. Duke3d has sprites for when hitscan weapons impact the water surface - don't recall on actors hitting it. Hexen should have them as well.
Check with your local leileilol about whether or not its fine to use them.
Check with your local leileilol about whether or not its fine to use them.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
part of the problem with particles/sprites when hitting water is detecting where it actually transisioned. q2/q3 bsps have content masks that makes this easy to find. Theoretically the same can be done with q1bsp without recompiling every map. But no currently available engines support that as far as I know. Still, just change the current content values into masks and voila, water that is solid to the first phase of shotgun traces etc (with plane normals) allowing you to find out exactly where to put your sprites with minimum effort.
Quake2 has bubble trails (particles) when you fire shotguns underwater using a similar method.
Quake2 has bubble trails (particles) when you fire shotguns underwater using a similar method.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
Spike wrote:Quake2 has bubble trails (particles) when you fire shotguns underwater using a similar method.
Yeah, that's easy to make in QC too. But I just want to use a water splash sprite when a grenade, backpack and other droppable items crosses the water surface.
I did it easily, mimicking SV_CheckWaterTransition() that is used within the engine, and I'm using a particle effect while I don't have a decent water splash sprite.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
Yeah, the first one is nice, but I think I need 2 sprites, this one you posted oriente and another VP parallel, that's a splash like this:
Edit:
Just an off-topic thing:
Why is thig bug stated in QIP?
That bug saying when a grenade passes the waterline, Quake should play a splash sound?
In what does it affect gameplay?
Now I'm curious.. lol
Edit:
Just an off-topic thing:
Why is thig bug stated in QIP?
That bug saying when a grenade passes the waterline, Quake should play a splash sound?
In what does it affect gameplay?
Now I'm curious.. lol
Last edited by Orion on Thu Feb 21, 2008 11:41 pm, edited 1 time in total.
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
..I find sounds do affect game play single & multi player... Depending on the map I guess the splash of a grenade would matter game play wise. Say the enemy is in or near the water using the grenade launcher on other players/monsters the splash/explosion could give away their position...
Orion wrote:Just an off-topic thing:
Why is thig bug stated in QIP?
That bug saying when a grenade passes the waterline, Quake should play a splash sound?
In what does it affect gameplay?
Now I'm curious.. lol
-

xaGe - Posts: 461
- Joined: Wed Mar 01, 2006 8:29 am
- Location: Upstate, New York
Last off-topic:
Yeah, that makes sense...
And there's another bug that every sound can be heard through walls as well as EF_'s shines through walls too.
In real life, depending on the wall depth, a sound can or not be heard... but in Quake all sounds are heard with the same fading distance through walls independing of its depth.
Explosion and other big particle effects may clip through a wall as well.
Many engines have this fixed.
The ID guys left a lot to do into the Quake engine...
Yeah, that makes sense...
And there's another bug that every sound can be heard through walls as well as EF_'s shines through walls too.
In real life, depending on the wall depth, a sound can or not be heard... but in Quake all sounds are heard with the same fading distance through walls independing of its depth.
Explosion and other big particle effects may clip through a wall as well.
Many engines have this fixed.
The ID guys left a lot to do into the Quake engine...
-

Orion - Posts: 476
- Joined: Fri Jan 12, 2007 6:32 pm
- Location: Brazil
12 posts
• Page 1 of 1
Who is online
Users browsing this forum: Bing [Bot] and 1 guest
