View Revisions: Issue #2144 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0002144: DamageType Pain state doesn't activate A_Playsound online |
|
Revision |
2015-03-30 17:59 by cobalt |
|
Description |
Custom Damage Pain States have problems using a_playsound online but work without issue offline. In the test wad provided you start with a pistol that does 'TestDamage' and when you hit another player you activate 'Pain.TestDamage' and hear a ding. This works without a problem offline, but once online, there is no sound played. Compat_soundslots is false.
To illustrate this issue, run the wad in local mode into map01. Add a bot then fire & hit it to hear a ding. Next, run a server online and attempt the same thing. Make sure compat_soundslots is 0. |
|
Revision |
2015-03-30 02:12 by Ru5tK1ng |
|
Description |
Custom Damage Pain States have problems using a_playsound online but work without issue offline. In the test wad provided you start with a pistol that does 'TestDamage' and when you hit another player you activate 'Pain.TestDamage' and hear a ding. This works without a problem offline, but once online, there is no sound played. Compat_soundslots is false.
To illustrate this issue, run the wad in local mode into map01. Add a bot then fire & hit it to hear a ding. Next, run a server online and attempt the same thing. Make sure compat_soundslots is 0. |