Skip to content

Compression (FPS3 files)

Raflos10 edited this page Dec 12, 2023 · 1 revision

All the game files are compressed using a combination of LZSS and RLE.

The compression algorithm is very complicated. I could have tried to replicate it in python, but it's faster compiled from C and less work. So I use a library file compiled from C.

Clone this wiki locally