Hi,
I've been trying to write a small program to display the Grim Fandango background images. I've gotten most of the information i need from the Jedi Knight Specs, but working out the compression used on the actual image data is beyond me. Does anyone have any information on it?
Thanks in advance.
I don't have the sources for SCUMMRev3 near where I am now, but the compression used is LZSS (LZ77), if you don't know that compression scheme look it up on the net. As far as I recall, the THRESHOLD constant is 4 or something. Really can't recall it all, but try and see if this is any help.
- Serge
Thanks, i'll go see what i can find out and try it.