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
Can You add custom sounds into Amnesia?
TFEF Offline
Member

Posts: 143
Threads: 0
Joined: Feb 2011
Reputation: 1
#5
RE: Can You add custom sounds into Amnesia?

An .snt file is just a file that gives info about the sound. For example:

<SOUNDENTITY>
  <SOUNDS>
      <Main>
          <Sound File="player_bodyfall1" />
        <Sound File="player_bodyfall2" />
        <Sound File="player_bodyfall3" />
        <Sound File="player_bodyfall4" />
        <Sound File="player_bodyfall5" />
      </Main>
  </SOUNDS>
  <PROPERTIES Volume="1" MinDistance="1" MaxDistance="10" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="True" BlockVolumeMul="0.7" Priority="0" />
</SOUNDENTITY>

I think there's a specific script function that lets you play a sound without a .snt file, but I can't think of it right now. You do need a .snt file for your sound otherwise.
04-15-2011, 09:03 PM
Find


Messages In This Thread
RE: Can You add custom sounds into Amnesia? - by TFEF - 04-15-2011, 09:03 PM



Users browsing this thread: 1 Guest(s)