Quote:
Originally Posted by Fak Eid
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
|