|
|
|
#1
|
|||
|
|||
|
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?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
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
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). |
|
#3
|
|||
|
|||
|
Piggybacking off the advice given by Cesar,
You can merge both your srep and srep64 methods into one packcmd providing the exes are in the same folder as arc.exe: Code:
Code:
[External compressor:srep, srep64]
header = 0
packcmd = {compressor} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Since FreeArc will look for .exe files by default, filling {compressor} with srep64 will have freearc look and successfully detect srep64.exe. |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
Cesar82 (15-10-2021) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best Compression Methods for 'Specific' Games. Q&A | JustFun | Conversion Tutorials | 4641 | 17-06-2026 18:51 |
| Just Cause 3 | GTX590 | PC Games - CD/DVD Conversions | 45 | 10-01-2026 02:26 |
| New Fox Kompressor 1.01c Ultimate | felice2011 | Conversion Tutorials | 31 | 07-06-2023 14:58 |
| ARK: Survival Evolved - Valguero | KaktoR | PC Games - CD/DVD Conversions | 26 | 07-09-2019 12:25 |
| SuperREP (SREP) Full Info! | yasitha | Conversion Tutorials | 26 | 08-01-2019 18:49 |