nickworonekin / puyotools

Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although it was initially built to handle files used in Puyo Puyo games, it can handle files used in other games as well.
MIT License
100 stars 24 forks source link

Texture Viewer won't load PSO Ep. I&II GVR files freshly extracted from PRS #17

Closed eleriaqueen closed 5 years ago

eleriaqueen commented 5 years ago

Here's a problematic file : https://drive.google.com/open?id=13jxpNhjMmOrr-MHurm0xKCluPNHzTIWr It was extracted from f256_hyouji.prs with PuyoTools.

nickworonekin commented 5 years ago

That texture requires a palette file to go with it. You need to find an appropriate GVP file and rename it to f256_actionpallet_b.gvp to load the texture.

eleriaqueen commented 5 years ago

Oh, I didn't know what paletted textures were, googled the definition just now. Sorry for the trouble, and thanks for the pointer on how to work with them ^_^