Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20-12-2018, 12:09
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Question How do I combine UltraArc and CIUv2?

Hi guys,

So I can make a setup.exe with CIUv2
and I can compress a game with UltraArc

Now how the heck do I combine the two? So that I have the setup.exe that installs the game (unpacks it from the compressed files) using that setup.exe?

I have tried reading all the wikis and using the FreeArc for Inno that is posted in other threads, but I am still confused how to actually tell Inno "here are the files to compress" etc?

Thanks
Reply With Quote
Sponsored Links
  #2  
Old 20-12-2018, 12:12
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
You only need:
1. Setup.exe (with your choice of compressors from "External Compressor.ini"
2. Compressed game archives
3. Records.ini (it will be created by UltraArc automatically

That's all.

Run Setup.exe and just install.
__________________
Haters gonna hate
Reply With Quote
  #3  
Old 20-12-2018, 12:15
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You only need:
1. Setup.exe (with your choice of compressors from "External Compressor.ini"
2. Compressed game archives
3. Records.ini (it will be created by UltraArc automatically

That's all.

Run Setup.exe and just install.
Is there a sample of "External Compressor.ini" somewhere so I know what its supposed to look like? I am using precomp and LZMA2
Reply With Quote
  #4  
Old 20-12-2018, 12:19
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Precomp is no more included in latest CIU version (because simply no one use this).
__________________
Haters gonna hate
Reply With Quote
  #5  
Old 20-12-2018, 12:22
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Precomp is no more included in latest CIU version (because simply no one use this).
Whats the most used? And how do I find out?
Reply With Quote
  #6  
Old 20-12-2018, 12:28
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Check for streams in game files (use GFS/ooscan -> https://fileforums.com/showthread.php?t=96782)

Use xtool/ztool with fitting codec

Example:
zlib => xtool:zlib (xZLib)
lz4 => xtool:lz4 (xLZ4)
and so on

Not all games have streams (or they are crypted), then use just srep+lzma(2)
__________________
Haters gonna hate
Reply With Quote
  #7  
Old 20-12-2018, 12:35
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Check for streams in game files (use GFS/ooscan -> https://fileforums.com/showthread.php?t=96782)

Use xtool/ztool with fitting codec

Example:
zlib => xtool:zlib (xZLib)
lz4 => xtool:lz4 (xLZ4)
and so on

Not all games have streams (or they are crypted), then use just srep+lzma(2)
Dont see either GFS or ooscan in that list, are they called something else there?
Reply With Quote
  #8  
Old 20-12-2018, 12:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Oh sorry, you can find GFS here > https://fileforums.com/showthread.php?t=99270

ooscan is only for oodle compressed games (you can identify them by having a file in game folder called "oo2core_#_win64.dll") which are not that often until now.
__________________
Haters gonna hate
Reply With Quote
  #9  
Old 20-12-2018, 13:46
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Oh sorry, you can find GFS here > https://fileforums.com/showthread.php?t=99270

ooscan is only for oodle compressed games (you can identify them by having a file in game folder called "oo2core_#_win64.dll") which are not that often until now.
Thanks, trying to use xtool.... but am struggling. Is there a tutorial on it? I see that included bat file is passing switches to arc.exe, why not xtool.exe?

When I point pack.bat to my game it says:
Compressing 6,042 files, 7,398,507,966 bytes. Processed 0.0%
Then just quits immediately without any errors.
Reply With Quote
  #10  
Old 20-12-2018, 13:51
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Which pack.bat you use? And what game?
__________________
Haters gonna hate
Reply With Quote
  #11  
Old 20-12-2018, 14:06
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Which pack.bat you use? And what game?
Dark Souls Remastered

and the pack that was included with xtoolV10
arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp data.arc "pack\*"
Reply With Quote
  #12  
Old 20-12-2018, 14:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Have you copied/moved the game to pack folder? Is :zlib set in arc.ini?
__________________
Haters gonna hate
Reply With Quote
  #13  
Old 20-12-2018, 14:23
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Yes the game was moved (it detects 6042 Files)

and arc.ini is default:

Quote:
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:t4:lzo - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t4 - - <stdin> <stdout>
Reply With Quote
  #14  
Old 20-12-2018, 14:27
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
So what streams the game use actually (use GFS and choose zlib+lz4+lzo+zstd)

If the game use zlib then change in arc.ini
Code:
:lzo

to

:zlib
Sometimes it happens that pack.bat do nothing and process seems finished after 1 or 2 seconds. In this case just retry (it has some bugs I guess).
__________________
Haters gonna hate
Reply With Quote
  #15  
Old 20-12-2018, 14:31
Chrushev Chrushev is offline
Registered User
 
Join Date: Dec 2018
Location: US
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Chrushev is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
So what streams the game use actually (use GFS and choose zlib+lz4+lzo+zstd)

If the game use zlib then change in arc.ini
Code:
:lzo

to

:zlib
Sometimes it happens that pack.bat do nothing and process seems finished after 1 or 2 seconds. In this case just retry (it has some bugs I guess).
Tried that, same deal. At this point the issue is not that it wont compress... the issue is that it just does nothing.

Do I need to do something in xtool.ini?

edit: wait a minute... am I using xtool wrong? Can xtool be called to compress a directory with a ton of files? Or does each file to compress have to be specified?

Last edited by Chrushev; 20-12-2018 at 15:04.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Steep GTX590 PC Games - CD/DVD Conversions 2 19-05-2019 10:42
Far Cry 5 (9xDVD5) CIUv2 v2.0.3.9 U12 UltraARC R4 GTX590 PC Games - CD/DVD Conversions 7 16-04-2018 20:48
Dirt Rally (5xDVD5) UltraARC + CIUv2 By *Yener90* GTX590 PC Games - CD/DVD Conversions 7 29-01-2017 02:50
Resident Evil 0 HD Remaster (3xDVD5) UltraARC + CIUv2 By *Yener90* GTX590 PC Games - CD/DVD Conversions 4 12-02-2016 07:47



All times are GMT -7. The time now is 16:51.


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