hansbonini / lz_ancient

Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LZANCIENT

LZ + RLE Compression found in games developed by Ancient

List of Games

  • [SMD] Beyond Oasis
  • [SMD] Streets of Rage 2

Example

Decompress: python main.py D "Beyond Oasis (U) [!].gen" font.bin 0x16943c

Compress: python main.py C "Beyond Oasis (U) [!].gen" font.bin 0x16943c

About

Tool for decompress and recompress graphics from games developed by Ancient for Sega Genesis / Sega Mega Drive using LZ+RLE algorithm.

License:MIT License


Languages

Language:Python 99.1%Language:Shell 0.9%