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.

100% Orange Juice on Steam - .pak/.dat

Featured Replies

  • Author
  • Localization

InfinitePhantasm, posted Sat Apr 15, 2017 2:49 am (22223)


hello. there appears to have been an old thread on this, but i do not wish to necro it.

i'm looking into cracking open this game's files for modding in the future. the old thread has slight amounts of info that might be useful, but here's the jist for the files:

Ekey wrote:
*.PAK - simple ZIP
*.DAT - obfuscated / encrypted - seems xor


the .PAKs for textures are easily openable in 7zip, winrar or any other program.
however, the ones for items such as music appear to be unopenable that way, but there appears to be a script to extract the files:
aluigi wrote:
You can use this script to dump the ogg files:
Code:
quickbmsver "0.7.6a"
get PAK_SIZE asize
math OFFSET = 0
    callfunction TEST 1
do
    math OFFSET = NEW_OFFSET
    goto NEXT_OFFSET
    getdstring DUMMY 10
    callfunction TEST 1
    xmath SIZE "NEW_OFFSET - OFFSET"
    log "" OFFSET SIZE
    math OFFSET = NEW_OFFSET
while OFFSET != PAK_SIZE

startfunction TEST
    math LAST_OFFSET = OFFSET
    findloc NEXT_OFFSET binary "\x01vorbis" 0 ""
    if NEXT_OFFSET == ""
        get NEW_OFFSET asize
    else
        goto NEXT_OFFSET
        findloc NEW_OFFSET binary "OggS" 0 "" LAST_OFFSET
    endif
endfunction
It's quite raw and lame but works :)


i have attached the examples of .dats, and a .pak for audio and textures.

any help on this would be very much nice. thank you.
  • Author
  • Localization

InfinitePhantasm, posted Sat Apr 22, 2017 4:02 am (22513)


bump
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.