View Single Post
  #3  
Old 18-04-2020, 00:02
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
The problem is your arc.exe command

Code:
Works
".\Data_Compressing\TOOLS\arc.exe" create -ep1 -r -s; -w"%arctemp%" -m%METHOD% -dp"%gamedatadir%" "%arc%" 

Works not
".\Data_Compressing\TOOLS\arc.exe" create -i2 -dses -ep1 -r -w"%arctemp%" -m%METHOD% -dp"%gamedatadir%" "%arc%"
I don't know exactly what the commands -i2 -dses do.
The command didn't work for me, still lzma error occurs.

Quote:
Originally Posted by bunti_o4u
Add anything after xLZ4 e.g.
[External compressor:xLZ4b]

I had the same issue and it worked for me...
Well sad to say, it didn't work for me....
Reply With Quote