Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

How to convert .str files? [Transformers: Revenge of the Fallen]

Featured Replies

  • Author
  • Localization

MarKreations, posted Tue Dec 29, 2020 11:36 pm (61380)


Hey guys! So I have some files from a DLC of the Transformers: Revenge of the Fallen video game on PlayStation 3. The files are in ".str" file formats, and I was wondering if anybody here can help me get the models and textures from these? If so, please let me know! I have linked a zip file below containing the files.
https://drive.google.com/file/d/128gfsr ... w44ZY/view
  • Author
  • Localization

aluigi, posted Tue Apr 27, 2021 6:19 pm (63611)


Compressed with zlib, try this script for decompressing:
Code:
comtype zlib_noerror
endian big
idstring "strm"
get SIZE long
get DUMMY long  # 1
get DUMMY long  # 3
get DUMMY long  # ???
savepos OFFSET
math SIZE - OFFSET
get NAME basename
clog NAME OFFSET SIZE SIZE
  • Author
  • Localization

MarKreations, posted Tue Apr 27, 2021 9:22 pm (63613)


aluigi wrote:
Compressed with zlib, try this script for decompressing:
Code:
comtype zlib_noerror
endian big
idstring "strm"
get SIZE long
get DUMMY long  # 1
get DUMMY long  # 3
get DUMMY long  # ???
savepos OFFSET
math SIZE - OFFSET
get NAME basename
clog NAME OFFSET SIZE SIZE

Sweet man thanks! Could you tell me how to run this? I'm not a coder, so I have no idea how to use this without an exe or python
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.