Frictional Games Forum (read-only)

Full Version: Need help with custom sounds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before anyone says "search the forums" yes i have. I've used the forums actually to produce the .snt file i need for any sound im using.

The problem is, it doesnt want to play the sound! I have the sound in my sounds folder in my custom story folder. (Custom_Stories/<mystoryname>/sounds) The sound is in .ogg and i did make the .snt file

The .snt looks like this:
Code:
<SOUNDENTITY>
  <SOUNDS>
      <Main>
          <Sound File="pick_lock.ogg" />
      </Main>
  </SOUNDS>
  <PROPERTIES Volume="1.5" MinDistance="1" MaxDistance="10" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="True" Loop="True" Use3D="True" Blockable="False" BlockVolumeMul="1" Priority="0" />
</SOUNDENTITY>

that should be correct shouldn't it?

Please help!

EDIT: Well the sound works when i move it to the original Amnesia sounds directory...but i cant use it like that because i would be the only one that hears the sound when playing this map and no one else (unless that other person moves the sound.ogg and .snt to the amnesia sound directory, which i dont want)

still need help :/
Delete the .ogg extension.
(08-17-2011, 08:50 AM)Tanshaydar Wrote: [ -> ]Delete the .ogg extension.

haha of course! it worked :p im so dumb xD. Thank you very much Smile