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
How to Implement Custom Voices?
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#1
How to Implement Custom Voices?

I have some voice recordings I would like to use in my CS. I know that I can just copy and paste the files into the sounds folder in Amnesia, but that won't be downloaded with the CS, will it? Help o.o

The Nightmares v1.0 - Dreadful Fires WIP
02-10-2012, 03:20 AM
Find
Tripication Offline
Member

Posts: 172
Threads: 19
Joined: Dec 2011
Reputation: 6
#2
RE: How to Implement Custom Voices?

The easiest way is to make ur own .ogg and copy a .snt file from the main game. Then edit the .snt fil to play your .ogg and in the scripting, make sure you play the .snt files name not the .ogg

[Image: speedart__2___yoshimitsu_by_kamofudge-d4yo6kk.png]
02-10-2012, 03:23 AM
Find
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#3
RE: How to Implement Custom Voices?

(02-10-2012, 03:23 AM)Tripication Wrote: The easiest way is to make ur own .ogg and copy a .snt file from the main game. Then edit the .snt fil to play your .ogg and in the scripting, make sure you play the .snt files name not the .ogg
But where would I put the files? Which folder?

The Nightmares v1.0 - Dreadful Fires WIP
02-10-2012, 03:27 AM
Find
Tripication Offline
Member

Posts: 172
Threads: 19
Joined: Dec 2011
Reputation: 6
#4
RE: How to Implement Custom Voices?

put the files in a sounds folder in your custom story's folder so Amnesia>custom_stories>CSName>sounds

Also, i forget who told me this, but the game will resolve paths on its own. So usually it doesn't matter, but just to keep it neat nd easy to use, make a sounds folder

[Image: speedart__2___yoshimitsu_by_kamofudge-d4yo6kk.png]
(This post was last modified: 02-10-2012, 03:30 AM by Tripication.)
02-10-2012, 03:28 AM
Find
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#5
RE: How to Implement Custom Voices?

Okay, now, I was told you could use this:
AddEffectVoice(string& asVoiceFile, string& asEffectFile, string& asTextCat, string& asTextEntry, bool abUsePosition, string& asPosEntity, float afMinDistance, float afMaxDistance);
in order to play voices, and have subtitles. The information on the wiki isn't specific enough. Assistance?

The Nightmares v1.0 - Dreadful Fires WIP
02-10-2012, 04:05 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#6
RE: How to Implement Custom Voices?

You don't have to provide an effect file path; everything else is self-explanatory.

Tutorials: From Noob to Pro
02-10-2012, 04:19 AM
Website Find




Users browsing this thread: 1 Guest(s)