So I started reverse the real "game.exe", and found that restunts don't know how to handle this type of files (*.PES)
This file format use a common scheme used in image file compression, first pass is huffman decompression, then RLE decompression.
After they do an "unflip" on pixels for some images, and expand image data to 8bits. After all this, we can extract easily image like follow :
Image gallery for the file SCRED.PES : http://w4kfu.com/misc/stunts/SDCRED_gallery/
Image gallery for the file SDTEDIT.PES : http://w4kfu.com/misc/stunts/SDTEDIT_gallery/
dstien will add my work to stressed and restunts as soon as possible.
This file format use a common scheme used in image file compression, first pass is huffman decompression, then RLE decompression.
After they do an "unflip" on pixels for some images, and expand image data to 8bits. After all this, we can extract easily image like follow :
Image gallery for the file SCRED.PES : http://w4kfu.com/misc/stunts/SDCRED_gallery/
Image gallery for the file SDTEDIT.PES : http://w4kfu.com/misc/stunts/SDTEDIT_gallery/
dstien will add my work to stressed and restunts as soon as possible.