Stormbasic .SBI (zlib compressed)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
lupus
Posts: 36
Joined: Sun Dec 03, 2017 7:52 am

Stormbasic .SBI (zlib compressed)

Post by lupus »

Known games from Stormbasic uses SBI format: TechWars, Freestyle Moto Cross, Barakel - Fallen Angel.

Beginning from here

After data extraction from main .dat container I'm have some GFX data compressed with zlib to .SBI
Compressed data can be extracted with offzip, I'm using:

Code: Select all

offzip.exe -a font.sbi temp 0 > font.txt

Here is log:

Code: Select all

Offzip 0.4
by Luigi Auriemma
e-mail: aluigi@autistici.org
web:    aluigi.org

- open input file:    font.sbi
- enter in directory: temp
- zip data to check:  32 bytes
- zip windowBits:     15
- seek offset:        0x00000000  (0)

+------------+-----+----------------------------+----------------------+
| hex_offset | ... | zip -> unzip size / offset | spaces before | info |
+------------+-----+----------------------------+----------------------+
  0x00000014  5676 -> 65536 / 0x00001640 _ 20 8:7:28:0:1:f75498c3


- 1 valid compressed streams found
- 0x0000162c -> 0x00010000 bytes covering the 84% of the file


Maybe somebody can help me with un/packer script?
Font.sbi is included.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: Stormbasic .SBI (zlib compressed)

Post by makc_ar »

Only export .dat to .bmp
Image
Try this tool .dat to .sbi download/file.php?id=4002
lupus
Posts: 36
Joined: Sun Dec 03, 2017 7:52 am

Re: Stormbasic .SBI (zlib compressed)

Post by lupus »

So, I need reimport...

Привет, шрифт рассмотреть удавалось в тайловом редакторе, там же его можно и поправить. Открытым остаётся вопрос обратного сжатия в .sbi