Hammerwatch (*.BIN)
Posted: Wed Aug 28, 2013 2:03 pm
Code: Select all
# Hammerwatch (BIN format) 0.1
#
# Written by Ekey (h4x0r)
# http://www.progamercity.net
#
# script for QuickBMS http://quickbms.aluigi.org
idstring "HWRA"
get FILES long
for i = 0 < FILES
get NSIZE byte
getdstring NAME NSIZE
get SIZE long
savepos OFFSET
set TEMP = OFFSET
math TEMP += SIZE
log NAME OFFSET SIZE
goto TEMP
next i