Frictional Games Forum (read-only)
music - 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: music (/thread-12059.html)



music - aqfitz622 - 12-24-2011

how do i add music to a custom story


RE: music - flamez3 - 12-24-2011

(12-24-2011, 10:05 PM)aqfitz622 Wrote: how do i add music to a custom story
You would have to convert it to a .ogg file. This should work:

PlayMusic(string& asMusicFile, bool abLoop, float afVolume, float afFadeTime, int alPrio, bool abResume);