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.

Loons: Fight for the Fame .DAT

Featured Replies

  • Author
  • Localization

aluigi, posted Sat May 02, 2015 8:03 pm (4989)


Is that one the whole file?
  • Author
  • Localization

lemurboy12, posted Sat May 02, 2015 9:27 pm (4991)


no, it's just one of them. should I give you more?
  • Author
  • Localization

aluigi, posted Sun May 03, 2015 7:05 am (5000)


Yes, try with a bigger sample
  • Author
  • Localization

aluigi, posted Sun May 03, 2015 2:00 pm (5010)


This format has absolutely no sense because the second text file contains references to archived files that are not there.
Anyway the following extract the dxb and txt files from the files you provided:
Code:
get FILES line
for i = 0 < FILES
    get NAME line
    get OFFSET line
    putarray 0 i NAME
    putarray 1 i OFFSET
next i
for i = 0 <= FILES
    if i == 0
        getarray NAME 0 i
        getarray OFFSET 1 i
        math i 1
    endif
    if i == FILES
        get NEXT_OFFSET asize
    else
        getarray NEXT_NAME   0 i
        getarray NEXT_OFFSET 1 i
    endif

    xmath SIZE "NEXT_OFFSET - OFFSET"
    log NAME OFFSET SIZE

    set NAME string NEXT_NAME
    math OFFSET = NEXT_OFFSET
next i
  • Author
  • Localization

aluigi, posted Mon May 04, 2015 7:15 am (5023)


They are all the same format.
I'm still unable to find the "link" between the dxb and txt file because the offsets in the txt don't match the data and size of the dxb file.
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.