Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 01/09/2003 16:54:01

Title: Music Questions
Post by: on Mon 01/09/2003 16:54:01
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.
Title: Re:Music Questions
Post by: on Mon 01/09/2003 18:11:19
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.
Title: Re:Music Questions
Post by: on Mon 01/09/2003 18:39:30
Ok, thanks for the help!