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
Need help making custom sounds
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#7
RE: Need help making custom sounds

Quote:then edit it so the sound file matches
WHat this means is this.
For example you have a ogg called testMySoundFile.ogg
Then
COPY a original .snt and rename that testMySoundFile.
Then
OPEN that file and RENAME this;
This is an example okay!
PHP Code: (Select All)
<SOUNDENTITY>
  <
SOUNDS>
      <
Main>
          <
Sound File="locked_door1" />
          <
Sound File="locked_door2" />
          <
Sound File="locked_door3" />
      </
Main
Rename it like this;
PHP Code: (Select All)
<SOUNDENTITY>
  <
SOUNDS>
      <
Main>
          <
Sound File="testMySoundFile" />
      </
Main
That should do the trick for PlaySoundAtEntity.
For PlayGuySound, you do NOT need to .snt file at all!
So, the .ogg should already being played.
Be sure to have the .ogg in your mod.
(This post was last modified: 08-30-2014, 06:30 PM by DnALANGE.)
08-30-2014, 06:28 PM
Find


Messages In This Thread
Need help making custom sounds - by kylesjob - 08-30-2014, 04:04 PM
RE: Need help making custom sounds - by kylesjob - 08-30-2014, 04:55 PM
RE: Need help making custom sounds - by kylesjob - 08-30-2014, 05:57 PM
RE: Need help making custom sounds - by Mudbill - 08-30-2014, 06:02 PM
RE: Need help making custom sounds - by kylesjob - 08-30-2014, 06:07 PM
RE: Need help making custom sounds - by DnALANGE - 08-30-2014, 06:28 PM
RE: Need help making custom sounds - by kylesjob - 08-30-2014, 06:33 PM
RE: Need help making custom sounds - by DnALANGE - 08-30-2014, 09:00 PM
30 ogg files changing into 1 ? - by Amnesiaplayer - 08-31-2014, 06:14 PM



Users browsing this thread: 1 Guest(s)