Let's MultiEx: AI War Fleet Command .ASSETS - XeNTaX
Автор: MrMousefromXeNTaX
Загружено: 2015-03-03
Просмотров: 696
Описание:
Still suffering from a cold and cough, I analysed the .assets files of the AI War Fleet Command game I got on GOG. It's an example of how you can use MexScript to extract resources for further analysis.
Watch more of the videos in this series here:
• Let's MultiEx
Get MultiEx Commander here: http://multiex.xentax.com
Join our Game Research Forum here: http://forum.xentax.com
Here's the script:
#AI War Fleet Command Analysis
Get HeaderSize Long 0 ;
Get ArchiveSize Long 0 ;
Get D1 Long 0 ;
Get DataOffset Long 0 ;
ReverseLong DataOffset ;
Set J Long 40 ;
GoTo J 0 ;
Get FileNum Long 0 ;
Set DEL String "_" ;
For T = 1 To FileNum ;
Get FID Long 0 ;
Get RelOffset Long 0;
Get Size Long 0 ;
Get Type1 Long 0 ;
Get Type2 Long 0 ;
Set FN String T ;
String FN += DEL ;
String FN += Type1 ;
String FN += DEL ;
String FN += Type2 ;
String FN += ".bin" ;
Math RelOffset += DataOffset ;
Log FN RelOffset Size 0 0 ;
Next T;
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: