arillious 0 Posted January 8, 2006 Share Posted January 8, 2006 (edited) installing maybe not so hard i think, but.. im folowing the directions now just to use it and like the same as the installation mettod. im following how to export sound. this is what im supposed to type in the command prompt: saat_sfx -e audio\streams\GENRL c:\temp\saat but instead i type: saat_sfx -e audio\streams\GENRL d:\temp\saat becasue my game is on the "d" drive but it says that the cammand saat_sfx is not recognized as an internal or external command, operable program or batch file. any one know whats goin on? oh and sorry but what the hell does this mean? "Open a command prompt window and cd to the GTASA install directory" Edited January 8, 2006 by arillious Link to post Share on other sites
pdescobar 10 Posted January 8, 2006 Share Posted January 8, 2006 (edited) Why on Earth did you post this to the vehicles forum? SAAT is an audio tool and its release thread is in Editing::Misc. Anyhow: installing maybe not so hard i think, but.. im folowing the directions now just to use it and like the same as the installation mettod. im following how to export sound. this is what im supposed to type in the command prompt: saat_sfx -e audio\streams\GENRL c:\temp\saat but instead i type: saat_sfx -e audio\streams\GENRL d:\temp\saat becasue my game is on the "d" drive but it says that the cammand saat_sfx is not recognized as an internal or external command, operable program or batch file. I expect that means that saat_sfx is not in your path. Where did you extract the executable to, and what is the current working directory when you type the command? any one know whats goin on? oh and sorry but what the hell does this mean? "Open a command prompt window and cd to the GTASA install directory" I am going to assume that you have Windows XP and that your copy of San Andreas is installed in d:\GTA San Andreas Now, make sure you put saat_sfx.exe in the GTASA install directory and then open a Command Prompt window. (Start Menu -> All Programs -> Accessories -> Command Prompt) Then type d: and hit return. This should change the prompt to the D:\ drive. Now type cd "d:\GTA San Andreas" or whatever the exact path of the GTASA install directory is in. After you hit return, it will change to that directory. This is what is meant by the line of the documentation you quoted. Now type saat_sfx -e audio\SFX\GENRL c:\temp\saat audio\CONFIG\BankLkup.dat and hit return, and the GENRL sounds will be extracted to c:\temp\saat\GENRL. This assumes there actually is a c:\temp; you can change that to whatever other directory suits you. Note that the command is slightly different 'cause I screwed up a copy & paste on the original MANUAL EDIT: Changed install directory in example. Edited January 8, 2006 by pdescobar Link to post Share on other sites
arillious 0 Posted January 8, 2006 Author Share Posted January 8, 2006 (edited) sorry didn't know exactly where to post this at. not really use to forums, buuuut, thanks and my game is in d:\ gta san andreas. is that my install directory. probably a dumb question. also what doe this mean I expect that means that saat_sfx is not in your path. Where did you extract the executable to, and what is the current working directory when you type the command? also what does the term "cd" mean because i though i had to use the actual game "CD" lol Edited January 8, 2006 by arillious Link to post Share on other sites
pdescobar 10 Posted January 8, 2006 Share Posted January 8, 2006 Note: fixed quote to what I believe was intended sorry didn't know exactly where to post this at. not really use to forums, buuuut, thanks and my game is in d:\ gta san andreas. is that my install directory. probably a dumb question. also what doe this mean I expect that means that saat_sfx is not in your path. Where did you extract the executable to, and what is the current working directory when you type the command? also what does the term "cd" mean because i though i had to use the actual game "CD" lol OK. The windows Command Prompt is an alternative interface to the operating system. Rather than using the mouse to do things, you type in text commands to do things. "cd" is a very basic command with tells the shell to Change to another Directory (or Folder.) When you type commands into a Command Prompt window, the operating system has to try and find the .exe file that the command is associated with and it does this by looking in a pre-defined set of locations called the "path." So, my question basicly boils down to "Where did you put 'saat_sfx.exe' after you unzipped?" Answering that is no longer that important, though since you've supplied additional information. What you need to do is move 'saat_sfx.exe' from wherever it is now to the GTASA install directory (D:\GTA San Andreas). You can do that as you normally would by dragging it between Explorer windows. After that is done, follow the steps in my previous post to actually extract the GENRL sound effects. I apologize for the fact that my instructions assume a certain level of familiarity with command shells and so they are somewhat hard to follow for less experienced users. I do plan to have alternative interfaces like using drag-and-drop or even a fully functional GUI (Graphical User Interface -- windows and menus and such) in future versions. Link to post Share on other sites
arillious 0 Posted January 8, 2006 Author Share Posted January 8, 2006 OMFG YOU ARE THE KING OF THE sh*tNESS lol. thanks man for the so very very detailed description. im gonna try this stuff out right now. Link to post Share on other sites
arillious 0 Posted January 8, 2006 Author Share Posted January 8, 2006 just out of curiousity what does this mean: saat_sfx -e audio\SFX\GENRL c:\temp\saat audio\CONFIG\BankLkup.dat Link to post Share on other sites
pdescobar 10 Posted January 8, 2006 Share Posted January 8, 2006 just out of curiousity what does this mean: saat_sfx -e audio\SFX\GENRL c:\temp\saat audio\CONFIG\BankLkup.dat That's just the command syntax. Each piece has a particular meaning. saat_sfx -e audio\SFX\GENRL c:\temp\saat audio\CONFIG\BankLkup.dat======== == =============== ============ =========================.| | | | |The | The SFX Directory to The "Lookup" file whichSFX | archive store the is part of the game datatool | you are exported files and is needed to locate. Export exporting individual sounds within. mode the SFX archive. So, if you wanted to export the sounds from a different archive, you'd simply change that piece of the command. Link to post Share on other sites
arillious 0 Posted January 9, 2006 Author Share Posted January 9, 2006 so the look up file finds the sounds in the sfx data? that pary is a little confusing but i get the rest? is it the sme for the music? oh and thanks for the tiem to chat about this. if need be some one please move this to apropreate forum spot thanks Link to post Share on other sites
pdescobar 10 Posted January 9, 2006 Share Posted January 9, 2006 so the look up file finds the sounds in the sfx data? that pary is a little confusing but i get the rest? is it the sme for the music? oh and thanks for the tiem to chat about this. if need be some one please move this to apropreate forum spot thanks The lookup file acts like a table of contents. The game checks the lookup file for an offset (like a page in a book), then goes to that offset in the archive to find the sound. The lookup file also contains the lengths of the sounds and it is the length information that my export function needs to know how big of a chunk to read from the archive. While the music streams also have a lookup file, you don't need to specify it when extracting with the stream tool because the stream archive has the length information embedded within it. If you import into the stream you will have to specify the stream's lookup file though. That's covered in the example section of the SAAT MANUAL.txt Link to post Share on other sites
arillious 0 Posted January 10, 2006 Author Share Posted January 10, 2006 cool. So the lookup file is part of the game or is it a function to search for the offsets that's part of your import export program? lol nm i just read the last post u did i is part of the game Link to post Share on other sites
SwedishMafia 0 Posted January 23, 2006 Share Posted January 23, 2006 Man, you are another hero of the modding community. This may look complicated for those not familiar with the command prompt but it's working excellently!!! Keep it up man. Link to post Share on other sites