Update Half-Life Source.md
Shotgun sound issue
This commit is contained in:
parent
66d4356e0a
commit
e7deb0c0dd
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ Alfred attempted to fix this by adding the ignorez command to the VMTs for all o
|
|||
|
||||
For whatever reason, there's some major difference between GoldSource's SetYawSpeed and Source's MaxYawSpeed. This results in all monsters in Half-Life: Source rotating too fast. This is why the Scientists starts spinning when freaked out.
|
||||
|
||||
## Bug: Shotgun's double blast plays the single blast sound.
|
||||
|
||||
This is due to the sound being defined in the code... 2 times? Single Blast sound call ultimately over takes the Double Blast sound call.
|
||||
|
||||
## Bug: Some weapons have no muzzleflash in third person.
|
||||
|
||||
Only the MP5/9mmAR has a muzzleflash!
|
||||
|
|
Loading…
Reference in a new issue