i notice you are from dubai
if you repack game with arabic files this will make error with you in srep
cause arabic files ,, you must repack arabic files with srep + lolz
dont repack it with uler+srep+lolz
this error appear for me and asked everyone dont solved it , i repack arabic files only without game files ,, repacked well ,,, srep 3.92
Code:
[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:srep]
header = 0
packcmd = srep64 {-option } $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d -s -- <stdin> <stdout>
[External compressor:uelr]
header = 0
packcmd = uelr.exe uv $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Bat File Code Patch
Code:
@echo off
color 0a
bin\arc.exe a -ep1 -r -ed -s; -w.\tempUelr -muelr+srep:m3f:a16:d1g+lolz:dtb1:d128m:mtt1:mt8:tt8:mc1023:fba0 Data1.bin "1\*"
rmdir /s /q tempUelr
pause