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.

Can anyone help me decompress/decode this single file?

Featured Replies

  • Author
  • Localization

Omarios, posted Thu Oct 01, 2020 10:05 am (58972)


It is a compressed .xml file from the game ATV Offroad Fury 4. I highly believe it has an lzss compression because thats how the game's developers (Climax Studios) do things.

I copied it directly from the archive.imp file and pasted it in HxD, so its viewable there. Some text is readable and uncompressed but the rest is gibberish due to the compression, is there a way that I can make it fully readable? Because I have been searching online and I don't believe that there is a tool to decompress lzss compressed files.
  • Author
  • Localization

aluigi, posted Thu Oct 01, 2020 12:39 pm (58974)


You need to cut the compressed data from the correct starting point or the result will be invalid.
Just a simple script for lzss:
Code:
comtype lzss
get ZSIZE asize
xmath SIZE "ZSIZE * 10"
clog "decompressed.xml" 0 ZSIZE SIZE
  • Author
  • Localization

Omarios, posted Thu Oct 01, 2020 1:40 pm (58977)


aluigi wrote:
You need to cut the compressed data from the correct starting point or the result will be invalid.
Just a simple script for lzss:
Code:
comtype lzss
get ZSIZE asize
xmath SIZE "ZSIZE * 10"
clog "decompressed.xml" 0 ZSIZE SIZE

Thanks man.

One last request from me, can you please check this archive? Because whenever I use it with the IMP script it tells me that the compression algorithm is invalid. It does contain an archive.xml file so hopefully it will be easier and faster for you to check.

http://www.mediafire.com/file/f6no3i51e ... 3.zip/file

I know that I might have bombarded you with messages, but you're the only one who knows how to do this.
  • Author
  • Localization

aluigi, posted Thu Oct 08, 2020 8:31 pm (59099)


I updated imp0.bms few days ago
  • Author
  • Localization

Omarios, posted Fri Oct 09, 2020 12:06 am (59114)


aluigi wrote:
I updated imp0.bms few days ago

THANK YOUUUUUU!!!!
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.