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 Trigger Sounds not working
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#14
RE: Trigger Sounds not working

Keep in mind that almost -if not all- every enemy in Amnesia have a notice.snt.
So if you don't specify which notice.snt you wanna play, the game it's gonna use the first it finds.
If you don't rename the .snt to something else you can include the parent(s) directory of the sound to differentiate. Example: ambient/1/notice.snt.
Or you can make a copy of the .snt and name it something else, it will still point to the correct sound(s).
example notice.snt > you make a copy in your cs and name it: asdf.snt
Then you go:
PHP Code: (Select All)
PlaySound"asdf.snt" ... 
It won't find another asdf.snt.

06-05-2016, 04:32 AM
Find


Messages In This Thread
Trigger Sounds not working - by Xallikk - 06-04-2016, 08:05 PM
RE: Trigger Sounds not working - by Slanderous - 06-04-2016, 09:31 PM
RE: Trigger Sounds not working - by Xallikk - 06-04-2016, 09:43 PM
RE: Trigger Sounds not working - by Slanderous - 06-04-2016, 10:44 PM
RE: Trigger Sounds not working - by Xallikk - 06-04-2016, 10:52 PM
RE: Trigger Sounds not working - by Slanderous - 06-04-2016, 10:55 PM
RE: Trigger Sounds not working - by Xallikk - 06-04-2016, 10:58 PM
RE: Trigger Sounds not working - by Slanderous - 06-04-2016, 11:04 PM
RE: Trigger Sounds not working - by Xallikk - 06-04-2016, 11:06 PM
RE: Trigger Sounds not working - by Slanderous - 06-04-2016, 11:08 PM
RE: Trigger Sounds not working - by Xallikk - 06-04-2016, 11:10 PM
RE: Trigger Sounds not working - by Slanderous - 06-05-2016, 12:55 AM
RE: Trigger Sounds not working - by Xallikk - 06-05-2016, 12:59 AM
RE: Trigger Sounds not working - by Daemian - 06-05-2016, 04:32 AM
RE: Trigger Sounds not working - by Xallikk - 06-05-2016, 04:36 AM
RE: Trigger Sounds not working - by Slanderous - 06-05-2016, 10:58 AM



Users browsing this thread: 1 Guest(s)