Quote:
Originally Posted by kj911
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.