twhl-community / halflife-unified-sdk

Half-Life Updated SDK with Opposing Force and Blue Shift merged in, along with other improvements. Check README.md for more information.
Other
143 stars 24 forks source link

Baby Voltigores use adult melee attack sounds. #531

Closed malortie closed 1 year ago

malortie commented 1 year ago

Description

In the original game, the baby voltigore appears to use a different sound for melee attacks.

Steps to reproduce

  1. Open the console and type the following:
    sv_cheats 1
    map of5a2
    god
    noclip
  2. Fly to the baby voltigores area.
  3. Have baby voltigores attack the player.

Build : Half-Life Unified SDK V1.0.0 Release Candidate 001

Project info

Using cl_projectinfo_print_all :

Project info for client:
Version: 1.0.0-Beta
Branch: master
Tag: UNIFIED-V1.0.0-RC001
Commit Hash: 68ea0b7ec048935f1e1e740c5778aedebb00458d
Build Timestamp: 20:02:58 Jul 30 2023
Project info for server:
Version: 1.0.0-Beta
Branch: master
Tag: UNIFIED-V1.0.0-RC001
Commit Hash: 68ea0b7ec048935f1e1e740c5778aedebb00458d
Build Timestamp: 20:03:54 Jul 30 2023
SamVanheer commented 1 year ago

Note that this change also required the baby_voltigore.mdl model to be changed to remove the attack sounds. They were added at some point during the Unified SDK's development. The model was edited directly so there are no source files to commit.