http://www.bfeditor.org/forums/index.ph ... opic=15731
BF3-MOHWF dumper:
Code: Select all
>>>
layout.toc
CommonChunks0.toc
Traceback (most recent call last):
File "C:\Python27\dumper.py", line 417, in <module>
main()
File "C:\Python27\dumper.py", line 414, in main
dump(fname,outputfolder)
File "C:\Python27\dumper.py", line 201, in dump
toc=sbtoc.Superbundle(tocName)
File "C:\Python27\sbtoc.py", line 177, in __init__
self.entry=Entry(toc)
File "C:\Python27\sbtoc.py", line 90, in __init__
raise Exception("Entry does not start with \x82 or (rare) \x87 byte. Position: "+str(toc.tell()))
Exception: Entry does not start with ‚ or (rare) ‡ byte. Position: 1
>>>
with the BF4 Dumper:
Code: Select all
Traceback (most recent call last):
File "C:\Python27\bf4dumper.py", line 258, in <module>
if "tocRoot2" in locals(): dumpRoot(tocRoot2)
File "C:\Python27\bf4dumper.py", line 248, in dumpRoot
dump(fname,targetDirectory)
File "C:\Python27\bf4dumper.py", line 196, in dump
catEntry=cat[entry.sha1]
KeyError: '\x0b\x8e\xcb\x85V\xd5\xd1\x9c\xe05d\x16K\xcd\x97U[g#\x0b'
>>>