View Single Post
  #9  
Old 09-11-2020, 05:40
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Evil_1993 View Post
PS RAM and SSD serviceable. Checked.
Add "zstd" in method list i.e. "1.Methods_x64.ini"

Add below in arc.ini file in resource64 folder:
Code:
[External compressor: zstd]
header    = 0
packcmd   = Resource64\zstd\zstd.exe -{options} <stdin> <stdout> 
unpackcmd = zstd.exe -d <stdin> <stdout>
Create folder "zstd" in Resource64 folder and paste the zstd.exe file.

Create "zstd.ini" file in INIFiles folder and add options ":-ultra" or so...

Let me know if it works
Reply With Quote