aers / FFXIVClientStructs

Resources for reverse-engineering the FFXIV client's native classes.
MIT License
218 stars 152 forks source link

Better Texture Width/Height/Format #1065

Closed Exter-N closed 1 week ago

Exter-N commented 1 month ago
Exter-N commented 1 month ago

My TextureFormat additions seem to sometimes disagree with Lumina, not sure if they are outdated, if I misread FUN_1403f0700, or if something else is going on.

wolfcomp commented 1 month ago

Lumina gets their data from the .dat files and maps the IDs from there. It could very much be that they are converting said data after the fact in the engine.

Soreepeong commented 1 month ago

unorm 2/3: the game converts 5551 and 4444 to 8888 upon reading the texture before uploading to gpu.