Difference between revisions of "San Andreas Audio Toolkit"

From GTAMods Wiki
Jump to navigation Jump to search
(External Link: Added link to the other GUI and changed to a list)
Line 27: Line 27:
 
saat><code>saat_sfx.exe</code><br>
 
saat><code>saat_sfx.exe</code><br>
 
saat><code>saat_stream.exe</code>
 
saat><code>saat_stream.exe</code>
 +
==Installation==
 +
Directions are located on the [http://pdescobar.home.comcast.net/gta/saat/ official website]. This will show you the first few steps to make the tool work. Extract the files to anywhere in the computer, preferably somewhere convenient. Open <code>cmd.exe</code>, which is usually located at Start>All Programs>Accessories>Command Prompt on Windows XP and Vista. Type the name of the drive where the tool is extracted (ex. type <code>C:</code> if the tool is in the C drive) and hit Return. Next type or copy and paste the location of the tool using the <code>cd</code> command (ex. type <code>cd "C:\Program Files\Rockstar Games\GTA San Andreas"</code> if it is installed in that folder) and hit Return.
 
==External Link==
 
==External Link==
 
* [http://pdescobar.home.comcast.net/gta/saat/ The San Andreas Audio Toolkit (SAAT)] - Official Website
 
* [http://pdescobar.home.comcast.net/gta/saat/ The San Andreas Audio Toolkit (SAAT)] - Official Website

Revision as of 01:14, 23 May 2008

San Andreas Audio Toolkit (SAAT) is a tool created by pdescobar that lets you import and export audio files to and from San Andreas. The latest version is 1.10.

Files

The download contains these files:
saat>src>config.cpp
saat>src>config.h
saat>src>i18n.h
saat>src>lookup.cpp
saat>src>lookup.h
saat>src>Makefile
saat>src>saat_common.cpp
saat>src>saat_common.h
saat>src>saat_sfx.cpp
saat>src>saat_sfx.h
saat>src>saat_stream.cpp
saat>src>saat_stream.h
saat>src>utf8.h
saat>src>vcedit.c
saat>src>vcedit.h
saat>src>virtual_file.cpp
saat>src>virtual_file.h
saat>CHANGES.txt
saat>COPYING.txt
saat>MANUAL.txt
saat>metadata-full.ini
saat>metadata-generic.ini
saat>README.txt
saat>saat_sfx.exe
saat>saat_stream.exe

Installation

Directions are located on the official website. This will show you the first few steps to make the tool work. Extract the files to anywhere in the computer, preferably somewhere convenient. Open cmd.exe, which is usually located at Start>All Programs>Accessories>Command Prompt on Windows XP and Vista. Type the name of the drive where the tool is extracted (ex. type C: if the tool is in the C drive) and hit Return. Next type or copy and paste the location of the tool using the cd command (ex. type cd "C:\Program Files\Rockstar Games\GTA San Andreas" if it is installed in that folder) and hit Return.

External Link