View Single Post
  #4  
Old 15-10-2021, 06:45
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
this seems logical I am stupid not to have thought about it .. and can I keep the 2 versions? in the arc.ini file? or should we change it to one or the other version?
This way yes...
You can also use srep32 or another name for the 32-bit version and keep only srep for the 64-bit version.
Code:
arc a -lc8 -ep1 -ed -r -hp1234 -w.\ C:\Games\TDF-Setup-1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Games\Tour de France 2021\*"

arc a -lc8 -ep1 -ed -r -hp1234 -w.\ C:\Games\TDF-Setup-1.bin -msrep64+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\Games\Tour de France 2021\*"
Code:
[External compressor:srep]
header = 0
packcmd   = srep {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Always remembering on the command line must use the name that is inside the section, such as [External compressor:srep].
The "srep" value in the packcmd= and unpackcmd= keys refers to the name of the executable used (You can use "srep.exe", with an extension if you prefer).
Reply With Quote