Hi guys! I need help with extraction files from .arch00 archives Hounds The Last Hope is FPS MMO game with nice content and models, I extracted some models manually and going to make an import script for meshes. Though, I can extract archives properly. Many thanks in advance is someone will help with that
#script for quickbms # By Allen #2015-9-2 Hounds The Last Hope (.arch00) archives
idstring "PSCA" goto 0x10 get strTableLen long get dummy long get numEntry long math strTableLen += 0x30 goto strTableLen get dummy long get crcOfs long goto crcOfs get dummy long get dummy long for i = 0 < numEntry get namelen short getdstring name namelen PutArray NameArr i name get crc long next i goto strTableLen for i = 0 < numEntry get nameStrOfs long get offset long get dummy long get size long get dummy long get size2 long get dummy longlong GetArray name NameArr i log name offset size next i
Well done. I have updated my fear.bms to support the few changes of this archive that are limited only to the magic and the location of the fields in the header at the beginning.
Small note: I don't know why the fear.bms script was tagged as 0.6 on the website and was 0.5.1 itself, it was the updated one so I forgot to update the version in the script. Now it's 0.6.1.
Ah, understand. Maybe, a bit modified archive and script extracted files a bit incorrect? Here's original .arch00 archive, just in case https://www.sendspace.com/file/wa4y4z
EDIT: There's a 7z.dll in the root folder of the game - maybe it's 7zip?!