Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: OnlyOneKenobi on Tue 02/12/2003 07:24:56

Title: How to make a file containing only speech?
Post by: OnlyOneKenobi on Tue 02/12/2003 07:24:56
Hey everyone

Just wondering how to make a vox that only contains speech files and not sound effects too? I'm thinking of including an optional, downloadable speech pack for my game, but if you use sound files, it gets compiled into one .vox file which contains both sound fx and speech.  ???
Title: Re:How to make a file containing only speech?
Post by: Minimi on Tue 02/12/2003 07:53:25
in the folder of your game, where your sound and music files are, just delete/move the music files like *.mid, *.ogg ...whatever, and then built the vox file

After that, delete/move the sound files, and move the music files into your game folder, and built the vox again.
Title: Re:How to make a file containing only speech?
Post by: Gemmalah on Wed 03/12/2003 09:35:01
where do you put them so that the game will run with them?
and will the game crash without them?
Title: Re:How to make a file containing only speech?
Post by: Minimi on Wed 03/12/2003 10:34:49
You put the files in the compiled folder of your game.

No, it will not crash, it will just not play the sound/music if it cannot be found.
Title: Re:How to make a file containing only speech?
Post by: Ishmael on Wed 03/12/2003 18:02:03
I take it only the speech is compiled into speech.vox... and all sound effects into the exe, and other then .mid, .mod/xm (whatever, just the notemusics...) into music.vox... have I misread something?