Update Half-Life Source.md
Player Models are hardcoded
This commit is contained in:
parent
ab33157642
commit
f360e7cf24
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue