Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music and sounds
Kiwi2703 Offline
Junior Member

Posts: 27
Threads: 5
Joined: Sep 2012
Reputation: 2
#1
Music and sounds

Hello there Smile
I'd like to ask you a general question about using music and sounds in custom stories, because this is the only area of interest left that I am not really sure of.
What's the best way to create (put in the story): 1) general music, 2) sectional music, 3) occasional sound effects?
I mean - should I place the fancy speaker icon in level editor with some music in it above the area to create general music for the area? Or should I script it directly into the player's ears?
Because music is half of the atmosphere of the game, I would really like to know the best way of placing and using it in my custom stories.
Thanks for any responses and solutions!
09-10-2012, 10:34 PM
Find
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#2
RE: Music and sounds

Most of the sounds will be placed via scripting; there are a few situations where you would want to place a sound using the sound tool in the level editor.

-General Music can be used with the function PlayMusic.

-Event music can be played, just make sure the priority (int alPrio) is higher than your ambient music, and make sure looping isn't activated. If done properly, the music should naturally return back to the ambient music.

-For most looping ambient sounds I use PlayGuiSound (there are some exceptions, but I'll get into those later). PlayGuiSound can support multiple sounds at once (if you want to combine ambiences), and you can adjust the volume unlike PlaySoundAtEntity.

-The sound tool can be used for placing isolated looping sounds in a level. Any sound you use that has something like "no3d" in the name means no matter where you are in the level, you can hear it. I prefer not to use the sound tool for sounds the player is meant to hear from anywhere in the level because if the player looks around, the volume pan will change, and that annoys me.

-You can loop and randomize sounds that aren't meant to loop; it takes some scripting, but can really add to the atmosphere.

In my opinion, there should never be complete silence; either event music, normal music or ambient sounds should be heard at all times. Sound is one of the most powerful parts of creating Amnesia's atmosphere, and is terribly underused in many mods.

I rate it 3 memes.
09-10-2012, 10:48 PM
Find
Kiwi2703 Offline
Junior Member

Posts: 27
Threads: 5
Joined: Sep 2012
Reputation: 2
#3
RE: Music and sounds

Thank you very much for response! Smile
09-11-2012, 09:50 AM
Find




Users browsing this thread: 1 Guest(s)