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. ???
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.
where do you put them so that the game will run with them?
and will the game crash without them?
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.
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?