11-29-2023, 06:07 AM
(11-27-2023, 01:52 AM)switchkult Wrote: Hello to everyone.
I'm a new user in this forum. I am trying to translate Muramasa Rebirth from english to italian but I have some issues with ftx and gxt files. I was able to extract .gxt files thanks to the php scripts provided by Rufas, but now I am trying to convert/open/modify gxt files with no success. I tried GXTConvert but I got this message: "Unknown magic number: Unexpected 'RGBA' for GXT". Please someone helps me to go on with my work, thank you!
Those .GXT is actually .RGBA files, and can be converted with
Code:
php psxtools/img_clut2png.php *.GXT
Good luck with your translation project!
- Rufas