View Single Post
  #7  
Old 04-09-2023, 01:41
Danziel123 Danziel123 is offline
Registered User
 
Join Date: Mar 2013
Location: Surabaya
Posts: 1,334
Thanks: 1,213
Thanked 813 Times in 699 Posts
Danziel123 is on a distinguished road
Quote:
Originally Posted by Fak Eid View Post
Because the codecs can't read the stream of the file. The files contains encoded lz4 that can be compressed only using a certain plugin 'mstarfield' (starfield.dll). Leave out the wwise sound files and compress using that algo.. wwise sound can only be compressed using srep+lzma (as of my knowledge right now)
Here is my DSG_Settings for starfiled, is this right or not?
Quote:
Data1.Name=Data1a-01.bin
Data1.InclText=*.ba2
Data1.ExclText=
Data1.Method1=xtool:mstarfield+xtool:mreflate:dd3+ LZMA-MT
Data2.Name=Data1b-01.bin
Data2.Method1=xtool:c256mb:mbk2:df20p+LZMA-MT
Data2.InclText=*.bk2
Data3.Name=Data1c-01.bin
Data3.Method1=xtool:dd3
Data3.ExclText=*.ba2|*.bk2
Reply With Quote