Need tool for export & import txd file PSP

Textures, recreate headers, conversions, algorithms and parsing of image files
indrasudo
Posts: 8
Joined: Tue Oct 12, 2021 10:07 am

Need tool for export & import txd file PSP

Post by indrasudo »

I want moddding PSP Game texture from inside game data, and i found TXD file.
i tried to open the file with TXD workshop & TXD viewer PS2 but its not working.

@regard
Allen
Posts: 156
Joined: Tue Sep 01, 2015 9:44 am

Re: Need tool for export & import txd file PSP

Post by Allen »

Here is a Noesis script for reference only.
If you want to modify, you can first understand the format and storage structure based on this.
You can use "Console Texture Explorer (PSP/PS2)" to modify related files, or write your own tools.

I only saw the 8bit index format, and there should be still a 4bit index format.
8bit images are stored according to 16*8 tiles.