View Single Post
  #2  
Old 15-05-2025, 04:29
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Small issue: WinXP compatible compiled EXE not available? (Likely, adftool its works.)

The game "XYZ" sound files compress them alternative "arc.ini" configuration, resolve manually compression issues?

Code:
[External compressor:stream_tool]
; GTA San Andreas Radio/audios decrypt tool
header    = 0
packcmd   = stream_tool -d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = stream_tool -e $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile    = $$arcdatafile$$.tmp
packedfile  = $$arcpackedfile$$.tmp
Reply With Quote