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
#1
How do i add Sounds/Voices to my Custom Story

I have been looking around the forums to find tutorials on how to add sounds/voices to my custom story and I have found a bunch but none that have worked for me. I have written the text file like so:


<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="Doctor1.ogg" />
</Main>
</SOUNDS>
<PROPERTIES Volume="5" MinDistance="1" MaxDistance="50" Random="0" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="false" Blockable="False" BlockVolumeMul="0.7" Priority="5" />
</SOUNDENTITY>

What i haven't been able to find is what i save this as and where do i store the .snt and .ogg file for the game to be able to read it?

03-24-2012, 04:08 PM
Find
i3670 Offline
Posting Freak

Posts: 1,308
Threads: 74
Joined: Oct 2011
Reputation: 36
#2
RE: How do i add Sounds/Voices to my Custom Story

You save it as a .snt file. Then you make a folder in your CS folder and name it "sounds".

"What you think is irrelevant" - A character of our time

A Christmas Hunt
03-24-2012, 10:16 PM
Find
Southlaguna Offline
Member

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

Where do i store the originally made .ogg files?

03-26-2012, 08:16 PM
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#4
RE: How do i add Sounds/Voices to my Custom Story

(03-26-2012, 08:16 PM)Southlaguna Wrote: Where do i store the originally made .ogg files?
Put the .ogg files and .snt files in the same folder "sounds" .
Then when you have a script play the .snt file the .snt file will load the .ogg file.
The whole point in the .snt file is to have the sound edited or for it to play different sounds each time.

03-26-2012, 08:31 PM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#5
RE: How do i add Sounds/Voices to my Custom Story

I don't know if you made it work but I need to ask how did you make the ogg file? did you actually export it as a .ogg file or you just renamed a .mp3 or something like that?

03-26-2012, 09:47 PM
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#6
RE: How do i add Sounds/Voices to my Custom Story

(03-26-2012, 09:47 PM)SilentStriker Wrote: I don't know if you made it work but I need to ask how did you make the ogg file? did you actually export it as a .ogg file or you just renamed a .mp3 or something like that?
You have to convert it through a audio converter like sonyvegaspro, Audacity thingy, Free audio converter.

03-26-2012, 11:50 PM
Find
Kreekakon Offline
Pick a god and pray!

Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation: 124
#7
RE: How do i add Sounds/Voices to my Custom Story

I have a problem with this too. I can see in the audio converters that .ogg is there clear as bright day, but what about the .snt files? How do those work?
03-27-2012, 06:18 PM
Find
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#8
RE: How do i add Sounds/Voices to my Custom Story

(03-27-2012, 06:18 PM)Kreekakon Wrote: I have a problem with this too. I can see in the audio converters that .ogg is there clear as bright day, but what about the .snt files? How do those work?
.snt is a notepad file.

They can do various changes without an editor, just text.

Instructions.
1.) Make .ogg file
2.) Create a new notepad file
3.) Rename the Notepad file to this
"NameOfOggSoundFile".snt
4.) open it and type following
====

<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="Enter you ogg file to play here.ogg" />
</Main>
</SOUNDS>
<PROPERTIES Volume="5" MinDistance="1" MaxDistance="50" Random="0" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="false" Blockable="False" BlockVolumeMul="0.7" Priority="5" />
</SOUNDENTITY>
=====
5.) save
6.) Enjoy Tongue

ALL CREDITS GO TO flamez3 FOR THIS

(This post was last modified: 03-27-2012, 10:47 PM by Xanthos.)
03-27-2012, 10:47 PM
Find
Southlaguna Offline
Member

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

Alright thanks guys I will test this out in the near future for I am still in the mapping stage of my second and final demo before full release.

03-29-2012, 02:27 PM
Find
DanielRand47 Away
Member

Posts: 109
Threads: 16
Joined: Mar 2012
Reputation: 3
#10
RE: How do i add Sounds/Voices to my Custom Story

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?
04-10-2012, 02:23 PM
Find




Users browsing this thread: 1 Guest(s)