

I've tried looking through the code for the encryption key but no luck





ah thanks has anyone worked on the model geometry data chunks?luxox18 wrote:You can extract all data with a script by "Frankelstner" from bfeditor.org
also work for bf3.
with this you can extract all *.chunk files (sound, model , textures, anims) and the .itexture data, DBX data, etc
http://www.bfeditor.org/forums/index.ph ... 15731&st=0
(I don't know if can I post links from other forums here.)

Code: Select all
Traceback (most recent call last):
File "dumper.py", line 418, in <module>
main()
File "dumper.py", line 415, in main
dump(fname,outputfolder)
File "dumper.py", line 229, in dump
casHandlePayload(entry,ebxPath+entry.elems["name"].content+".ebx")
File "dumper.py", line 379, in casHandlePayload
catEntry=cat.entries[entry.elems["sha1"].content]
KeyError: '\xdf+\xdb\xc7(\xef\x18\xbe\xa9d\x16\x00TV\xebT\xfc\xd6\x1c\xb3'

That site is down, you can find the scripts hereluxox18 wrote:You can extract all data with a script by "Frankelstner" from bfeditor.org
also work for bf3.
with this you can extract all *.chunk files (sound, model , textures, anims) and the .itexture data, DBX data, etc
http://www.bfeditor.org/forums/index.ph ... 15731&st=0
Code: Select all
http://www.mediafire.com/download/kniqderdgp5q3ce/BF_Four_Python_Scripts.zip
The python script doesn't seem to work on the SWBF cas files but the DAITools does but it wont extract anything from it cause it just crashesAceWell wrote:That site is down, you can find the scripts hereluxox18 wrote:You can extract all data with a script by "Frankelstner" from bfeditor.org
also work for bf3.
with this you can extract all *.chunk files (sound, model , textures, anims) and the .itexture data, DBX data, etc
http://www.bfeditor.org/forums/index.ph ... 15731&st=0Video showing how to useCode: Select all
http://www.mediafire.com/download/kniqderdgp5q3ce/BF_Four_Python_Scripts.zip
https://www.youtube.com/watch?v=fR4dSlG ... LUHUfcuvSA
This looks like it could work too
http://sourceforge.net/projects/daitools/