You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.