View Single Post
  #128  
Old 06-06-2021, 12:37
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
using -mfrostbite3 makes xtool search for all streams [Stream#], # = All entries.

But if you specify -mfrostbite3:zlib as an example, since the stream entries can have names, it will only target those streams.


Quote:
Originally Posted by Cesar82 View Post
If it is the value of the key "Name=" it would be more or less these commands. Is this the correct way to use it?
Code:
Battlefield 4             xtool:c32mb:mfrostbite3,lz4
Battlefield Hardline      xtool:c32mb:mfrostbite3,?
Battlefield 1             xtool:c32mb:mfrostbite3,lz4
Battlefield V             xtool:c32mb:mfrostbite3,lz4
Dragon Age Inquisition    xtool:c32mb:mfrostbite3,zlib
FIFA 18                   xtool:c32mb:mfrostbite3,fifa18
FIFA 19                   xtool:c32mb:mfrostbite3,fifa19
FIFA 20                   xtool:c32mb:mfrostbite3,fifa20
FIFA 21                   xtool:c32mb:mfrostbite3,fifa21
Mass Effect Andromeda     xtool:c32mb:mfrostbite3,zstd
Mirror's Edge Catalyst    xtool:c32mb:mfrostbite3,lz4
Need for Speed Rivals     xtool:c32mb:mfrostbite3,lz4
Need for Speed (2015)     xtool:c32mb:mfrostbite3,lz4
Need for Speed Payback    xtool:c32mb:mfrostbite3,lz4
Need for Speed Heat       xtool:c32mb:mfrostbite3,nfsheat
For Battlefield Hardline I didn't find information in the frostbite3.ini file of which method to use, but as informed in the #post it requires the LZ4 library so it is possibly the same as its brothers BF.
Yes this is correct, BF4 - BFV means from battlefield 4 to the release of battlefield V, in between Battlefield Hardline and Battlefield 1 came out so these use the same method (lz4)

Quote:
@Razor12911, I was wondering if I can use a fake parameter (number) along with XTool (If it will be discarded, or if it can cause errors). This additional parameter will only be for DiskSpan_GUI to know which library should be copied along with XTool before compressing.
Example to copy oo2core_4_win64.dll I would use: xtool:mkraken:4;
Yes, you can put fake parameters, they won't affect xtool in anyway.
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
Cesar82 (06-06-2021), ffmla (06-06-2021)