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.

[PS2] Games made by Cybelle .pak

Featured Replies

  • Author
  • Localization

Reny_oiz, posted Thu Dec 08, 2022 11:02 pm (74506)


how can I unpack the CGs and scripts of games made by Cybelle for example:
Gakuen heaven Okawari (ps2 version)
Piyotan ~Oyashiki Sennyuu?Daisakusen~
kanon

I have the files for the first two if you need them.
  • Author
  • Localization

BloodRaynare, posted Fri Dec 09, 2022 12:07 am (74508)


Please post the sample files here.
  • Author
  • Localization

BloodRaynare, posted Fri Dec 09, 2022 11:11 am (74515)


The PAK format itself was simple, these BMS scripts is enough:

cybelle_pak.bms

Code:
get FILES long
math FILES - 1

for i = 0 < FILES
   get OFFSET long
   putarray 0 i OFFSET
next i

for i = 0 < FILES
   getarray OFFSET 0 i
   math i 1
   if i == FILES
      get PAK_SZ asize
      xmath SIZE "PAK_SZ - OFFSET"
   else
      getarray NEXT_OFFSET 0 i
      xmath SIZE "NEXT_OFFSET - OFFSET"
   endif
   string NAME p "d." i
   log NAME OFFSET SIZE
next


Use QuickBMS to run the script.

However, the GC/graphic files are compressed and currently the algorithm is not known and at worst, it was proprietary which means someone will have to reverse engineer the game to figuring it out and it was no easy task and also time consuming depending how hard it was. The script files are somewhat readable though given that your hex editor supports Shift-JIS japanese characters.

Also, no actual filenames inside the PAK file, so the script will outputs the name as the sequential numbers.
  • Author
  • Localization

Reny_oiz, posted Fri Dec 09, 2022 12:02 pm (74517)


Thanks for the help.
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.