User Tools

Site Tools


falcon4:theater_music

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

falcon4:theater_music [2011-07-01 14:01] (current)
snakeman created theater_music intial page.
Line 1: Line 1:
 +====== Music to Theaters ======
  
 +How to add music into your theaters by Toonces.
 +
 +You have to add a file to your theater art dir, example:
 +<​code>​
 +theaters/​kurile/​art/​art
 +</​code>​
 +
 +Within that folder, create a file called "​main_snd.lst"​
 +
 +Within that file, write in text editor:
 +<​code>​
 +Theaters\Kurile\art\main\soundrc.irc
 +art\main\usoundrc.irc
 +</​code>​
 +and save as main_snd.lst
 +
 +Make sure you have the following dir:
 +<​code>​
 +theaters/​kurile/​art/​main
 +</​code>​
 +Inside that dir, ensure you have the files:
 +<​code>​
 +soundsid.id
 +usoundrc.irc
 +</​code>​
 +I copied mine from the Israel theater, but you should be able to find the default file in the base freefalcon5 dir and use those. Open the usoundrc.irc folder and edit it so that the following lines are in it:
 +<​code>​
 +[LOADRESOURCE] SOUND_RES "​art\resource\soundfx"​
 +[LOADSTREAMRES] MUSIC_RES "​art\resource\music"​
 +[STREAMSOUND] SND_TAPS "​Theaters\Kurile\music\taps.wav"​ S_BIT_NORMAL
 +[STREAMSOUND] SND_TAKEOFF "​Theaters\Kurile\music\takeoff.wav"​ S_BIT_NORMAL
 +[STREAMSOUND] SND_AMBIENT1 "​Theaters\Kurile\music\ui1.wav"​ S_BIT_NORMAL S_BIT_FADE_OUT S_BIT_LOOP
 +[LOOPCOUNT] SND_AMBIENT1 1
 +[STREAMSOUND] SND_AMBIENT2 "​Theaters\Kurile\music\ui2.wav"​ S_BIT_NORMAL S_BIT_FADE_IN S_BIT_FADE_OUT S_BIT_LOOP
 +[LOOPCOUNT] SND_AMBIENT2 1
 +[STREAMSOUND] SND_CAMPAIGN_GOOD "​Theaters\Kurile\music\ui3.wav"​ S_BIT_NORMAL S_BIT_FADE_IN S_BIT_FADE_OUT S_BIT_LOOP
 +[LOOPCOUNT] SND_CAMPAIGN_GOOD 2
 +[STREAMSOUND] SND_CAMPAIGN_MEDIUM "​Theaters\Kurile\music\ui6.wav"​ S_BIT_NORMAL S_BIT_FADE_IN S_BIT_FADE_OUT S_BIT_LOOP
 +[LOOPCOUNT] SND_CAMPAIGN_MEDIUM 2
 +[STREAMSOUND] SND_CAMPAIGN_BAD "​Theaters\Kurile\music\ui5.wav"​ S_BIT_NORMAL S_BIT_FADE_IN S_BIT_FADE_OUT S_BIT_LOOP
 +[LOOPCOUNT] SND_CAMPAIGN_BAD 2
 +[STREAMSOUND] SND_NEWS_REPORT "​Theaters\Kurile\music\news.wav"​ S_BIT_NORMAL
 +</​code>​
 +Create a theaters\kurile\music dir and put your music files in there. Ensure they are .wav format and name them ui1.wav, ui2.wav and so on. If you need to convert music files to .wav format there is a free converter called "​audacity"​ that works great.
falcon4/theater_music.txt ยท Last modified: 2011-07-01 14:01 by snakeman