Users browsing this thread: 1 Guest(s)
How to make a program that can open models?
#9
Well it is a LZSS compressed file, that much I can tell you.
File headers are a sweet thing.

What LZSS is? Well, I'm sure you heard of LZ77 (Lempel, Ziv, 1977). LZSS is an adaption (Storer, Szymanski, 1982). You'll need a decompressor in order to get to the contents. Further, this means that you'll need to implement LZSS comression/decompression algorithms in your porgram.
Thanked by:


Messages In This Thread
RE: How to make a program that can open models? - by Previous - 05-17-2012, 06:06 AM

Forum Jump: