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
Script Help Can't make a loud footstep
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#5
RE: Can't make a loud footstep

Try these options in your snt:
Blockable="False"
Use3D="True"
Stream="False"
FadeEnd="False" FadeStart="False"
MinDistance="10" MaxDistance="40"
Volume="2"
And call it like this: PlaySoundAtEntity( "", your_file.snt, which_entity, 0, false);

Careful, 2 is %200 normal volume, if this fixes your volume prob, it may sound too loud.
Notice the 0 fade time in the playsound function, for short sounds, in my opinion, it may try to make the sound fade right after it starts so you may never hear it play.

11-02-2014, 11:10 PM
Find


Messages In This Thread
Can't make a loud footstep - by Bennick - 11-01-2014, 10:59 PM
RE: Can't make a loud footstep - by Mudbill - 11-02-2014, 03:05 PM
RE: Can't make a loud footstep - by Bennick - 11-02-2014, 05:46 PM
RE: Can't make a loud footstep - by DnALANGE - 11-02-2014, 10:28 PM
RE: Can't make a loud footstep - by Daemian - 11-02-2014, 11:10 PM
RE: Can't make a loud footstep - by Mudbill - 11-02-2014, 11:43 PM
RE: Can't make a loud footstep - by Daemian - 11-03-2014, 04:10 AM



Users browsing this thread: 1 Guest(s)