3
0
Fork 0

Update Half-Life Source.md

Player Models are hardcoded
This commit is contained in:
Maxwell Bunch 2023-09-18 17:33:34 +00:00
parent ab33157642
commit f360e7cf24

View file

@ -32,6 +32,12 @@ This is the most noticable with the Snark. The world is supposed to have a Snark
This would require an edit of BaseCombatWeapon. Scripts would also need to be updated to include the field "worldmodel" and the "playermodel" field would need to be updated to use the p_model version of the weapons. Both model resources would need to be ported back to Half-Life: Source.
## Quality of Life/Bug: Player Models are hardcoded.
In Half-Life 1, you could install new player models at will. In Half-Life Deathmatch: Source, there's a hardcoded list of players allowed to be selected.
GameUI appears to be okay with new player models being added, so this is a check with-in game logic.
## Bug: You cannot turn off footsteps.
The multiplayer Create Server menu has the option to disable footsteps. That's completely ignored. Unacceptable.