water111
|
2b226fedea
|
[jak3] Update texture remap table (#3821)
Fix for https://github.com/open-goal/jak-project/issues/3820
Jak 2 and 3 use this annoying trick where they store multiple images in
the same texture by just changing the CLUT. This breaks some PC code
because those two textures will have the same TBP address. so there's a
table of remaps to fix this, generated by the decompiler. Unfortunately,
I generated that table before the decompiler loaded the .STR file with
these textures, so it was missing the remaps. This is automatically
generated in the texture folder when you run the decompiler - I just
copied it to the C++ file.


Co-authored-by: water111 <awaterford1111445@gmail.com>
|
2025-01-04 12:24:57 -05:00 |
|