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
			
			
									
						
										
						Need tool for export & import txd file PSP
- 
				Allen
 - Posts: 156
 - Joined: Tue Sep 01, 2015 9:44 am
 
Re: Need tool for export & import txd file PSP
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.
			
			
									
						
										
						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.