FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   UltraARC for Inno Setup (Conversion Tool) (https://fileforums.com/showthread.php?t=96619)

pakrat2k2 28-02-2018 06:49

post #998

KaktoR 14-03-2018 07:48

1 Attachment(s)
I am working on a new version atm (something like R4) with dlz, bpk and oggre support (only accessable via MASK method).

Soon

KaktoR 14-03-2018 08:53

1 Attachment(s)
Here is a BETA version to test it. I have tested 2 games and a "TestSet" until now, compression/decompression was fine.

Code:

UltraARC R4 BETA
- Added bpk (binkpack)
  > For .bik and .bk2 files
- Added DLZ
  > For .dds files
- Added OGGRE
  > For .ogg files

All of them are only for MASK method.

Groups are defined as followed:
$binkpack=BPK
$ddspack=SRDLZ
$oggre=OGGRE

Maybe i add uelr too, but have no game right now to test it.

lolz... well... :D

What you should do when testing: include binkpack/dlz/oggre in your setup.

It's compatible with CIU and ASIS so far.

Have fun

KaktoR 17-03-2018 13:37

I can't make uelr work (arc.exe has stopped working).

Simorq? :D

Simorq 17-03-2018 16:27

Quote:

Originally Posted by KaktoR (Post 469148)
I can't make uelr work (arc.exe has stopped working).

Simorq? :D

:rolleyes: Update Soon

aleison 26-03-2018 08:56

Quote:

Originally Posted by saeid (Post 467116)
I use UltraARC 2801 R3 Hotfix.7z (PreCopm+MSC+SREP+LZMA) to compress GTA V in 9Disk.
records.ini file:

Code:

[Records]
Precomp=0.38
[Record1]
Type=Split
Source={src}\Setup1a.bin
Output={app}\Setup1.bin
Disk=1
[Record2]
Type=Split
Source={src}\Setup1b.bin
Output={app}\Setup1.bin
Disk=2
[Record3]
Type=Split
Source={src}\Setup1c.bin
Output={app}\Setup1.bin
Disk=3
[Record4]
Type=Split
Source={src}\Setup1d.bin
Output={app}\Setup1.bin
Disk=4
[Record5]
Type=Split
Source={src}\Setup1e.bin
Output={app}\Setup1.bin
Disk=5
[Record6]
Type=Split
Source={src}\Setup1f.bin
Output={app}\Setup1.bin
Disk=6
[Record7]
Type=Split
Source={src}\Setup1g.bin
Output={app}\Setup1.bin
Disk=7
[Record8]
Type=Split
Source={src}\Setup1h.bin
Output={app}\Setup1.bin
Disk=8
[Record9]
Type=Split
Source={src}\Setup1i.bin
Output={app}\Setup1.bin
Disk=9
[Record10]
Type=Freearc_Split
Source={app}\Setup1.bin
Output={app}

and use UltraARC R3 Simple Installer v3.7z to make installer.
but when install this game Out of the C:\Program Files (x86) path, i get this error:
"exception einouterror in module split.exe at 000D6835 i/o error 105"
i change this code in script:
Code:

procedure UltraARC_Process;
var
Data: array of TData;
i, x, MsgResult: Integer;
SourceDir, OggFile, MergeFile: String;
begin

to:

Code:

procedure UltraARC_Process;
var
Data: array of TData;
i, x, MsgResult: Integer;
SourceDir, OggFile, MergeFile: String;
begin
ForceDirectories(ExpandConstant('{app}\'));

the problem and error is solved! but after extracting 30% of the files (during file extraction of Setup1.bin), the installation will not go ahead!

I have the same problem, please help

aleison 26-03-2018 09:20

Quote:

Originally Posted by pakrat2k2 (Post 468183)
Simorq said to enable reflatelib, which is still in ultraarc, any script that uses ultraarc for compression this should apply. wether its CIU or Simple Installer

how do that?

KaktoR 26-03-2018 09:26

include "hif2raw_dll.dll" in your setup

KaktoR 10-04-2018 11:43

I got uelr to work somehow.

Stor31 03-07-2018 08:08

KaktoR it's possible to add Xtools to UltraARC:confused::confused::eek::eek:
or other tools with XTools that works with any games ;):D:confused:
thanks again

KaktoR 15-07-2018 06:02

2 Attachment(s)
Here is BETA for XTool support (only x64)

Please test

To Change Input files, open Arc.groups and replace files in "$xStream"

Tested only with zlib codec. To choose other codecs, open Config0.txt and scroll down to end and replace zlib with some other. If you want to use crilayla, you must replace xtool.exe with 32bit

KaktoR 17-07-2018 04:12

1 Attachment(s)
Here is another test for lolz support

Overwrite all files. Only tested with MMC. MASK not tested.

Cyberavater 17-07-2018 06:03

Windows defender says there are virus in those file, what to do?

Simorq 17-07-2018 06:14

Quote:

Originally Posted by Cyberavater (Post 472581)
Windows defender says there are virus in those file, what to do?

False Positive:cool:

Cyberavater 17-07-2018 06:19

Quote:

Originally Posted by Simorq (Post 472583)
False Positive:cool:

So, I can use this without any risk?

Cyberavater 17-07-2018 06:23

The defender saying it's Trojan.

Simorq 17-07-2018 06:32

Quote:

Originally Posted by Cyberavater (Post 472584)
So, I can use this without any risk?

yes:cool:

Cyberavater 17-07-2018 07:05

Yay, Thanks.

Cyberavater 17-07-2018 07:13

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 472537)
Here is BETA for XTool support (only x64)

Please test

To Change Input files, open Arc.groups and replace files in "$xStream"

Tested only with zlib codec. To choose other codecs, open Config0.txt and scroll down to end and replace zlib with some other. If you want to use crilayla, you must replace xtool.exe with 32bit

It still shows ztool, can you do the necessary settings and then upload it?
Attachment 22329

KaktoR 17-07-2018 07:24

I don't know how it works. I would like to remove pzlib3 and replace it with xtool instead.

I have made a checkbox for Lolz too but i don't know how to link it to lolz compression, because everytime it use delta instead.

Only simorq knows how to do it :D

Simorq 17-07-2018 21:39

UltraARC 2900 R5 Stable Release
 
http://s9.picofile.com/file/83320668...RC_2900_R5.png

Download

Simorq 17-07-2018 21:51

Can't create read mapping! Slove!
https://fileforums.com/attachment.ph...1&d=1527144414

KaktoR 17-07-2018 23:11

THanks. Will be added to next CIU update

Cyberavater 18-07-2018 08:08

1 Attachment(s)
Many many thanks for this release but how to select other than freearc 7zip & winrar I mean how to use others like cd image blink it.. bla bla bla...
Attachment 22343

Cyberavater 18-07-2018 08:25

Also, why xtool_v09 instead of xtool_v010. Here https://fileforums.com/showpost.php?...14&postcount=1

KaktoR 18-07-2018 08:47

XTool 0.10 is only for x86

Simorq 18-07-2018 09:05

Quote:

Originally Posted by Cyberavater (Post 472624)
Many many thanks for this release but how to select other than freearc 7zip & winrar I mean how to use others like cd image blink it.. bla bla bla...
Attachment 22343

winrar not free:rolleyes:
and 7z is the same LZMA2.

Cyberavater 18-07-2018 11:18

Quote:

Originally Posted by KaktoR (Post 472627)
XTool 0.10 is only for x86

Oh, okay. Got it thanks. :)

Cyberavater 18-07-2018 11:20

Quote:

Originally Posted by Simorq (Post 472628)
winrar not free:rolleyes:
and 7z is the same LZMA2.

Lol, then there is no need for those option that you can't use.:p

KaktoR 18-07-2018 11:28

1 Attachment(s)
Is this better?

Btw, 7-zip will pack data with 7z directly, while LZMA2 is packed with arc

PS: I've also removed Bink It (we have bpk and tutorials here on how to work with bink videos), Crunch Texture, ... because they are pretty useless, plus Crunch Texture will destroy your dds files. Same for ogg encode (use oggre instead)

Fabioddq 18-07-2018 11:37

I have some doubts... :o
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.

Cyberavater 18-07-2018 11:38

Quote:

Originally Posted by KaktoR (Post 472639)
Is this better?

Btw, 7-zip will pack data with 7z directly, while LZMA2 is packed with arc

PS: I've also removed Bink It (we have bpk and tutorials here on how to work with bink videos), Crunch Texture, ... because they are pretty useless, plus Crunch Texture will destroy your dds files. Same for ogg encode (use oggre instead)

Yes it looks much better! Except for ''CD image'' option. Can you use this option?
If no, then there is no need for this. :rolleyes:

KaktoR 18-07-2018 11:39

You can use it by set CDImage=1

Cyberavater 18-07-2018 11:41

1 Attachment(s)
Quote:

Originally Posted by Fabioddq (Post 472641)
I have some doubts... :o
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.

You can change between Xtool or ztool. Just change precomp version.Attachment 22349 :)

Cyberavater 18-07-2018 11:44

Quote:

Originally Posted by KaktoR (Post 472643)
You can use it by set CDImage=1

Okay,then it's really good!!:D

Fabioddq 18-07-2018 11:48

Quote:

Originally Posted by Cyberavater (Post 472644)
You can change between Xtool or ztool. Just change precomp version.Attachment 22349 :)

Yes, but the option is disabled by default. :confused:

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

KaktoR 18-07-2018 11:48

Quote:

Originally Posted by Cyberavater (Post 472644)
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).

Cyberavater 18-07-2018 11:50

1 Attachment(s)
Quote:

Originally Posted by KaktoR (Post 472643)
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. :cool:
Attachment 22350

Fabioddq 18-07-2018 11:54

Quote:

Originally Posted by KaktoR (Post 472647)
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.

Cyberavater 18-07-2018 11:55

1 Attachment(s)
Tho, I would like if there could be CD image selecting option in where Winrar was before. :cool:
Attachment 22350

Here..

Attachment 22351


All times are GMT -7. The time now is 20:43.

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