Page 1 of 1

Fate/extra graphic .tex [PSP]

Posted: Fri Dec 30, 2022 10:33 pm
by Shadowmael
Sorry for my English, I'm not very good
I was doing some tests on the psp Fate/extra game files to try to translate the game, but there was a problem with the game's textures

They are compressed in the .txb files when extracting the files we got some .tex files, using the 16bp tile molester it is possible to visualize the texture however!!! It is almost impossible to correctly visualize the texture because of the color palette and the mess in the graphics.

I didn't lose hope... When looking at the psp.im files I realized that there are still .tex files so I went after the noesis scripts to read this file, guess what!!!! I was right
Within the noesis code it is possible to see that there are mentions of the .tex file and when I went to make some comparisons, they are really the same texture...

But I don't know anything about python, much less about noesis... Normally I use Javascript is C++ (sometimes Node.js but it's practically java with a few more things)

Could anyone here help me? If possible, I would also like a more detailed explanation about the file so I can try to make a C++ program that is able to read this file, maybe even to convert

Along with the topic I left some sample files along with the Noesis script

Noesis plugin: https://drive.google.com/file/d/1ddN7Ed ... p=drivesdk

sample .txb file: https://drive.google.com/file/d/1dzSfzX ... p=drivesdk

Re: Fate/extra graphic .tex [PSP]

Posted: Sun Jan 01, 2023 3:56 am
by Shadowmael
discover another interesting little thing is possible to see the texture using TextureFind
But I still can't figure out anything about the color palette it's worse how to convert the file to .bmp or .png
Image