|
#1
|
|||
|
|||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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
|
|
#3
|
|||
|
|||
|
Is there a sample of "External Compressor.ini" somewhere so I know what its supposed to look like? I am using precomp and LZMA2
|
|
#4
|
||||
|
||||
|
Precomp is no more included in latest CIU version (because simply no one use this).
__________________
Haters gonna hate
|
|
#5
|
|||
|
|||
|
Whats the most used? And how do I find out?
|
|
#6
|
||||
|
||||
|
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
|
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
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
|
|
#9
|
|||
|
|||
|
Quote:
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. |
|
#10
|
||||
|
||||
|
Which pack.bat you use? And what game?
__________________
Haters gonna hate
|
|
#11
|
|||
|
|||
|
Dark Souls Remastered
and the pack that was included with xtoolV10 arc.exe a -ep1 -r -ed -s; -w.\temp -mxprecomp data.arc "pack\*" |
|
#12
|
||||
|
||||
|
Have you copied/moved the game to pack folder? Is :zlib set in arc.ini?
__________________
Haters gonna hate
|
|
#13
|
|||
|
|||
|
Yes the game was moved (it detects 6042 Files)
and arc.ini is default: Quote:
|
|
#14
|
||||
|
||||
|
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
__________________
Haters gonna hate
|
|
#15
|
|||
|
|||
|
Quote:
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |