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.

The Order 1886 - Oodle Compression

Featured Replies

  • Author
  • Localization

lolwatt, posted Wed Nov 21, 2018 6:25 pm (40578)


Hey,

I'm having trouble decompressing the last chunk from The Order 1886 files. They are using oodle.
Here's what I got so far:

Code:
comtype oodle
append

get ARC_SIZE asize
get NAME basename
string name ".order"

log name 0 0x0
goto 0x0

  get magic longlong
  get fullusize longlong
  get fullpsize longlong
  savepos OFFSET1
  math OFFSET1 16
  math fullpsize - 40
  if fullusize      clog name OFFSET1 fullpsize fullusize
  endif

  if fullusize > 0x40000
  set ni = 0
  for fullpsize = fullpsize > 0
    get PosOFFSET longlong
    get PSIZE longlong
    math ni 1
    savepos OFFSET
    clog name OFFSET PSIZE 0x40000
    math OFFSET PSIZE
    if OFFSET == ARC_SIZE
        break
    endif
    goto OFFSET
  next
  endif

 next i


Here are all the samples I got: https://drive.google.com/open?id=1qYwuu ... W9lJZDlXwA

Can anyone help out? Thanks! :)
  • Author
  • Localization

lolwatt, posted Thu Nov 22, 2018 11:39 am (40601)


Thanks! Much appreciated!
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.