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.

how to compress file? (zlib compression) [FTS 15]

Featured Replies

  • Author
  • Localization

Skoczek, posted Fri Oct 08, 2021 2:27 pm (66916)


FTS 15 uses zlib compression for data. I decompressed that, edited and I have to compress it back. How to do this?
  • Author
  • Localization

aluigi, posted Sat Oct 09, 2021 6:35 pm (66946)


Decompressed what file? How? With what tool?
  • Author
  • Localization

Skoczek, posted Sun Oct 10, 2021 11:44 am (66961)


aluigi wrote:
Decompressed what file? How? With what tool?

players.dat
I decompressed that with offzip tool
How to compress it again?
  • Author
  • Localization

Skoczek, posted Fri Oct 15, 2021 1:26 pm (67032)


aluigi wrote:
Decompressed what file? How? With what tool?

Luigi?
  • Author
  • Localization

aluigi, posted Fri Oct 15, 2021 1:34 pm (67036)


Ok it's just compressed without any format or additional field so you can compress it with packzip or with the following script:
Code:
comtype zlib_compress
get SIZE asize
get NAME filename
string NAME ".compressed"
clog NAME 0 SIZE SIZE
  • Author
  • Localization

Skoczek, posted Tue Oct 19, 2021 11:43 am (67085)


aluigi wrote:
Ok it's just compressed without any format or additional field so you can compress it with packzip or with the following script:
Code:
comtype zlib_compress
get SIZE asize
get NAME filename
string NAME ".compressed"
clog NAME 0 SIZE SIZE

I dragged edited file on packzip.exe and nothings happens. What I am doing wrong?
  • Author
  • Localization

aluigi, posted Sat Dec 04, 2021 9:08 am (67890)


packzip must be used from command-line because it needs two arguments: input and output file.
Output file must not exist or it will be overwritten instead of being recreated.

I suggest to use the script.
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.