I'm trying to get the bmp out of this. I'm trying to get the car "FROZEN" from RV2. As far as I know, RV2 ran on the same engine as the original Re-Volt. I've got the PRMs and the parameters, now I'm trying to get the bmps out of these Z files. Can anybody help?
file: https://www.mediafire.com/file/xyk3wrsh ... bmp.z/file
Join also our Discord channel! Click here.
Re-Volt 2 .z files
- ikskoks
- Moderator
- Posts: 644
- Joined: Thu Jul 26, 2012 5:06 pm
- Location: Poland, Łódź
- Has thanked: 447 times
- Been thanked: 187 times
- Contact:
Re: Re-Volt 2 .z files
It is just headerless BMP compressed with ZLIB.
You can use offzip and texturefinder to convert it to BMP.
See the wiki article for reference http://wiki.xentax.com/index.php/Re-Volt_2_Z_Image
You can use offzip and texturefinder to convert it to BMP.
Code: Select all
offzip.exe -a CarSkin0.bmp.z out
See the wiki article for reference http://wiki.xentax.com/index.php/Re-Volt_2_Z_Image
- Acewell
- VIP member
- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 831 times
Re: Re-Volt 2 .z files
here is Noesis python script to open your one sample.
supports rgba8888
this script will read the header and decompress
and parse the image data on the fly.

this script will read the header and decompress
and parse the image data on the fly.
You do not have the required permissions to view the files attached to this post.