View Single Post
  #15  
Old 30-04-2021, 13:39
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,375
Thanked 89 Times in 48 Posts
Gehrman is on a distinguished road
@kj911
MSC Bad CRC
Code:
[External compressor:msc]
header = 0
packcmd = MSC c -v -f -t0 -wav=1 -raw=2 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=2  $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
_______________________________________
MSC OK CRC
Code:
[External compressor:msc]
header     = 0
default    = -raw=1
packcmd    = "MSC" c -f -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Code:
MSC_Full = msc:wav=1:raw=2:bmp=1:ddsraw=1:ddsdxt=1:mp3=1:bmf=9s:tak=9:dxt=2
MSC_WAV = msc:mp3=0:wav=1
Reply With Quote