instead "skin.package" substitute any file from the game.Quote:
-d unaow.bms skin.package .
Script code "unaow.bms":
Code:
# Age of Wulin .package unpacker # (c) CTPAX-X Team 2012 # http://www.ctpax-x.ru/ ImpType Standard IDString "PCK0" GoTo 10 Get FileCount Long GoTo 19 For I = 1 To FileCount SavePos TOC Get DataSize Short Get FileOffs Long Get FileZero Long Get FileSize Long Get PackSize Long Math DataSize -= 27 Math TOC += 27 GoTo TOC GetDString FileName DataSize ComType zlib Clog FileName FileOffs PackSize FileSize ComType copy Next I





-d unaow.bms skin.package .

