[REQ][H] H as in help!
Moderator: wildweasel
- Chronoteeth
- Posts: 824
- Joined: Wed Jul 06, 2005 10:01
[REQ][H] H as in help!
Is there a way to kill the sound of something in DDFWEAPs or some way or another? Because the idling sounds in my mod still last until they're finished playing, even on another weapon.
- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
- Chronoteeth
- Posts: 824
- Joined: Wed Jul 06, 2005 10:01
- wildweasel
- DRD Team Admin (Inactive)
- Posts: 2132
- Joined: Wed Jun 29, 2005 22:00
- Location: the Admincave!
- Contact:
Singular is a command that tells Doom to only play the sound once at a time. If the same sound is played twice, other instances of the sound are silenced. In particular, this is used on the Chainsaw sounds - theoretically you should be able to use the same singular number on several sounds:
Code: Select all
[snipa]
lump_name="dssnipa";
singular=1337;
[snipa2]
lump_name="dssnipa2";
singular=1337;