Let's MultiEx: Outlaws *.LAB - Extract/Replace - XeNTaX
My real-time file format analysis and MultiEx Commander script to extract and replace stuff from Outlaws *.LAB files.
Visit our Facebook page here: https://www.facebook.com/pages/XeNTaX/143458469022795
Get MultiEx Commander here: http://multiex.xentax.com
Join our Game Research Forum here: http://forum.xentax.com
The MexScript:
#Outlaws *.LAB
IDString 0 "LABN" ;
ImpType Standard ;
Get U1 Long 0 ;
Get FileNum Long 0 ;
Set J Long FileNum ;
Math J *= 16 ;
Get StringTableSize Long 0 ;
SavePos ST 0;
Math J += ST ;
For T = 1 To FileNum ;
GoTo ST 0 ;
Get RelStrOffset Long 0;
SavePos FOO 0;
Get FO Long 0;
SavePos FSO 0 ;
Get FS Long 0;
Get ID Long 0 ;
SavePos ST 0 ;
Set SJ Long J ;
Math SJ += RelStrOffset ;
GoTo SJ 0 ;
Get FileName String 0 ;
Log FileName FO FS FOO FSO ;
Next T ;