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

Adventure Time: The Secret of the Nameless Kingdom [PS3] .PAK and .GPU

Featured Replies

  • Localization

Just wondering if anyone knows how to extract data from these .pak/.gpu files

The .gpu files sometimes contain more data than the .pak files and are usually accompanied together but sometimes the .pak files will be on their own.

 

Here are some samples 

https://gofile.io/d/6Ff0Rb

  • Supporter

I just recently modified my Shantae Half Genie Hero pak BMS script to making it work with your samples (PS3 is using big endian)

get HEADER_SIZE long
endian guess HEADER_SIZE
get FILES long

for i = 0 < FILES
	getDstring DUMMY 16
	get OFFSET long
	get SIZE long
	get NAME string
	
	math OFFSET + HEADER_SIZE
	math OFFSET + 0x40
	
	string NAME R ":" "/"
	
	log NAME OFFSET SIZE
	
	padding 8
next i

Unfortunately as for the GPU files, due to them are being in big endian, that means none of them works with the wfLZEx tool.
Even the files from the extracted pak archives.
 

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.