• BF3 how do i get the .Chunks?
    12 replies, posted
Hi, im trying out the Script dainiuxxx Created for Max, but I don't know how to rip.... Any help?
The scripts by Frankelstner for BF3 are different from the scripts for BF4 if I recall. Here is the link for the BF3 scripts: [URL="http://www.bfeditor.org/forums/index.php?showtopic=15731"]http://www.bfeditor.org/forums/index.php?showtopic=15731[/URL] You will need Python 2.7(maybe newer versions work too) to make use of the scripts. Just copy the scripts from the forum post linked above into python and then save\compile them. Use the "Dumper.py" script to actually extract the chunks and other files. As the forum post says "Right click on dumper.py -> Edit with IDLE, adjust the paths at the top, then hit F5 to start the script." It can take a REALLY long time and a lot of hard drive space to extract everything from the game.... just a warning. Probably better if u have an SSD.
If you set the python scripts to open with notepad (or any text editor) you dont need to use IDLE Then set back to open with python
[QUOTE=Devilman.;45635309]If you set the python scripts to open with notepad (or any text editor) you dont need to use IDLE Then set back to open with python[/QUOTE] Why do I need to do this? [editline]9th August 2014[/editline] [QUOTE=phantom444;45634747]The scripts by Frankelstner for BF3 are different from the scripts for BF4 if I recall. Here is the link for the BF3 scripts: [URL="http://www.bfeditor.org/forums/index.php?showtopic=15731"]http://www.bfeditor.org/forums/index.php?showtopic=15731[/URL] You will need Python 2.7(maybe newer versions work too) to make use of the scripts. Just copy the scripts from the forum post linked above into python and then save\compile them. Use the "Dumper.py" script to actually extract the chunks and other files. As the forum post says "Right click on dumper.py -> Edit with IDLE, adjust the paths at the top, then hit F5 to start the script." It can take a REALLY long time and a lot of hard drive space to extract everything from the game.... just a warning. Probably better if u have an SSD.[/QUOTE] How do I download them?
In most cases the source and or destination paths will need to be edited IDLE allows you to alter python text,when its properties are set to open with python if the python file is set to open with notepad,you can alter the paths with notepad
[QUOTE=Devilman.;45637106]In most cases the source and or destination paths will need to be edited IDLE allows you to alter python text,when its properties are set to open with python if the python file is set to open with notepad,you can alter the paths with notepad[/QUOTE] I know that, what do I need to edit... And how to use it. Anyone care to make a video Tutorial?
you need to be more thorough dude the info is there you just need to look for it and use your brain, I you can`t do that then maybe models and 3d in general may not be for you. here`s the video on python [url]https://www.youtube.com/watch?v=fR4dSlGxN-4&list=UU0N16omoshHu4LUHUfcuvSA[/url] Ps. if you keep asking these questions you`ll just get ignored.
[QUOTE=dainiuxxx;45641182]you need to be more thorough dude the info is there you just need to look for it and use your brain, I you can`t do that then maybe models and 3d in general may not be for you. here`s the video on python [url]https://www.youtube.com/watch?v=fR4dSlGxN-4&list=UU0N16omoshHu4LUHUfcuvSA[/url] Ps. if you keep asking these questions you`ll just get ignored.[/QUOTE] i tried it, but I get a "invalid syntax" Error
[QUOTE=God of Pro's!;45641529]i tried it, but I get a "invalid syntax" Error[/QUOTE] show your dumper.py file [editline]9th August 2014[/editline] that must be some basic error, btw i extracted bf3, bf4, mohwf, and nfs rivals with the dumpers, so i have some experience with this..
I've gotten all the chunks and exported teh models, but UVs must be found MANUALLY in a hex editor with a formula and other shit; so I gave up :v:
[QUOTE=SimplePlanz69;45642154]I've gotten all the chunks and exported teh models, but UVs must be found MANUALLY in a hex editor with a formula and other shit; so I gave up :v:[/QUOTE] the UV`s among many other things are properly calculated in my scripts.
I FIXED IT!!!!! I was using newer version of Python, and changed to Python Version 2.7
[QUOTE=dainiuxxx;45642170]the UV`s among many other things are properly calculated in my scripts.[/QUOTE] I did see your name alot in the forums I referenced but I don't remember any particular scripts from you; ill just start looking again :v:
Sorry, you need to Log In to post a reply to this thread.