-
Snow Mania
Change Water Color like Heaven Tear in Old World (red)
The water textures are inside texture folder water but they r just white and normal textures,
seems theres a config file somewhere that can change the water color perhaps in the map folder not sure.. probably a hexadecimal code does anyone know it?
*edit:
Seems I found something its on shadders.pck,
water_alpha_simple.txt
lrp r0, r1.a, r1, c6 // texture * water color
; mul r0.rgb, r1.a, c6
seems to be somewhere around here
might this (r0 (RGB).... be the one to change water color?
more on:
water_simple.txt
I really want the whole world map water to look like this 
I know u want to =) lets help each other and find it
Last edited by lvdrake; 03-04-16 at 03:07 PM.
-
-
Custom Lord
Re: Change Water Color like Heaven Tear in Old World (red)
If i remember how this game works there should be 3 textures for the water
1 should be the reflection 1 the overall water and an empty texture that should play with the diffuse color and there comes an ecm/text file from what memory serves this whole game was in a aRGB color mode so if you see 8 numbers that relate color those whould be will have a look into it after i finish downloading a client
-
Custom Lord
Re: Change Water Color like Heaven Tear in Old World (red)

color controlled by overall texture
and what you found is shader ... and it can be forced a color
GameDev.net -- Shader Programming Part III: Fundamentals of Pixel Shaders
will play around with it
Last edited by kristkos; 20-04-16 at 02:32 PM.