PDA

View Full Version : Am i on the right direction?


GBember
20-03-2022, 14:57
Hi!
I'm trying to learn how to repack games.
I' currently trying XTool+SREP+LOLZ with Elden Ring
arc.exe a -ep1 -r -ed -s; -w.\temp -mxtool:kraken+srep+lolz data.bin "\Pirata\ELDEN RING\*"
Arc.ini:
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp { -moption} -c32mb -t100p - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:srep]
header = 0
packcmd = srep {options} - $$arcpackedfile$$.tmp <stdin>
Is this the right way?