View previous topic :: View next topic |
Author |
Message |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Sun Sep 30, 2007 5:39 pm Post subject: Pretty water! |
|
|
Update: now works again! See more info below.
Some pretty pictures:
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 _________________ Look out for Twigboy
Last edited by Urre on Fri May 16, 2008 6:15 am; edited 2 times in total |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Sun Sep 30, 2007 10:46 pm Post subject: |
|
|
It certainly look great. Probably too great for my computer
yep.. too great, I only get some colourful textures that do water scroll as usual... _________________ zbang! |
|
Back to top |
|
 |
frag.machine

Joined: 25 Nov 2006 Posts: 728
|
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Oct 01, 2007 7:47 am Post subject: |
|
|
jim: list what GPU you have, and we'll see if that's the problem or something we can actually fix  _________________ Look out for Twigboy |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Oct 01, 2007 10:54 am Post subject: |
|
|
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. _________________ Look out for Twigboy |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Mon Oct 01, 2007 1:18 pm Post subject: |
|
|
It's just so old.. Geforce Ti-4200 128MB... Or should it support that glsl stuff? _________________ zbang! |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Oct 01, 2007 1:26 pm Post subject: |
|
|
Yeah that wouldn't work so well
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. _________________ Look out for Twigboy |
|
Back to top |
|
 |
jim

Joined: 05 Aug 2005 Posts: 400 Location: In The Sun
|
Posted: Mon Oct 01, 2007 2:05 pm Post subject: |
|
|
What shader stuff hl2 used? I got that kind of water effects in it when I played it with this card... _________________ zbang! |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Oct 01, 2007 4:29 pm Post subject: |
|
|
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. _________________ Look out for Twigboy |
|
Back to top |
|
 |
Orion

Joined: 12 Jan 2007 Posts: 413 Location: Brazil
|
Posted: Tue Oct 02, 2007 12:18 am Post subject: |
|
|
That's awesome!
Can you make the effects for engines like JoeQuake or FuhQuake? _________________ There's no signature here. Stop looking for one. |
|
Back to top |
|
 |
leileilol

Joined: 15 Oct 2004 Posts: 1321
|
Posted: Tue Oct 02, 2007 4:09 am Post subject: |
|
|
Kinda hard to make effects for engines that aren't even in the goals to touch GLSL. _________________
 |
|
Back to top |
|
 |
Seven
Joined: 06 Oct 2007 Posts: 19 Location: Germany
|
Posted: Sat Oct 06, 2007 10:13 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Mon Oct 08, 2007 2:32 pm Post subject: |
|
|
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  _________________ Look out for Twigboy |
|
Back to top |
|
 |
Seven
Joined: 06 Oct 2007 Posts: 19 Location: Germany
|
Posted: Sun Oct 14, 2007 8:25 pm Post subject: |
|
|
@ 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/files/darkplacesengine20070928.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 |
|
Back to top |
|
 |
xaGe

Joined: 01 Mar 2006 Posts: 329 Location: Upstate, New York
|
Posted: Sun Oct 14, 2007 9:08 pm Post subject: |
|
|
Yeah its borked in the latest 23:22:10 October 9th 2007 build of the engine... |
|
Back to top |
|
 |
|