BrunoElias2024 Posted August 27 Posted August 27 Would like some help with these Gran Turismo 4 image formats - I like this series - I extracted the files a while ago and they are all in the compressed file I have left here. Please, if anyone knows how to convert these images to PNG, DDS or JPG I would appreciate it!! I read that they are in a format called "tex1", I tried to convert it with some tools but I haven't found the solution!😊 gt4.zip
Moderators ikskoks Posted August 27 Moderators Posted August 27 You can get some good results with ImageHeat https://github.com/bartlomiejduda/ImageHeat At offset 96 you can find fields like: 2 bytes (uint16) - image width 2 bytes (uint16) - image height 4 bytes (uint32) - palette offset 1
BrunoElias2024 Posted August 28 Author Posted August 28 16 hours ago, ikskoks said: You can get some good results with ImageHeat https://github.com/bartlomiejduda/ImageHeat At offset 96 you can find fields like: 2 bytes (uint16) - image width 2 bytes (uint16) - image height 4 bytes (uint32) - palette offset Ooooooh wow! Although I'm not very good with hexadecimal values, this tool was quite intuitive, even with my limited knowledge! Thank you so much, it's definitely the solution!😆 1
Moderators Solution Nenkai Posted August 29 Moderators Solution Posted August 29 The model tool can be used to extract textures. Using imageheat is not a proper solution because TextureSet1s (Tex1) can house multiple textures all swizzled together in one huge transfer for the GS memory. 1
BrunoElias2024 Posted August 29 Author Posted August 29 1 hour ago, Nenkai said: The model tool can be used to extract textures. Using imageheat is not a proper solution because TextureSet1s (Tex1) can house multiple textures all swizzled together in one huge transfer for the GS memory. Oh, likewise. I think Imageheat is a pretty good tool. Even with my limited knowledge, I was able to make discoveries like this (2CV logo). Thanks to the tool you mentioned, I was able to achieve this other result. It definitely saves a lot of work! Thank you both so much!!!!!!!! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now