I've been looking at different music options for my game and have come up with two questions:
1. Does AGS have a built in OGG-player?
2. If you're using the RunAGSGame command, the manual says all the games have to use the same music.vox file. I'm wondering if this means any game in that folder which has a code like PlayMusic(2); would play the second music file in the music.vox file or if only the game which compiled the vox. file could use the music contained within it.
Thanks for any help.
1. Theres an ogg-player built in. also mp3 is possible.
2. Im not sure about that , but I think
if you copy the vox-file from one compiled folder to another you
can use commands like playmusic(). Id recommend you make a backup
of your game, before using this option, otherwise your vox- file may be overwritten.
Ok, thanks for the help!