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.

Garfield PS2 .PAK files

Featured Replies

  • Author
  • Localization

penguino, posted Fri Dec 13, 2019 6:11 am (52555)


I want to figure out how to extract from the PAK files from Garfield PS2
If it helps, the game runs on the RenderWare engine
Hope someone here can figure it out
  • Author
  • Localization

BloodRaynare, posted Fri Dec 13, 2019 6:34 am (52556)


Here's a BMS script for extracting the files (though bit hacky but it works)

Code:
## Garfield (PS2) PAK extractor script
## By BloodRaynare
## For use with QuickBMS: http://aluigi.altervista.org/quickbms.htm

IDString "PACK"
get INFO_OFF long
get FILES long
goto INFO_OFF
for i = 0 < FILES
   getDString NAME 52
   get OFFSET long
   get SIZE long
   get SIZEDUP long
   log NAME OFFSET SIZE
next i
  • Author
  • Localization

penguino, posted Fri Dec 13, 2019 1:01 pm (52559)


I tried it and it worked, thank you so much!
  • Author
  • Localization

disgustingstan, posted Sat Aug 27, 2022 4:23 pm (73219)


Hi did you manage to convert the .RWS files into models? All i can find about them is that they're supposedly audio streams but that's not true for this game
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.