Users browsing this thread: 1 Guest(s)
[TUTORIAL] N64 Texture Ripping
#22
(11-24-2024, 12:38 PM)Joshex Wrote: At closer inspection n64 ocarina of time uses 2 water textures! one is just white ripple lines with alpha transparency, it moves on +y+x, the other texture is the blue water base texture and it moves on +y only, each texture moves at different speeds with the alpha transparent layer moving faster than the water base texture.

Here?

[Image: 9fTRb0p.jpeg]

I think there's only one water texture, this one.

[Image: 1jPvS7E.png]

You can check how N64 shaders work with GLideN64-Scene-Ripper. Unfortunately it's not accurate for the water in Kokiri Forest, but I think the "shape" of the shader is right.

According to that, the water color is two "layers" blended together 50-50. Each layer uses the same texture, just with different UVs, so the two layers can scroll independently. So it's like color = 0.5 * texture(UV0) + 0.5 * texture(UV1).

edit: Btw the alpha is painted on, not from a texture. Looks like 99/255 (~40%).
3D Screenshot Tools (NDS / N64 / PS1 / PS2)
Other Tools (apicula / Vagrant Story / Star Ocean Blue Sphere)
Reply
Thanked by: Joshex


Messages In This Thread
[TUTORIAL] N64 Texture Ripping - by Shade - 07-06-2014, 04:15 PM
RE: N64 Texture Ripping Tutorial - by Shade - 07-13-2014, 09:47 PM
RE: N64 Texture Ripping Tutorial - by OmniGamerX - 07-21-2014, 10:42 AM
RE: N64 Texture Ripping Tutorial - by Shade - 07-21-2014, 11:24 AM
RE: N64 Texture Ripping Tutorial - by OmniGamerX - 07-21-2014, 07:12 PM
RE: N64 Texture Ripping Tutorial - by Shade - 07-21-2014, 07:33 PM
RE: N64 Texture Ripping Tutorial - by OmniGamerX - 07-21-2014, 07:35 PM
RE: N64 Texture Ripping Tutorial - by Shade - 07-21-2014, 07:58 PM
RE: N64 Texture Ripping Tutorial - by OmniGamerX - 07-22-2014, 09:32 AM
RE: N64 Texture Ripping Tutorial - by Shade - 07-22-2014, 11:37 AM
RE: N64 Texture Ripping Tutorial - by RetroNuva10 - 03-24-2015, 07:53 PM
RE: N64 Texture Ripping Tutorial - by Shade - 03-25-2015, 04:24 PM
RE: N64 Texture Ripping Tutorial - by RetroNuva10 - 03-28-2015, 11:35 PM
RE: N64 Texture Ripping Tutorial - by Shade - 03-29-2015, 08:55 PM
RE: N64 Texture Ripping Tutorial - by Solarurz - 03-28-2015, 08:56 PM
RE: N64 Texture Ripping Tutorial - by Web-Slinger - 04-30-2015, 04:02 PM
RE: N64 Texture Ripping Tutorial - by Shade - 07-04-2015, 10:10 PM
RE: [TUTORIAL] N64 Texture Ripping - by Ubernub - 08-02-2020, 01:41 AM
RE: [TUTORIAL] N64 Texture Ripping - by Joshex - 11-24-2024, 12:38 PM
RE: [TUTORIAL] N64 Texture Ripping - by scurest - 11-24-2024, 02:12 PM
RE: [TUTORIAL] N64 Texture Ripping - by Joshex - 11-24-2024, 02:29 PM

Forum Jump: