• Battlefield 1 Mesh tools
    852 replies, posted
[QUOTE=TheDevilsOwn;51004451]Desert Style Rolls Royce. [url]https://sketchfab.com/models/b0a0f8f805c64a999665acfe9628cdfb[/url] [IMG]http://i.imgur.com/fUAJvSt.jpg[/IMG][/QUOTE] Great job on this model! Are you going to make the .obj available with your textures?
The obj has already been released by someone else.
[QUOTE=Portugalotaku;51191903]The obj has already been released by someone else.[/QUOTE] Sorry I must have missed where the link is at.
Earlier in this thread there is a link to a youtube video. Said video contains the links to the vehicle models.
Looking for the torpedo boat anyone has it?
I'll be back soon I will carry some models... [IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/14671293_1241649695893784_4734827207884068581_n.png?oh=529ff06a7ab4eec8fe782e40c779f8e5&oe=589908C8[/IMG] HMS Iron Duke (1912) model 100 % texture 15% [IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/14590508_1241748949217192_6333601499409724415_n.png?oh=4a97b2cc91c51e983e0e1df67d174730&oe=5899B3B7[/IMG]
[QUOTE=CANAL EMBRAER;51226356]I'll be back soon I will carry some models... [IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/14671293_1241649695893784_4734827207884068581_n.png?oh=529ff06a7ab4eec8fe782e40c779f8e5&oe=589908C8[/IMG][/QUOTE] Game unpack without errors?
[QUOTE=Dimon51rus;51226586]Game unpack without errors?[/QUOTE] hum mine gave no mistake ... because it gave error in yours?
Canal can you share dumper script that you used?
Looking forward to the torpedo boat
[QUOTE=dainiuxxx;51233450]Canal can you share dumper script that you used?[/QUOTE] Hello dainiuxxx I used the same tool that you create, the more I modified where is (Cat1Path) ... etc cat1Path = r"Patch\Win32\installation\mp_install\cas.cat" #cat2Path = r"Patch\Win32\installation\mp_install\cas_02.cat" #cat3Path = r"Patch\Win32\installation\mp_install\cas_03.cat" #cat4Path = r"Patch\Win32\installation\mp_install\cas_04.cat" #updateCatPath = r"Update" more still occurred some errors! [editline]20th October 2016[/editline] [QUOTE=Grenadiac;51233585]Looking forward to the torpedo boat[/QUOTE] I'm looking for, This model ;)
canal, zip up your dumper scripts that you used to dump the game with and PM me the link , thanks.
[QUOTE=dainiuxxx;51233922]canal, zip up your dumper scripts that you used to dump the game with and PM me the link , thanks.[/QUOTE] But not much has changed , I hope this helps ! [url]http://www.mediafire.com/file/0blx4pd4l9a14t0/script.rar[/url]
@Canal EM...., What is your total file count in the dump folder?
[QUOTE=dainiuxxx;51234747]@Canal EM...., What is your total file count in the dump folder?[/QUOTE] my gave 24.2 GB of files located in (BF1 Dump)
If anyone happens to find any guns in the files, don't be afraid to pass them onto me less' yall' plan on porting them yourselves, no biggy.
Dainiuxxx: some files in the folder that is missing :/ some models do not have texture...etc
Well, several of the guns in the beta have not been ported over yet, you could look into those while the new stuff is being unpacked.
If anyone finds them, please upload the C-93 and Artillery luger, we could really use those.
[QUOTE=Dimon51rus;51033397]Battlefield 1 Horse [url]http://www.mediafire.com/download/wbkg1lbb0a5bykl/horse.rar[/url] [URL=http://fastpic.ru/view/85/2016/0911/0e70f3a37aa7585c935df9028b435c09.jpg.html][IMG]http://i85.fastpic.ru/thumb/2016/0911/09/0e70f3a37aa7585c935df9028b435c09.jpeg[/IMG][/URL][/QUOTE] Bro there is no hair on the horse lol, why ?
Is there a tutorial on how to use the above programs? I am not familiar with it but would like to use some assets for my self now BF1 is released. Or maybe some one would bother to explain here :P
If it's too complicated, use Ninja Ripper.
[QUOTE=RAVENOV;51263043]Bro there is no hair on the horse lol, why ?[/QUOTE] Cloth and wavy hair are PhysX-meshes. They use a different file format and cannot be imported with the Mesh tools. You also won't find longcoats or anything the like.
[IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/15032687_1265092016882885_3492674402274278956_n.pn g?oh=662fd9722acaf8d76dd9c70da4fb1cc6&oe=5895CD93[/IMG] [IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/15036382_1265023636889723_4493093824663124186_n.pn g?oh=3e18d963f3f03f6ad9f27ded67d57c8d&oe=58D5B0A6[/IMG] [IMG]https://scontent-mia1-1.xx.fbcdn.net/v/t1.0-9/14671293_1241649695893784_4734827207884068581_n.pn g?oh=338e42034b40c5f75b88e04eed3763c4&oe=58C095C8[/IMG] I add 3 more NEW MODELS [video=youtube;rGg2XYhATxs]https://www.youtube.com/watch?v=rGg2XYhATxs[/video]
I know this may seem irrelevant, but since it technically is powered by Frostbyte 3, I'll post it here anyway. I'm trying to use the dumper script to get the files from Plants vs Zombies Garden Warfare 2, but every time I try to use the dumper, it spits out this message in IDLE: Traceback (most recent call last): File "C:\Users\owner\Documents\ChunkAndMeshTools\script\script\sw_dumper.py", line 294, in <module> if "tocRoot2" in locals(): dumpRoot(tocRoot2) File "C:\Users\owner\Documents\ChunkAndMeshTools\script\script\sw_dumper.py", line 280, in dumpRoot dump(fname,targetDirectory) File "C:\Users\owner\Documents\ChunkAndMeshTools\script\script\sw_dumper.py", line 111, in dump toc=cas.readToc(tocPath) File "C:\Users\owner\Documents\ChunkAndMeshTools\script\script\cas.py", line 95, in readToc return Entry(unXor(tocPath)) File "C:\Users\owner\Documents\ChunkAndMeshTools\script\script\cas.py", line 37, in __init__ raise Exception("Entry does not start with \\x82 or (rare) \\x87 byte. Position: "+str(f.tell())) Exception: Entry does not start with \x82 or (rare) \x87 byte. Position: 1 If anyone knows what the Exception error means by any chance, please let me know.
So has anyone extracted more pistols?
Could anyone do me a huge favor, and convert the Sentry Class Gear into a format that's readable with blender. Thanks in advance [url]http://www.mediafire.com/file/acl6uta47mcnv27/Heavy_Gear.zip[/url]
I think there is already a version with fbx and obj copies.
I couldn't find it for the Sentry gear. That one only comes with a MAX file
Is there a reason the models from the full game haven't been ripped yet? Is it impossible? There are a lot of weapons I'd really like.
Sorry, you need to Log In to post a reply to this thread.