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.

Krakout DAT

Featured Replies

  • Author
  • Localization

aluigi, posted Sun Nov 01, 2015 10:24 pm (9192)


Mah, the offsets don't match in my opinion.
It's a list of sequential files with a relative offset matching the sum of the sizes of the previous files but it doesn't match the real size of the files in the archive.
Example, the first XM is reported to have a size of 0x88714 bytes while in reality it's 0x8879c.

Example script:
Code:
idstring "Res\0"
get DUMMY1 long
get DUMMY2 long
get DUMMY3 long
get DUMMY4 long
get DUMMY5 long
get DUMMY6 short
get FOLDERS short
get FILES long
get DUMMY8 long
for i = 0 < FOLDERS
    get BASE_OFF long
    get DUMMY long
    putarray 0 i BASE_OFF
next i
math FOLDER = 0
for i = 0 < FILES
    get SIZE long
    get OFFSET long
    get DUMMY long
    get DUMMY long
    get NAME string
    if OFFSET == 0
        getarray BASE_OFF 0 FOLDER
        math FOLDER 1
    endif
    math OFFSET BASE_OFF
    math OFFSET 8
    log NAME OFFSET SIZE
next i
  • Author
  • Localization

AntonZab, posted Mon Nov 02, 2015 3:05 pm (9220)


Tracker music is my favorite music. No way to listen to them?
  • Author
  • Localization

aluigi, posted Mon Nov 02, 2015 5:05 pm (9223)


Code:
log dump.xm 0xc77 0x8879c
  • Author
  • Localization

AntonZab, posted Tue Nov 03, 2015 2:17 pm (9268)


I did. But All players say that it is the wrong format. Maybe some of the files are encrypted at the end?
  • Author
  • Localization

aluigi, posted Tue Nov 03, 2015 2:54 pm (9270)


I have noticed the same problem (yeah I was curious to listen it, old-school xm fan).
OpenMT can open it but there are no samples loaded so it's mute.
I guess it's a slightly modified XM file.
  • Author
  • Localization

AntonZab, posted Tue Nov 03, 2015 6:09 pm (9278)


There still is s3m music. They also do not play all. Ah. okay. I have a lot of them anyway ;)
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.