Frictional Games Forum (read-only)
Problem with Sounds - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Problem with Sounds (/thread-20535.html)

Pages: 1 2


RE: Problem with Sounds - NaxEla - 03-01-2013

All the music is in the "music" folder. Once you've found what music you want to use, use PlayMusic, like this:
PHP Code:
void OnStart()
{
    
PlayMusic("your_music.ogg"true1.0f0.0f1false);