.RTT Render To Texture

Textures, recreate headers, conversions, algorithms and parsing of image files
DJ Normality
Posts: 647
Joined: Tue Jul 24, 2018 8:52 am

.RTT Render To Texture

Post by DJ Normality »

Decided to take a look at the .RTT files within Twisted Metal 2012. Saw a pattern I recognized and sure enough i was right.
Image
By replacing the header with a DXT5 header I was able to get a .dds file to open in Photoshop.
Image
This is the black paint job I was looking for. Along with the original spots/decals.
For anyone who is researching .RTT just find the correct size or assumed size and create photoshop documents of the following.
64x64, 128x128, 256x256, 512x512, 1024x1024, 2048x2048, 4096x4096
These will be the headers to the texture files for the assumed sizes.
https://drive.google.com/file/d/1aJ5v6F ... sp=sharing

NOTE some textures can be 512x1024 or 2048x1024. You will have to make the size document to your assumed texture and trail and error until you come across the right one. You can usually tell by the size of the .dds preview.
Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Re: .RTT Render To Texture

Post by Acewell »

upload some *.rtt samples for testing please. :D
DJ Normality
Posts: 647
Joined: Tue Jul 24, 2018 8:52 am

Re: .RTT Render To Texture

Post by DJ Normality »

Acewell
Posts: 706
Joined: Fri Aug 08, 2014 1:06 am

Twisted Metal 2012 (.rtt)

Post by Acewell »

here is Noesis python script to open your rtt samples. :D
tex_TwistedMetal2012_rtt.zip

all of the samples had identical headers so there wasn't anything to compare to,
so i would not expect the script to work with every rtt sample in the game.
i would need more diverse samples (sizes/formats) to make the script more accurate. :)
DJ Normality
Posts: 647
Joined: Tue Jul 24, 2018 8:52 am

Re: .RTT Render To Texture

Post by DJ Normality »

Man thanks! That's awesome. Defiantly going to save time with that. You seem to know graphic formats pretty good. How are you with model data ? And it seems to be all there is in the game were them sizes.