FAForever / FAForeverMapEditor

A community-made map editor for the game Supreme Commander Forged Alliance
MIT License
3 stars 3 forks source link

Expose all water settings #10

Open BlackYps opened 10 months ago

BlackYps commented 10 months ago

The editor doesn't expose all water settings in the ui. The only way to edit them is by exporting and importing water settings, which is unnecessarily tedious

MrRowey commented 5 months ago

@BlackYps Can you Specify the Water settings?

BlackYps commented 5 months ago

What do you mean?

MrRowey commented 5 months ago

What do you mean?

can you give me a refrence to the setting your having to edit then import ?

BlackYps commented 5 months ago

When you press "export water settings" you will get a file with the complete water settings. Basically these should all be represented in the ui. There are some exceptions though: sunGlow is not used by the shader, so you can omit that. Same for sunStrength, sunReflection, fresnelPower and fresnelBias.

BlackYps commented 5 months ago

The two values of colorLerp should be represented as two independent values surface color lerp min and surface color lerp max as this is how they are used in the shader.