Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Battlefield V & Star Wars Battlefront II (New Frostbite layout)

Featured Replies

  • Author
  • Localization

CosmicDreams, posted Fri Nov 09, 2018 9:03 pm (40241)


Not much i know about this other than that Frosty Editor can read and write it and that it got rid of .SB files in favour of a "manifest" of some kind for faster loading.

I don't have much knowledge on these sorts of things, but would like to extract the raw data for these games. Frosty works fine for SWBF2 as support was added properly but BFV can only be loaded with
the SWBF2 profile at the moment. Most things work fine, but the big thing that breaks is meshes. New format.
So i think getting the raw data may be the only way to get more or less everything at the moment.
All the current scripts are broken from what i know, and no one has attempted to update them since it was first introduced in a SWBF2 update.
Frosty is currently the only thing that can access the files of this new layout.

I don't think i can send samples right now due to file sizes and overall just lack of knowledge on what would need to be sent. So your best bet would be to download the game for yourself and look that
way for now im afraid. You can get a trial with Origin Access ATM so that might be a good way to get your hands on it.
  • Author
  • Localization

Puterboy1, posted Sat Nov 10, 2018 8:43 pm (40267)


And if you are successful, will you submit the SFX and voices to the Sounds Resource?
  • Author
  • Localization

CosmicDreams, posted Sun Nov 11, 2018 10:03 pm (40282)


I can get those with Frosty.
It's just meshes i can't really access.
  • Author
  • Localization

CosmicDreams, posted Mon Nov 12, 2018 3:48 pm (40301)


Good news.
Galaxyman2015, the developer of Frosty updated the old python script for extracting to the new layout and things are working fine.
I suspect the 3DS Max model importer script is borked though.
  • Author
  • Localization

Durandal217, posted Mon Nov 12, 2018 9:11 pm (40314)


Where did he post it? i'm not seeing it anywhere..
  • Author
  • Localization

CosmicDreams, posted Tue Nov 13, 2018 9:21 am (40327)


On the frosty tool suite discord server.
Once I'm on my PC I'll send it over here.
  • Author
  • Localization

Durandal217, posted Wed Nov 14, 2018 1:01 am (40359)


found it! thanks for the help.
  • Author
  • Localization

88174, posted Fri Nov 16, 2018 10:09 am (40422)


CosmicDreams wrote:
On the frosty tool suite discord server.
Once I'm on my PC I'll send it over here.


Could you upload the python script? I don't know how to find it. Thank you!
  • Author
  • Localization

CosmicDreams, posted Fri Nov 16, 2018 6:03 pm (40429)


https://cdn.discordapp.com/attachments/333086156478480384/511130460315844618/swbf2_bfv_dumper.rar
Needs python 2.7.6.
Dump chunks, EBX and RES seperately so it can actually dump everything.
I recommend dumping to the root of a drive in a subfolder so you have the shortest starting path possible.
  • Author
  • Localization

wubbaworwee, posted Sun Dec 02, 2018 3:25 am (40925)


Hey all.. :) I downloaded that new swbf2 bfv dumper bundle from discord (I'm hopeless with coding/scripts) .. installed Python 2.7.6.., right clicked 'Edit with IDLE' placed the bundle extract in my SWBF2 main directory (Not 'C:' or default 'Program Files'), pressed 'F5' and I get the following error!?:

Traceback (most recent call last):
File "D:\not relevant\STAR WARS Battlefront II\swbf2_bfv_dumper\Dump Scripts\swbf2_bfv_dumper.py", line 77, in
ZSTD = cdll.LoadLibrary("ZSTD")
File "C:\Python27\lib\ctypes\__init__.py", line 443, in LoadLibrary
return self._dlltype(name)
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 193] %1 is not a valid Win32 application

I have Win10 x64 & installed the x86 Python installer... Do I require a x32 Win10/OS to pull this off??

Cheers
  • Author
  • Localization

erik945, posted Sun Dec 02, 2018 2:09 pm (40943)


try x64 version of python
  • Author
  • Localization

BGmoder, posted Sat Dec 08, 2018 9:16 am (41120)


Hi, I have a problem here.Recently there was a patch in Bf5, and after that I can't get all the chunks. An error EBX
Bundle: a390d240

Traceback (most recent call last):
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 752, in
processManifest(bf1Directory)
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 688, in processManifest
binBundle=BinaryBundle(bundleFile.fileRef.getCas(catalogs), bundleFile.offset)
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 486, in getCas
def getCas(self,catalogs): return self.getCatalogPath(catalogs) "cas_" str(self.casIndex()).zfill(2) ".cas"
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 480, in getCatalogPath
root=catalogs[self.getCatalogIndex()]
IndexError: list index out of range
>>>

Because of this file F:\Battlefield V\Data\Win32\installation\initialexperience\cas_07.cas help
Python 2.7.6 64-bit.
  • Author
  • Localization

Damocles, posted Sat Dec 08, 2018 1:28 pm (41125)


BGmoder wrote:
Hi, I have a problem here.Recently there was a patch in Bf5, and after that I can't get all the chunks. An error EBX
Bundle: a390d240

Traceback (most recent call last):
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 752, in
processManifest(bf1Directory)
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 688, in processManifest
binBundle=BinaryBundle(bundleFile.fileRef.getCas(catalogs), bundleFile.offset)
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 486, in getCas
def getCas(self,catalogs): return self.getCatalogPath(catalogs) "cas_" str(self.casIndex()).zfill(2) ".cas"
File "F:\BfVPreset\Dump Scripts\swbf2_bfv_dumper.py", line 480, in getCatalogPath
root=catalogs[self.getCatalogIndex()]
IndexError: list index out of range
>>>

Because of this file F:\Battlefield V\Data\Win32\installation\initialexperience\cas_07.cas help
Python 2.7.6 64-bit.


Had the same error, i think it's due to the recent patch (04/12). The layout file is different.
  • Author
  • Localization

ineteye, posted Tue Jan 15, 2019 11:28 pm (42420)


HI! Did not understand why dumper only create chunk folder? where is mesh folder, i set true to (dumpResEnabled = True) but still does not help..
  • Author
  • Localization

cyberspeed, posted Wed Jan 16, 2019 5:01 am (42429)


ineteye wrote:
HI! Did not understand why dumper only create chunk folder? where is mesh folder, i set true to (dumpResEnabled = True) but still does not help..

Everything you need to fix your issue is here: http://forum.xentax.com/viewtopic.php?f=10&t=19074
  • Author
  • Localization

ineteye, posted Wed Jan 16, 2019 1:58 pm (42442)


Do not know why but BGModer update does not extract res...
  • Author
  • Localization

cyberspeed, posted Tue Mar 19, 2019 2:57 am (45882)


MITA996 wrote:
Can someone help me with this .cas file. It is from FIFA 19 title update

It will NOT work, the game is NOT supported at the moment by any script/tool.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.