hello
I have new request : Still life game,archives *.sl
thank you
Still Life
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
Support for this game is already available in Game Extractor (Full Version).
WATTO
watto@watto.org
http://www.watto.org
WATTO
watto@watto.org
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
- Mr.Mouse
- Site Admin
- Posts: 4051
- Joined: Wed Jan 15, 2003 6:45 pm
- Location: Dungeons of Doom
- Has thanked: 421 times
- Been thanked: 575 times
- Contact:
Code: Select all
ImpType SFileSize ;
IDString 0 VXBG ;
Get DirSize Long 0 ;
Set MaxSize Long 8 ;
Math MaxSize += DirSize ;
Set FO Long MaxSize ;
Do ;
Get FN String 0 ;
SavePos FSO 0 ;
Get FS Long 0 ;
Log FN FO FS 0 FSO ;
Math FO += FS ;
SavePos CO 0 ;
While CO < MaxSize ;


