View Single Post
  #612  
Old 20-05-2018, 20:40
PsYcHo_RaGE's Avatar
PsYcHo_RaGE PsYcHo_RaGE is offline
Registered User
 
Join Date: Mar 2018
Location: DarckSide
Posts: 238
Thanks: 193
Thanked 158 Times in 77 Posts
PsYcHo_RaGE is on a distinguished road
Aragami 6.75 GB > 1.62 GB

Create two data files for this game like i did

in first data file---for .resS and .file files----majority of game
in arc.ini while repacking, using srep64+lolz
Code:
[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -m3f -l512 -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256m -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
in second data file--for .resource, .assets, mp4, .dll, .exe etc
in arc.ini while repacking, using srep64+dispack+lolz
Code:
[External compressor:srep64]
header = 0
packcmd   = srep64 {options} -m3f -l512 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -d256m -tt8 -mc1023 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
you can also use pzlib+srep+lolz to create a single data file but i didn't used it for some reasons.
Have fun playing.....any suggestions will be appreciated

Last edited by PsYcHo_RaGE; 20-05-2018 at 21:11.
Reply With Quote
The Following 2 Users Say Thank You to PsYcHo_RaGE For This Useful Post:
JustFun (21-05-2018), mubbii (10-11-2018)