Forum

Pretty water!

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Pretty water!

Postby Urre » Sun Sep 30, 2007 5:39 pm

Update: now works again! See more info below.

Some pretty pictures:

Image
Image
Image

You'll obviously need the latest beta release of the DarkPlaces engine, can be found in the files section of the DarkPlaces site.

The vispatch can be found on Quaketerminus tools section (called id1vis).

And ofcourse, the pack itself url removed, see update below comes straight from my site on Quakedev.com!

Have fun, and please comment! Also feel free to post bug reports or suggestions!

EDIT: new versions!

Full pack

Small pack
Last edited by Urre on Fri May 16, 2008 6:15 am, edited 2 times in total.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby jim » Sun Sep 30, 2007 10:46 pm

It certainly look great. Probably too great for my computer :P

yep.. too great, I only get some colourful textures that do water scroll as usual...
zbang!
User avatar
jim
 
Posts: 599
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Postby frag.machine » Mon Oct 01, 2007 2:09 am

sweeeeet
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby Urre » Mon Oct 01, 2007 7:47 am

jim: list what GPU you have, and we'll see if that's the problem or something we can actually fix ;)
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby Urre » Mon Oct 01, 2007 10:54 am

If anyone wants a specific water in custom maps overridden with this, list the texture name and color (perhaps by a screenshot, so i know), and that texture name will be in possible future release(s). For example, I figured I could make the Zerstörer blood pools use this, with a thicker red diffuse texture.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby jim » Mon Oct 01, 2007 1:18 pm

It's just so old.. Geforce Ti-4200 128MB... Or should it support that glsl stuff?
zbang!
User avatar
jim
 
Posts: 599
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Postby Urre » Mon Oct 01, 2007 1:26 pm

Yeah that wouldn't work so well :P

For Nvidia Cards, it's a GfFX5200 at minimum, although that thing is so slow, performancewise I would say 5700 at minimum.

For ATI I'm unsure, but I think it's Radeon 9500 or 9700 at minimum.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby jim » Mon Oct 01, 2007 2:05 pm

What shader stuff hl2 used? I got that kind of water effects in it when I played it with this card...
zbang!
User avatar
jim
 
Posts: 599
Joined: Fri Aug 05, 2005 2:35 pm
Location: In The Sun

Postby Urre » Mon Oct 01, 2007 4:29 pm

Yes, but in HL2 they had different rendering paths for different cases of hardware. Older hardware, such as yours, requires a lot more work to get such effects, and because HL2 is a commercial product, they basicly had more time and reason to implement the different paths. The newer paths get slightly prettier looking water, and higher framerate, not only because the newer GPU's are faster, but because the newer paths are more efficient. Let's say LordHavoc coded support for this water on non-glsl hardware, it would be significantly slower on those, not only because they're older, but because you need to do a lot more stuff manually rather than it being supported by the hardware directly.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby Orion » Tue Oct 02, 2007 12:18 am

That's awesome! :)

Can you make the effects for engines like JoeQuake or FuhQuake?
User avatar
Orion
 
Posts: 476
Joined: Fri Jan 12, 2007 6:32 pm
Location: Brazil

Postby leileilol » Tue Oct 02, 2007 4:09 am

Kinda hard to make effects for engines that aren't even in the goals to touch GLSL.
i should not be here
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Postby Seven » Sat Oct 06, 2007 10:13 pm

Hello Urre,

you did a really great job !
It looks awesome.

But I still have one question:
When I exec the water.cfg the first time (doesnt matter if via autoexec or with a
new binded key in the config):

3 new lines are entered into my config.cfg:
r_glsl_water "1"
r_glsl_water_reflectdistort "0.05"
r_glsl_water_refractdistort "0.05"

and a fourth line is edited:
r_wateralpha "0.99"

When I dont want to use your Pack anymore, is there a way to
reedit my config (lets say: delete the 3 lines) ?
I thought, when I manually enter "exec water.cfg" the first time,
my config.cfg would not be changed permanently.

My issue is:
Even when I delete the dpwater.pk3, my framerate is still
so low, as with your active Pack.
This must be because of the 3 still existing lines in the config.cfg.

Is there a way to delete the lines automatically.
So to speak a "unexecute water.cfg" possibilty ?
I am quite new to this modding scene, please excuse my noob question.

Anyway, I really love your Pack !

Greetings,
Seven
Seven
 
Posts: 301
Joined: Sat Oct 06, 2007 8:49 pm
Location: Germany

Postby Urre » Mon Oct 08, 2007 2:32 pm

Seven: thank mostly Zombie, he did the cool parts.

I can't think of a simple un-exec way to do it, unless I make a new release which has a separate config file which disables it. But that would be kind of unneccesary, when you can simple type r_glsl_water 0 in the console, and get the same results :)
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby Seven » Sun Oct 14, 2007 8:25 pm

@ Urre and Zombie

Just wanted to post this, cause many users could not use your Pretty Water Patch due to it !

LordHavoc seems to changed some of the codes, which are necessary for Pretty Water.

If you try using Pretty Water withthe last 2 released betas of Darkplaces, it will NOT work.

So, if you want to use this beautiful Patch, use this Darkplaces Version.
Its the newest stable Version and it works:
http://icculus.org/twilight/darkplaces/ ... 070928.zip

I guess Urre and Zombie stay in close contact to LordHavoc and will adept the next version
of Pretty Water to the modified Darkplaces codes.

...just wanted to forward the info I received.

Thanks again for this beauty Urre and Zombie !
Seven
Seven
 
Posts: 301
Joined: Sat Oct 06, 2007 8:49 pm
Location: Germany

Postby xaGe » Sun Oct 14, 2007 9:08 pm

Yeah its borked in the latest 23:22:10 October 9th 2007 build of the engine...
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 2 guests