BillyBnMOfficial Posted August 2 Share Posted August 2 (edited) I've been extracting models from the Cars games such as Cars 1, Mater-National, and Race-O-Rama I have scripts for converting the models from the GameCube, Wii, PS2, PS3, and Xbox 360 versions For textures, the Xbox 360 and PS3 has them as dds images so they're easy to deal with and I found a Python script for the GameCube and Wii versions to convert them to tex0, then I can convert to png. That leaves the PS2 version and the pst texture files. I've looked all over the internet and can't find any information. I sent all of Lightning McQueen's textures from Mater-National if anyone can give pointers mcq.zip Edited August 2 by BillyBnMOfficial Link to comment Share on other sites More sharing options...
piken Posted August 2 Share Posted August 2 Have you tried any of the raw image viewers here? Just spelunking around "mcq_body_l.pst", we see the palette starts at 0x0008 (see 32-bit palette entries with 80h for alpha, which is the maximum value for PS2, and note that black is often the first color in many palettes): The 8bpp pixels start at 0x041C: Now let's put the two together, plus 8x2 tiled palette swizzling: Link to comment Share on other sites More sharing options...
BloodRaynare Posted August 2 Share Posted August 2 (edited) I've written a Noesis script to make things easier for you tex_CarsPST.py Put the script in <NoesisDirectory>\plugins\python Some of the PST textures you sent has a mip levels more than one but due to how Noesis works I decided to only handle the highest one (Or probably I just don't know a proper way to do it anyway they were ordered from low to high). Also I assume every PST textures is palettized 8-bit image? Edited August 2 by BloodRaynare 1 Link to comment Share on other sites More sharing options...
Engineer Rabatini Posted August 2 Engineer Share Posted August 2 (edited) If you need, to reimport again. you simple use mummggtool, to extract and reimport, easyly. Edited August 2 by Rabatini Link to comment Share on other sites More sharing options...
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