View Single Post
  #4  
Old 16-05-2025, 19:54
teusma teusma is offline
Registered User
 
Join Date: Oct 2017
Location: Brazil
Posts: 30
Thanks: 25
Thanked 6 Times in 3 Posts
teusma is on a distinguished road
Quote:
Originally Posted by kj911 View Post
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
To generate an exe compatible with WinXP I would have to change the compiler... tell me why don't you let WinXP rest in peace?

Adding the line "header=0" with this program in freearc will cause it to not work.
Reply With Quote