#751
|
|||
|
|||
Progress bar is not working for me when setup is using lolz, my repack command:
Code:
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -mxprecomp+srep_x64:m3f+lolz:d256m:mtb256:mc1023:mtt1:mt8 Last edited by jenning; 19-03-2020 at 06:16. |
Sponsored Links |
#752
|
||||
|
||||
srep_x64 is unknown by ASIS. Add it to Arc.ini or CLS.ini with its associated files.
Also check Compressors.ini
__________________
Haters gonna hate
|
#753
|
|||
|
|||
Now I get this error:
I have attached my compression tools, how to get them to work with ASIS or any other setup ? Thank you for your time. Attaching my script that installs but doesn't show the progress. Last edited by jenning; 21-03-2020 at 00:33. |
#754
|
|||
|
|||
I have added my setup that currently is installing but doesn't show the progress.
@edit: got back to my old tools for now, if someone figures out setup with working progress bar for xtool+srep+lolz please post it here or message me, attach compression tools as well. Thank you in advance, been repacking games for years now but can't figure it out. Before I had setup+compression tools from Kurutucu and it was compatible with each other, just ready to use. Last edited by jenning; 21-03-2020 at 00:38. |
#755
|
||||
|
||||
Quote:
I'll explain: In Arc.ini, you could have it set as: Code:
[External compressor:XTool] packcmd = Code:
[External compressor:xZlib] packcmd = Also, if you have a VSF style applied, try running without the style in case that could be casuing issues. Try using this example compressor I wrote for you and see if it changes anything. |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
jenning (24-03-2020) |
#756
|
|||
|
|||
lolz and srep still not showing progress, I am attaching my setup.
Thank you for response my friend! |
#757
|
||||
|
||||
Quote:
https://filesupload.org/99a0749db23cdeb0 <---- here's a little video showing it. Obviously it's a bit short because I only tested with 80mb of compressed data (13mb compressed), packed using XZLIB+SREP+LOLZ I don't know if the installer is saving the install location and install preferences because after on the second time installing for further test (the one shown in the video)the choices for install location and icon preferences didn't show up. The first time install didn't show the welcome screen either. To be honest, I'm not sure what's going on. |
#758
|
|||
|
|||
The srep and lolz still not working, it just goes super fast with that small test file and goes quickly to xtool/xzlib which shows progress.
If you try that with big files the setup will be stuck for a long while before it goes to the last step with xtool. |
#759
|
||||
|
||||
@KaktoR
I fixed the BPK issue I was having: If you take CLS-BPK_D.DLL and FAZIP32 from Ultra Arc and put them into the BPK folder of ASIS in the Decompressors folder then add the following string to Arc.ini in the FreeARC folder: Code:
[External compressor:bpk] header = 0 unpackcmd = "FAZip32" -i0 decompress:bpk_d <stdin> <stdout> Code:
[External compressor:bpk] header = 0 packcmd = "FAZip32" -i0 compress:bpk_c <stdin> <stdout> |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
KaktoR (28-03-2020) |
#760
|
||||
|
||||
Code:
v7.1.5 _____________________________________________________ - Changed BPK decompressor (thanks to Masquerade) - Added PMT > Atm only for RAZOR Archiver - Added Oodle8 support - Fixed doubled installation display size (thanks to Cesar82) - Removed DLZ
__________________
Haters gonna hate
|
The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
#761
|
|||
|
|||
Hello, I'm trying to create an installer with some sample files.
In particular what I have done is compression with UltraARC and this method set as MASK: Code:
xZLib+srep:m1f:l512+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8 N.B.: for decompression I uncommented XTOOL in the compression.ini file What would be the more likely problem? Last edited by pincoball; 06-04-2020 at 02:54. |
#762
|
||||
|
||||
Did you have Records.ini file? And set it right? UltraArc should create one automatically.
__________________
Haters gonna hate
|
#763
|
|||
|
|||
Quote:
Edit: I also encounter the same problem using CIU v3. Am I the only one having this problem? Edit 2: Tried different method for compression with UltraARC and having same problem as well @KaktoR have you been able the reproduce the problem? I would like to test some old version of ASIS to see if the problem still occour Code:
[Record1] Type=Split Source={src}\data1a.arc Output={app}\data1.arc Disk=1 [Record2] Type=Split Source={src}\data1b.arc Output={app}\data1.arc Disk=2 [Record3] Type=Split Source={src}\data1c.arc Output={app}\data1.arc Disk=3 [Record4] Type=Split Source={src}\data1d.arc Output={app}\data1.arc Disk=4 [Record5] Type=Split Source={src}\data1e.arc Output={app}\data1.arc Disk=5 [Record6] Type=Split Source={src}\data1f.arc Output={app}\data1.arc Disk=6 [Record7] Type=Split Source={src}\data1g.arc Output={app}\data1.arc Disk=7 [Record8] Type=Split Source={src}\data1h.arc Output={app}\data1.arc Disk=8 [Record9] Type=Split Source={src}\data1i.arc Output={app}\data1.arc Disk=9 [Record10] Type=Freearc_Split Source={app}\data1.arc Output={app} Disk=9 Last edited by pincoball; 06-04-2020 at 05:57. |
#764
|
|||
|
|||
Since the splitting feature of UltraARC doesn't seem to work on both ASIS and CIU I was trying to use DiskSpan (the .bat script provided with UltraARC) which seems to be working.
But I have this problem: when the installer extracts the first slice then a message box asks for the second disk containing the next slice: Quote:
|
#765
|
||||
|
||||
Yeah UltraArc merge is broken on both scripts.
I think it is already the case that the installer automatically take the next slice, but only if it's in same place as first archive/setup.exe.
__________________
Haters gonna hate
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |