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)
m (no need to patrol)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''San Andreas Audio Toolkit (SAAT)''' is a tool created by [[User:pdescobar|pdescobar]] that lets you import and export audio files to and from San Andreas. The latest version is <i>1.10</i>.
+
{{ToolBox
==Files==
+
| name    = San Andreas Audio Toolkit
The download contains these files:<br>
+
| version = 1.10
saat>src><code>config.cpp</code><br>
+
| patrol  = no
saat>src><code>config.h</code><br>
+
| date    = 12 January 2006
saat>src><code>i18n.h</code><br>
+
| author  = [[User:pdescobar|pdescobar]]
saat>src><code>lookup.cpp</code><br>
+
| game    = [[GTA SA]]
saat>src><code>lookup.h</code><br>
+
| genre  = [[Audio_streams|audio importer and exporter]]
saat>src><code>Makefile</code><br>
+
| site    = http://pdescobar.home.comcast.net/gta/saat/
saat>src><code>saat_common.cpp</code><br>
+
}}
saat>src><code>saat_common.h</code><br>
+
'''San Andreas Audio Toolkit (SAAT)''' is a tool created by [[User:pdescobar|pdescobar]] that lets you import and export audio files to and from San Andreas.
saat>src><code>saat_sfx.cpp</code><br>
+
 
saat>src><code>saat_sfx.h</code><br>
+
==Initial installation==
saat>src><code>saat_stream.cpp</code><br>
+
This article will show you the first few steps to make the tool work. All directions are located on the [http://pdescobar.home.comcast.net/gta/saat/ official website].
saat>src><code>saat_stream.h</code><br>
+
* Extract the files to anywhere in the computer, preferably somewhere convenient.
saat>src><code>utf8.h</code><br>
+
* Open <code>cmd.exe</code>, which is usually located at Start>All Programs>Accessories>Command Prompt on Windows XP and Vista.
saat>src><code>vcedit.c</code><br>
+
* 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.
saat>src><code>vcedit.h</code><br>
+
* 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.
saat>src><code>virtual_file.cpp</code><br>
+
 
saat>src><code>virtual_file.h</code><br>
+
==External link==
saat><code>CHANGES.txt</code><br>
 
saat><code>COPYING.txt</code><br>
 
saat><code>MANUAL.txt</code><br>
 
saat><code>metadata-full.ini</code><br>
 
saat><code>metadata-generic.ini</code><br>
 
saat><code>README.txt</code><br>
 
saat><code>saat_sfx.exe</code><br>
 
saat><code>saat_stream.exe</code>
 
==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
* [http://www.gtaforums.com/index.php?showtopic=225049 (WIP) San Andreas Audio Toolkit (SAAT)] - GTAForums topic
+
* {{GTAF|225049|Release topic}}
* [http://www.gtagarage.com/mods/show.php?id=1186 San Andreas Audio Toolkit] - GTAGarage download page
+
* {{GTAG|1186}}
 
* [http://pdescobar.home.comcast.net/gta/saat/GFS_Setup1.1.rar Pho3niXx's GUI For SAAT] - Direct download (mirror on official site)
 
* [http://pdescobar.home.comcast.net/gta/saat/GFS_Setup1.1.rar Pho3niXx's GUI For SAAT] - Direct download (mirror on official site)
* [http://gta-worldmods.planet-multiplayer.de/phpkit/start/include.php?path=content/download.php&contentid=2211 Alci's SAAT GUI FrontEnd 1.0] - GTA-Worldmods.de download
+
* [http://gta-worldmods.t-n-network.de/phpkit/start/include.php?path=content/download.php&contentid=2211 Alci's SAAT GUI FrontEnd 1.0] - GTA-Worldmods.de download
 +
 
 +
{{SA-navi}}
  
 
[[Category:Tools]][[Category:Audio Formats]][[Category:GTA SA]]
 
[[Category:Tools]][[Category:Audio Formats]][[Category:GTA SA]]

Latest revision as of 20:53, 26 September 2009

San Andreas Audio Toolkit
Current version:1.10
Developed by:pdescobar
Supported games:GTA SA
Type:audio importer and exporter
Website:http://pdescobar.home.comcast.net/gta/saat/

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

Initial installation

This article will show you the first few steps to make the tool work. All directions are located on the official website.

  • 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