Jump to content

Kung Fu Panda's *.str files [PC]


Go to solution Solved by ikskoks,

Recommended Posts

Posted (edited)

Hello everyone!

I want to recognize what contents stored in those *.str files. My goal is extracting rigged models and animations from that game. they're looks like compressed ones, but I can't recognize what algorithm is this since I'm not expert at compression methods. Some examples of these files:

https://drive.google.com/file/d/1obCO9rZrq13Q1Rkznm9DB-FrLf4Mgikw/view?usp=sharing

https://drive.google.com/file/d/1sXKFfZQEMpcxXY-yYxZIXbWThgyQjwUE/view?usp=sharing

Edited by JakisGuarra
Posted (edited)
2 hours ago, ikskoks said:

Data is compressed with ZLIB algorithm.

You can decompress with offzip http://aluigi.altervista.org/mytoolz/offzip.zip
like this:
 

offzip.exe -a global.str

 

thank you! that helps. then, next step: what about those *.4gw and *.dat file, a decompressed ones? I should extract them.

 

https://drive.google.com/file/d/1PEkK10Ie3GuuDN57o1fWqqMHVKH-zgg1/view?usp=sharing

https://drive.google.com/file/d/1c4uYdTEGsBPhxrPGlYYFNnQlm_hgvUtN/view?usp=sharing

Edited by JakisGuarra

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...