Quote:
Originally Posted by jenning
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.
|
My XTool+SREP+LOLZ setup is working fine for me. Make sure you have your titles of external compressors in the Arc.ini of your compressor set correctly. This might not be the fix, but it works for me.
I'll explain:
In Arc.ini, you could have it set as:
Code:
[External compressor:XTool]
packcmd =
This could cause the progress bar to stop working, since the installer doesn't know what the string "XTool" means. Instead, use the titles listed in the Arc.ini that came with the installer e.g.:
Code:
[External compressor:xZlib]
packcmd =
This should fix your issue. The only other issue I can think of from using other compressor titles is that the install time appears as "Eternity". However, this is not an issue as the progress bar still works.
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.