#16
|
|||
|
|||
@Kaktor
I tried xtool's dd3 vs srep_new:3 on few starfield files to test. I couldn't notice size difference, nor much difference in extraction time. |
Sponsored Links |
#17
|
||||
|
||||
It is much faster in encoding because all goes directly through stdin. And even on decoding it is slightly faster, also it requires less memory.
Normally, if you use srep it will copy all the files to a temp folder first which can take a lot of time, plus it requires additional disk space, and also doing its "second pass". With xtool dd, all these steps are obsolete. The output data which comes from srep is compressed immediately if you use compressors which works in stdin/stdout or cls mode (which lolz does not do atm in dsg). For example lzma, lzma2, fast-lzma2 and zstd. However, a Idea comes to my mind and I will ask César if he can add something to dsg.
__________________
Haters gonna hate
Last edited by KaktoR; 08-09-2023 at 08:22. |
#18
|
|||
|
|||
#19
|
|||
|
|||
Here is my DSG_Settungs
Quote:
|
The Following User Says Thank You to Danziel123 For This Useful Post: | ||
Jarmen_Kell (11-09-2023) |
#20
|
||||
|
||||
Maybe use something like this aswell
Code:
[Game1Settings] Name=Starfield Exec= EGPath=C:\Program Files\Bethesda Softworks\Starfield MethodState=1 Data1.Name=Data1a-01.bin Data1.ExclText=Data\*WwiseSounds*|Data\Voice* Data1.Method1=xtool:mstarfield+xtool:mreflate:dd3+LZMA-MT|0 Data1.Method2=xtool:mstarfield+xtool:mreflate:dd3+LOLZ_NORMAL|0 Data1.InclText=*.ba2|*.esm Data2.Name=Data1b-01.bin Data2.Method1=msc+xtool:dd3+zstd|0 Data2.InclText=Data\*WwiseSounds* Data3.Name=Data1c-01.bin Data3.Method1=xtool:dd3+zstd|0 Data3.InclText=Data\Voice* Data4.Name=Data1d-01.bin Data4.Method1=xtool:c512mb:mbk2:df20p|0 Data4.InclText=*.bk2 Data5.Name=Data1e-01.bin Data5.Method1=xtool:dd3+LZMA-MT/$mp3pack=7zdll-pm:m0=mp3det:m1=packmp3c|0 Data5.Method2=xtool:dd3+LOLZ_NORMAL/$mp3pack=7zdll-pm:m0=mp3det:m1=packmp3c|0 Data5.ExclText=*.ba2|*.bk2|*.esm Data5.SplitMode=1
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Jarmen_Kell (11-09-2023) |
#21
|
|||
|
|||
I think the compressor have no access to "xtool:mstarfield" method.
|
#22
|
|||
|
|||
You need to download and manually place the plugin in Xtool Folder.
https://fileforums.com/showpost.php?...&postcount=277 |
The Following 2 Users Say Thank You to Fak Eid For This Useful Post: | ||
Jarmen_Kell (11-09-2023), mausschieber (11-09-2023) |
#23
|
|||
|
|||
i have a problem with this file "Starfield - Terrain01.ba2" , when i try to use reflate/preflate
on it ! i checked the integrity without any problem of crc ! can someone help me? |
#24
|
|||
|
|||
Send Logs or send file.
|
#25
|
|||
|
|||
Quote:
Seems Data3 file have some problems too . . . |
#26
|
||||
|
||||
Quote:
Code:
09:35:02 - Overall input size: 4.00 GB 09:35:02 - Overall output size: 95.51 GB (Ratio 2389.70%) 09:35:02 - Overall conversion time: 00:13:15
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
hwang4 (13-09-2023) |
#27
|
||||
|
||||
Send me the summary (click summary button). Otherwise I cannot see what's the problem actually.
Edit: I see, my bad sorry. Change the lines in DSG_Settings.ini Code:
Data3.InclText=Data\Voice* to Data3.InclText=Data\*Voices*
__________________
Haters gonna hate
Last edited by KaktoR; 12-09-2023 at 01:41. |
The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
Jarmen_Kell (12-09-2023), mausschieber (12-09-2023) |
#28
|
|||
|
|||
Quote:
----------------------------------------------------------------------------------------- 11:27:02 - You have chosen the DVD5 type for the media size. 11:27:02 - ISO images will not be created when conversion is complete. 11:27:02 - The computer will remain on when the conversion is complete. 11:27:02 - Selected ARC/DS method for Data1-01.bin was: xtool:mstarfield+xtool:mreflate:dd3+lolz:d136:mtt1 :mt8:mc1023 11:27:02 - Selected ARC/DS method for Data2-01.bin was: msc_tak+xtool:dd3+zstd 11:27:02 - Selected ARC/DS method for Data3-01.bin was: xtool:dd3+zstd 11:27:02 - Selected ARC/DS method for Data4-01.bin was: xtool:c512mb:mbk2:df20p 11:27:02 - Selected ARC/SPLIT method for Data5-01.bin was: xtool:dd3+lolz:d136:mtt1:mt8:mc1023/$mp3pack=7zdll-pm:m0=mp3det:m1=packmp3c 05:55:14 - Getting size of the game: STARFIELD - Premium Edition 05:55:14 - » Installation folder size: 122.50 GB 05:55:14 - » Data1-01.bin file size: 56.32 GB 05:55:14 - » Data2-01.bin file size: 6.19 GB 05:55:14 - » Data3-01.bin file size: 5.96 GB 05:55:14 - » Data4-01.bin file size: 1.37 GB 05:55:14 - » Data5-01.bin file size: 11.05 GB 05:55:14 - » Compressed game size: 80.89 GB (Ratio 66.03%) ----------------------------------------------------------------------------------------- 05:55:14 - Overall input size: 122.50 GB 05:55:14 - Overall output size: 80.89 GB (Ratio 66.03%) 05:55:14 - Overall conversion time: 18:28:09 05:55:14 - Overall conversion discs: 19 DVD5 ----------------------------------------------------------------------------------------- But there are two problems: 1st: the game folder size is 131.37GB, not 122.5 and: |
The Following User Says Thank You to Jarmen_Kell For This Useful Post: | ||
mausschieber (13-09-2023) |
#29
|
||||
|
||||
Seems like you have problems with masked compression lately.
Recompress just the last bin file. 1. Move all files out of conversion folder to somewhere else (somewhere out of diskspan_gui folder). 2. Edit DSG_Settings.ini like this Code:
[Game1Settings] Name=Starfield Exec= EGPath=C:\Program Files\Bethesda Softworks\Starfield MethodState=1 Data1.Name=Data1e-01.bin Data1.Method1=xtool:dd3+LOLZ_NORMAL|0 Data1.ExclText=*.ba2|*.bk2|*.esm 4. If compression is done, open records.ini and copy the "Size=" key and paste it in old records.ini (from the compression before which gave you an error) 5. Move Data1e-01.bin to the folder which contains the compressed files from before This should do it.
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
mausschieber (13-09-2023) |
#30
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|