In my .fx file, and then the problem started showing up. Anyone have any idea why this might be happening and if there's some solution?
Hidden/Spoiler:
Re: Weird water bug
Posted: Sun Jun 24, 2012 11:40 am
by ARCTroopaNate
I've added those lines to many of my maps with water and there are no problems for me. Can you post an error log?
Re: Weird water bug
Posted: Sun Jun 24, 2012 12:11 pm
by willinator
To me that looks like a problem with the tga's that create the look of the water. Try opening each of them in gimp and saving without RLE compression. Also, make sure that you copied every single water tga required by the fx file, as well as all the bump images and .option files.
Re: Weird water bug
Posted: Sun Jun 24, 2012 1:52 pm
by Locutus
What you see there is the bump map.
Seems like your main water texture is missing or in the wrong format, just like willinator says.
Re: Weird water bug
Posted: Sun Jun 24, 2012 2:12 pm
by THEWULFMAN
Well the problem is the water only started acting up after the Blur lines were put in the fx, and the water goes back to normal after the lines are removed.
Re: Weird water bug
Posted: Sun Jun 24, 2012 2:59 pm
by Fiodis
Locutus wrote:What you see there is the bump map.
It looks more like a normal map. Try playing with the blur parameters one by one until you see which individual part, if any, is responsible.
Anyway, from the stock documentation:
Blur
Blur will be off by default now if you want to enable it add it to the .fx file. It would be better if it was not used because it is expensive, not worth the cost and it is better to enable features such as HDR and soft shadows. I’m considering removing it from the game because the HDR effect does similar processing.
You're breaking the syntax by wrapping HDR with curly quotes.
Re: Weird water bug
Posted: Tue Jun 26, 2012 1:20 am
by agentsmith38
I managed to fix the bug, I apparently can't have
DownSizeFactor
ConstantBlend
Together, but that's okay, the effect I still get is good.
Hidden/Spoiler:
Thanks again GT!
Re: Weird water bug
Posted: Tue Jun 26, 2012 2:06 am
by AceMastermind
What are your current video settings? When you play the stock Yavin: Temple map with your current video settings do you experience this bug? This is just one example that uses those two parameters together.
yavin1.fx
Huh. My settings are on max. I don't have that water problem on Yavin though. Pretty weird. I'll carefully look through Yavin and my map to see what I'm doing wrong...