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.
Zero Tolerance for Disrespect

God of War II PS2 Pak file

Featured Replies

Hello there.
Recently, I was able to extract content from the first God of War PAK file using this script I found on Xentax years ago (Mainly for audio & video files).
 

# God of War (PS2)

open FDSE "GODOFWAR.TOC"
open FDSE "PART1.PAK" 1

get TOC_SIZE asize
math TOC_SIZE - 0xc
for CURR_OFF = 0 < TOC_SIZE
 savepos BASE_OFF
 putarray 0 i BASE_OFF
 getdstring NAME 0xc
 get DUPLICATE long
 get SIZE long
 get OFFSET long
 math OFFSET * 0x800
 log NAME OFFSET SIZE 1
 savepos CURR_OFF
next

But when I attempt to repeat the process with the second game, it showed me an error (on the first attached image) that I don't what to do, and I'm not good at coding by any means...
If anyone could lend a hand on my predicament, I'll be forever in your debt.
I also attached a section of the pak seen on HxD.

bandicam 2024-07-23 17-09-49-973.png

bandicam 2024-07-23 17-07-14-224.png

Create an account or sign in to comment

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.