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


Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i add Sounds/Voices to my Custom Story
Southlaguna Offline
Member

Posts: 70
Threads: 21
Joined: Jan 2012
Reputation: 0
#11
RE: How do i add Sounds/Voices to my Custom Story

(04-10-2012, 02:23 PM)Daniel47 Wrote: I've got the jist of what is being explained here. I know that for custom made sounds/voices/music, they need to go through an audio converter and so on. However, do I need to do the same thing for the original Amnesia sounds/music?
No for the original music on Amnesia you just need to type in the script

for sound:
PlaySoundAtEntity(string& asSoundName, string& asSoundFile, string& asEntity, float afFadeTime, bool abSaveSound);


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

04-14-2012, 12:21 AM
Find


Messages In This Thread
RE: How do i add Sounds/Voices to my Custom Story - by Southlaguna - 04-14-2012, 12:21 AM



Users browsing this thread: 1 Guest(s)