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 extract *.OBJ files from *.GSC files of Transformers: The Game (PC and PS3)?

Featured Replies

  • Author
  • Localization

Sun Rays, posted Mon Jan 07, 2019 9:42 am (42020)


So I think that these *.GSC files might contain some model files as well. And that's why I hope someone is able to extract them from it. I would like to reimport the files back in the archive after editing them, so I really hope someone is able to help me with this. Thanks in advance.

Link to a PC GSC file - http://www.mediafire.com/file/3d34z0x7e ... C.GSC/file

Link to a PS3 GSC file - http://www.mediafire.com/file/a37520orl ... 3.GSC/file
  • Author
  • Localization

aluigi, posted Fri Jan 11, 2019 11:39 pm (42204)


Weird format but you can extract the dds that take half of the archive:
Code:
get OFFSET long
get FILES short
for i = 0 < FILES
    getdstring DUMMY 0x14
    get SIZE long
    savepos OFFSET
    log "" OFFSET SIZE
    goto SIZE 0 SEEK_CUR
next i
  • Author
  • Localization

Sun Rays, posted Fri May 17, 2019 8:43 am (47799)


Is it also possible to extract OBJ (or any other similar 3d files) from it? Also what's there in the other half of the file?
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.