• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Strange water, ETO 1.50 with Ankor shaders

gamemaster406

Charter Member
That's the seafoam animation. The default values were tuned for the sea water fx files included with the Shader package. If you're using a different set of h2od_##.dds files then you may need to adjust the values in the SeaWater.fx file to get the effect you want.

Near the top you'll find:

#else // default (i.e. stock CFS3)
#define BaseOpacity 0.99
#define WaveBump 5.0
#define WaveScale 5.0
#define FoamAmount 0.32
#define AddFoam

If you want more or less foam then change the FoamAmount values to a slightly different value. Higher is less foam, and lower is more foam.

If you don't want any foam then just change the last line to
// #define AddFoam
 
Back
Top