View Single Post
  #3  
Old 02-08-2001, 11:17
CRANKYfranky CRANKYfranky is offline
Junior Member
 
Join Date: Aug 2001
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
CRANKYfranky
Oh...sorry, *.AFS or *.ASF?
It was a bit late yesterday or better early?

What I mean are *.AFS files. Never heard of it?
They are used for Metropolis Street Racer for e.g..
These are a few *.ADX Dreamcast sound files packed in one *.AFS file.

If I want to donwsample the *.ADX audio files, I had to extract
the *.AFS file into the different *.ADX files using
AFS Extractor ver.0.3. Then I got a few *.ADX files.

Now I had to convert the *.ADX files to *.WAV files using ADX2WAV.

Then I use COOL EDIT 2K to downsample the audio files to fit it on
a CD-R.

Now I use WAV2ADX to convert the *.WAV files back to *.ADX files.

This all works fine, but now I have to convert the *.ADX files
to back to one *.AFS file, and that's where the trouble begin.

I use AFSLNK to do this, typing the following commands in a DOS
box:

1. Step: Make a list of all *.adx files in the dir which should be
combine back to one *.afs file

dir /b /o /s *.adx>[name of the list]


2. Step: Convert the *.adx files back to one *.afs file:

AFSLNK [name of the list] [name of the new *.afs file]


but it doesn't work. Is there another way, better another
programm to do this?

Please help, THX
Reply With Quote