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.

Extracting Onsen mo Issyo's .pak Files (PC)

Featured Replies

  • Author
  • Localization

CraftCool, posted Thu Mar 25, 2021 4:10 pm (63031)


Recently I've been attempting to extract the .pak files of Onsen mo Issyo with little to no results. I'm also very new to this so there might be some things I don't understand.

I tried:
Opening it with 7zip and renaming the file to a zip which both had errors saying it can't be opened.
Using Game Extractor and other Pak Extractors like Pak Explorer and Dragon Unpacker with hardly any results.
Using QuickBMS .pak scripts to extract them with no success. (The script with the closest result is datamt.bms with 85%)

I opened them notepad and I can see the filenames contained in them like .wav files in MainWave.pak

Is there something I'm missing or doing wrong?

The game is old (Released in 2003) and works on Windows XP/2000/Me

It's available here: https://archive.org/details/OnsenMoIssyo

EDIT: Here's the pak files https://drive.google.com/file/d/1etuwZF ... sp=sharing
  • Author
  • Localization

Ekey, posted Thu Mar 25, 2021 10:24 pm (63036)


Code:
# Onsen mo Issyo (PAK) format
# script for QuickBMS http://quickbms.aluigi.org

idstring "APD "
get FILES long

for i = 0 < FILES
   getdstring NAME 24
   get SIZE long
   get OFFSET long
   log NAME OFFSET SIZE
next i
  • Author
  • Localization

CraftCool, posted Sat Mar 27, 2021 1:31 am (63071)


It works!!!!!!! Thank you so much!!!!!!!!!!!
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.