How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Skeletons, animations, shaders, texturing, converting, fixing and anything else related to read game models
Sun Rays
Posts: 21
Joined: Thu Mar 08, 2018 10:51 am

How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by Sun Rays »

I would really appreciate help on this. I tried a lot of things but it didn't work. So I used filecutter and here is the dump files of it. Hopefully someone can help me unpack or edit this. Thanks in advance.
http://www.mediafire.com/file/fb2oz2ys194ygbu/mission.str_0_37616478/file
http://www.mediafire.com/file/3f3yeovteaumzx9/mission.str_35519326_37616478/file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by aluigi »

There is a "mrts" magic followed by a zlib compressed data that takes the whole sample.
No information about the extracted files at the end of the archive.
Try with offzip -a and check if it extracts only one file.
Sun Rays
Posts: 21
Joined: Thu Mar 08, 2018 10:51 am

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by Sun Rays »

Uhh, how exactly can I do that? Sorry, I am kind of new to quickbms so, can you please explain how I do that?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by aluigi »

Download offzip from http://aluigi.altervista.org/mytoolz.htm#offzip

Then from the console (command-line) use in this way:
offzip.exe -a mission.str

If you have never used the Windows console I suggest you to put both offzip.exe and mission.str in the same empty folder, copy&pasting that exact command in a new text file with bat extension, double-click on the bat file.
Sun Rays
Posts: 21
Joined: Thu Mar 08, 2018 10:51 am

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by Sun Rays »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by aluigi »

No idea since that file doesn't seem an archive.
It may be a model of some format because it contains "vertices" and "mesh" strings and various "PHYS" "IMG" "MESH" chunks of data at the end.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by aluigi »

Moved in the 3d section.
Sun Rays
Posts: 21
Joined: Thu Mar 08, 2018 10:51 am

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by Sun Rays »

Hey, so I offzipped another file and this one seems to be a little different. Can you find a way to somehow extract/edit this?
http://www.mediafire.com/file/hd2710q4st77amc/00000014.dat/file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How To Unpack Transformers Revenge of The Fallen Level File (*.str)

Post by aluigi »

Same stuff, wait the answers of other users.