Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1036  
Old 18-07-2018, 11:48
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by Cyberavater View Post
You can change between Xtool or ztool. Just change precomp version.Attachment 22349
Yes, but the option is disabled by default.

My bad... need to select precomp method first. Thanks dude

Last edited by Fabioddq; 18-07-2018 at 11:50.
Reply With Quote
Sponsored Links
  #1037  
Old 18-07-2018, 11:48
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Cyberavater View Post
You can change between Xtool or ztool. Just change precomp version.Attachment 22349
But i suggest to use MASK method instead and define files. Otherwise you will "xtooling" all files inside a folder, not only the ones that get inflated, but also for example video files and such, which don't have any streams (except for flash swf's, they have zlib streams).
__________________
Haters gonna hate
Reply With Quote
  #1038  
Old 18-07-2018, 11:50
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You can use it by set CDImage=1
Tho, I would like if there could be CD image selecting option in where Winrar was before.
Screenshot (140).png
Reply With Quote
  #1039  
Old 18-07-2018, 11:54
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
But i suggest to use MASK method instead and define files. Otherwise you will "xtooling" all files inside a folder, not only the ones that get inflated, but also for example video files and such, which don't have any streams (except for flash swf's, they have zlib streams).
Any tutorial for this? You can use Hellblade to demonstrate? Just for me show the way in the future.
I will appreciate. Thanks.

Last edited by Fabioddq; 18-07-2018 at 12:03.
Reply With Quote
  #1040  
Old 18-07-2018, 11:55
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
Tho, I would like if there could be CD image selecting option in where Winrar was before.
Attachment 22350

Here..

Unbenannt.png
Reply With Quote
  #1041  
Old 18-07-2018, 12:06
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Any tutorial for this? You can use Hellblade to demonstrate? Just for me show the way in the future.
I will appreciate. Thanks.
I'm also new to this will share when I learn more.
Reply With Quote
  #1042  
Old 18-07-2018, 12:13
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Any tutorial for this?
Here is a short tutorial for using xtool with MASK:
Open Arc.groups with notepad(++)

Search for "$xStream"

There you write
1) files by file masks (*.png, *.pak, etc.) (subfolders will be included)
2) files by their full file names (f.e. File.dat, File.png, etc.) (for this the mentioned files must be present in root folder or any folder you select with Input in UltraARC GUI)
3) full file names with paths (f.e. Folder\File.pak, Folder1\Folder2\File.pdf)
4) file masks with paths (f.e. FolderA\FolderB\FolderC\*.wav)

Personally i using a mix by 1 and 2 only. But 3 and/or 4 are possible too.

Just make sure you have no duplicants (delete them), otherwise arc will skip them

Save the file

Open Config0.inf
search for "MASK = Example", replace "Example" with
Code:
LZ3/$xstream=xZ1+srep+LZ3/$void=0/$binkpack=bpk

LZ3 is lzma:a1:mfbt4:256m:fb273:mc1000000000:lc8 (the first method is the "main method", means, all files which aren't defined in masks or disabled masks will be compressed with this)
xZ1 is xZlib 
0 is zero compression (just storing, good for mp4 videos and other not compressable files)
bpk is for bik/bk2 videos
If you only need xtool, remove "/$void=0/$binkpack=bpk"
If you need some other masks too, add them and put files inside arc.groups in their respective sections. Note that between each mask there must be a "/" to seperate them.

You can also write the methods in full lenghts, example:
Code:
srep+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8/$xstream=xZLib+srep+lolz:d128mb
PS: It could be that you must add something to Arc.ini in CIU folder if you use Xtool with UltraARC (because i just have seen that UltraARC not use xprecomp anymore), otherwise you will get something like "unsuported compression method".
Just open Arc.ini in CIU and add the following to the end (or somewhere)

Code:
[External compressor:xZLib,xOodle,xLZ4,xLZO,xZSTD]
header    = 0
unpackcmd = xtool.exe d:precomp:t75p - - <stdin> <stdout>

[External compressor:xCriLayla]
header    = 0
unpackcmd = xtool.exe d:precomp:t50p - - <stdin> <stdout>
__________________
Haters gonna hate

Last edited by KaktoR; 18-07-2018 at 12:28.
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
Fabioddq (18-07-2018), mausschieber (18-07-2018), Simorq (18-07-2018), Stor31 (19-07-2018)
  #1043  
Old 18-07-2018, 12:28
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Here is a short tutorial for using xtool with MASK:
Open Arc.groups with notepad(++)

Search for "$xStream"

There you write
1) files by file masks (*.png, *.pak, etc.) (subfolders will be included)
2) files by their full file names (f.e. File.dat, File.png, etc.) (for this the mentioned files must be present in root folder or any folder you select with Input in UltraARC GUI)
3) full file names with paths (f.e. Folder\File.pak, Folder1\Folder2\File.pdf)
4) file masks with paths (f.e. FolderA\FolderB\FolderC\*.wav)

Personally i using a mix by 1 and 2 only. But 3 and/or 4 are possible too.

Save the file

Open Config0.inf
search for "MASK = Example", replace "Example" with
Code:
LZ3/$xstream=xZ1+srep+LZ3/$void=0/$binkpack=bpk

LZ3 is lzma:a1:mfbt4:256m:fb273:mc1000000000:lc8 (the first method is the "main method", means, all files which aren't defined in masks or disabled masks will be compressed with this)
xZ1 is xZlib 
0 is zero compression (just storing, good for mp4 videos and other not compressable files)
bpk is for bik/bk2 videos
If you only need xtool, remove "/$void=0/$binkpack=bpk"
If you need some other masks too, add them and put files inside arc.groups in their respective sections. Note that between each mask there must be a "/" to seperate them.

You can also write the methods in full lenghts, example:
Code:
srep+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8/$xstream=xZLib+srep+lolz:d128mb
PS: It could be that you must add something to Arc.ini in CIU folder if you use Xtool with UltraARC (because i just have seen that UltraARC not use xprecomp anymore), otherwise you will get something like "unsuported compression method".
Just open Arc.ini in CIU and add the following to the end (or somewhere)

Code:
[External compressor:xZLib,xOodle,xLZ4,xLZO,xZSTD]
header    = 0
unpackcmd = xtool.exe d:precomp:t75p - - <stdin> <stdout>

[External compressor:xCriLayla]
header    = 0
unpackcmd = xtool.exe d:precomp:t50p - - <stdin> <stdout>
Is this the settings for best compression?
Reply With Quote
  #1044  
Old 18-07-2018, 12:49
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
I have some doubts...
So, now XTool is used by default to compress?
Have to change something to compress for best results, for example, Unreal Engine 4 game files?

Thanks.
Use Lolz

Unreal Engine 3


Unreal Engine 4
MMC=xLZO+srep:m3f+lolz
Reply With Quote
The Following 2 Users Say Thank You to Simorq For This Useful Post:
Fabioddq (18-07-2018), mausschieber (18-07-2018)
  #1045  
Old 18-07-2018, 12:55
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Ok. Nice info and tutorial. Thank you so much guys. I will trying understand since i'm new with these methods. Btw, need to change something in External Compressor.ini (CIU folder) ?
Reply With Quote
  #1046  
Old 18-07-2018, 12:57
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
I think MMC with a precompressor is not good at all, because like i said, you will precompress ALL files, even files which don't have any streams in it. It's a waste of time and not that purposeful.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
Fabioddq (18-07-2018)
  #1047  
Old 18-07-2018, 13:08
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Btw, need to change something in External Compressor.ini (CIU folder) ?
If you want to use XTool, enable XTool (remove //) and define the achitecture you would like to use ("x64" for 64bit or leave it blank for 32bit)

#Define XTool = 32bit
#Define XTool "x64" = 64bit
__________________
Haters gonna hate
Reply With Quote
The Following 3 Users Say Thank You to KaktoR For This Useful Post:
Fabioddq (18-07-2018), mausschieber (18-07-2018), pakrat2k2 (18-07-2018)
  #1048  
Old 18-07-2018, 13:23
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
All these just making me confused I can only use GUI. Any plans on improving that??
Or can you guys make a build with best compression balanced with speed, and upload it here please?
Reply With Quote
  #1049  
Old 19-07-2018, 06:06
Cyberavater Cyberavater is offline
Registered User
 
Join Date: Jul 2018
Location: Universe
Posts: 23
Thanks: 4
Thanked 1 Time in 1 Post
Cyberavater is on a distinguished road
What to do??

Process started at: 7:03:57 PM
Examining source...
Generating file lists...
Saving file lists...
Creating data1.arc...
Failed to create data1.arc
Process stopped at: 7:04:05 PM
Reply With Quote
  #1050  
Old 19-07-2018, 08:57
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Cyberavater View Post
What to do??

Process started at: 7:03:57 PM
Examining source...
Generating file lists...
Saving file lists...
Creating data1.arc...
Failed to create data1.arc
Process stopped at: 7:04:05 PM
try a different compression method, what you chose might not be correct.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BlackBox v2 y_thelastknight Conversion Tutorials 567 11-03-2025 07:16
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 16:00
Total War Collection - 6xDVD9 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 1 28-06-2015 17:00
Total War Collection - 2xBLURAY [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 2 09-01-2013 18:02
Total War Collection - 11xDVD5 [LZMA + INNO SETUP + CIU] REV0 PC Games - CD/DVD Conversions 0 09-01-2013 16:38



All times are GMT -7. The time now is 11:25.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com