
https://drive.google.com/file/d/0Bwg-L6 ... sp=sharing
Code: Select all
# The Secret Order(CUB format)
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org
idstring "cub\0"
idstring "1.0\0"
get FILES long
getdstring ID 256 #Paczka danych CUBE
for i = 0 < FILES
getdstring NAME 256
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
aluigi wrote:The script is the same for Enigmatis, the only difference is the absence of xor obfuscation.
Try this script 0.3:
http://aluigi.org/bms/enigmatis.bms
The script should work also with other games by Artifex Mundi, I will check it.
Ekey wrote:Code: Select all
# The Secret Order(CUB format)
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org
idstring "cub\0"
idstring "1.0\0"
get FILES long
getdstring ID 256 #Paczka danych CUBE
for i = 0 < FILES
getdstring NAME 256
get OFFSET long
get SIZE long
log NAME OFFSET SIZE
next i
aluigi wrote:The reimporting feature doesn't allow to reimport larger files. Sorry.