Frictional Games Forum (read-only)

Full Version: music
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i add music to a custom story
(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);