View Single Post
  #6  
Old 23-03-2020, 12:22
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by jenning View Post
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.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
jenning (24-03-2020)