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
My Sound Doesn't come ?!
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
My Sound Doesn't come ?!

hello! i made a sound of outlast END music... just shorter and converted into a
OGG file and hade an snt file with this inside :

PHP Code: (Select All)
<SOUNDENTITY>
  <
SOUNDS>
      <
Main>
          <
Sound File="outside.ogg" />
      </
Main>
  </
SOUNDS>
  <
PROPERTIES Volume="5" MinDistance="50" MaxDistance="60" Random="0" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="false" Blockable="False" BlockVolumeMul="0.7" Priority="5" />
</
SOUNDENTITY

Yes , my sound name is Outside ...
but i don't hear anything ?! please help me! and the distance :S i changed already Sad please can someone help me //???
07-18-2014, 07:39 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: My Sound Doesn't come ?!

While I don't think I can help you if this music is from Outlast...

Why can't you just use PlayMusic? Is it actually a Sound that is supposed to be triggered or is it background music?

If it is background music:
PHP Code: (Select All)
void OnStart()
{
PlayMusic("outside.ogg"false100.0f0.5f10false);


If yes, you are meaning to use a sound:

Script:
PHP Code: (Select All)
PlaySoundAtEntity("""oustide.snt""<name_of_entity>"0.5ffalse); 

outside.snt:
PHP Code: (Select All)
<SOUNDENTITY>
  <
SOUNDS>
      <
Main>
          <
Sound File="outside.ogg" />
      </
Main>
  </
SOUNDS>
  <
PROPERTIES Volume="5" MinDistance="0" MaxDistance="20" Random="0" Interval="0" FadeEnd="False" FadeStart="False"
Stream="False" Loop="False" Use3D="false" Blockable="False" BlockVolumeMul="0.7" Priority="5" />
</
SOUNDENTITY

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 07-18-2014, 08:01 AM by Romulator.)
07-18-2014, 08:01 AM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#3
RE: My Sound Doesn't come ?!

omg! thank you!! i changed the snt file.. and placed the sound thing in my map it work! thankyou!!! but why did you thougt outlast music isn't possible ?! but thanks Big Grin
07-18-2014, 08:06 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#4
RE: My Sound Doesn't come ?!

It's not that it is not possible.

It's just illegal to use sounds/music from other games UNLESS
1) You have written consent; such as a document outlining the rights of use
2) Your project does not breach copyrights imposed by the creator(s) of used content.
3) You have permission to use because it does not impose copyright or trademarking.

Use of stolen assets, sounds, music and/or graphics on the forum is, in short, forbidden.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 07-18-2014, 08:11 AM by Romulator.)
07-18-2014, 08:10 AM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#5
RE: My Sound Doesn't come ?!

This music is from Samuel Laflamme... and i thougt he said we don't had to aks to post or use him Outlast musics... but is this ILLEGAL now ?! ??
07-18-2014, 08:14 AM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: My Sound Doesn't come ?!

Yes it is "illigal"
At least here on the forum the rules are NOT to use copyright music \ pictures \ enemy's \ etcetc..
You can use all of the assets\sounds\music from all games Frictional Games made\makes.
Example:
Amnesia the dark descent
Amnesia a machine for pigs
All of the franchise of Penumbra series.
(This post was last modified: 07-18-2014, 03:33 PM by DnALANGE.)
07-18-2014, 03:32 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#7
RE: My Sound Doesn't come ?!

ow... is it illegal to if you get permission from the owner ?! or MUST we have from frictional games....
07-18-2014, 07:18 PM
Find
RedKnight Offline
Posting Freak

Posts: 774
Threads: 16
Joined: Sep 2013
Reputation: 6
#8
RE: My Sound Doesn't come ?!

It is not illegal if you get permission from the owner, you are allowed to use any music ONLY if you have permission. So don't worry Wink

6666666666666666666566666666666666
(This post was last modified: 07-18-2014, 07:56 PM by RedKnight.)
07-18-2014, 07:55 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#9
RE: My Sound Doesn't come ?!

ow.. Smile thanks! Big Grin
07-18-2014, 08:26 PM
Find
RedKnight Offline
Posting Freak

Posts: 774
Threads: 16
Joined: Sep 2013
Reputation: 6
#10
RE: My Sound Doesn't come ?!

No problem Smile

6666666666666666666566666666666666
07-18-2014, 10:20 PM
Find




Users browsing this thread: 1 Guest(s)