Still Life

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Still Life

Post by sajad » Sat May 28, 2005 7:23 am

hello

I have new request : Still life game,archives *.sl

thank you

User avatar
Savage
VIP member
VIP member
Posts: 560
Joined: Sun Apr 17, 2005 11:00 am
Has thanked: 16 times
Been thanked: 17 times

Post by Savage » Sat Jun 04, 2005 10:19 pm

I'm interessed for the unpacker and packer for this game as well.
Ein? :D

User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 535
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto » Sun Jun 05, 2005 5:52 am

Support for this game is already available in Game Extractor (Full Version).

WATTO
watto@watto.org
http://www.watto.org
Game Extractor - Read and write thousands of game archives!

User avatar
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:

Post by Mr.Mouse » Sun Jun 05, 2005 12:37 pm

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 ;
This script will enable import as well. You can get it from the Web update option in MultiEx Commander. Or use the custom bms option.

Post Reply