3
0
Fork 0
issues/Half-Life Source.md

45 lines
1.7 KiB
Markdown
Raw Normal View History

# Half-Life: Source - Issues
Here's a list of things that we'd fix in Half-Life: Source (and Deathmatch), given the opportunity.
## Bug: Entities double spawning in multiplayer
All entities double spawn in multiplayer. Supposedly a gamerule class method needs to be stubbed out because it's running spawn code twice? We don't have the source code to HL:S, so we have no idea.
## Bug: Some weapons have no muzzleflash in third person.
Only the MP5/9mmAR has a muzzleflash!
## Bug: RPG does not use firing animation in third person.
See title.
## Bug: The Snark pickup model is wrong.
It's a big green/red thing. Not a single snark.
## Fluff: More cubemaps instead of spherical environment maps
One massively missed opportunity was to not use cubemaps for the majority of environment mapping in Half-Life: Source.
## Fluff: The wrong sound, everywhere
Sounds from Half-Life 2 clash with Half-Life. Doors during the train ride should not sound like a door handle is being pulled. The footsteps are all from Half-Life 2 as well and clash with the lower sampling rate sounds from Half-Life.
## Bug: You cannot turn off footsteps.
The multiplayer Create Server menu has the option to disable footsteps. That's completely ignored. Unacceptable.
## Inconsistency: `drop` command does not exist in multiplayer.
In Half-Life, you could issue `drop` in console (or bind it) to drop the currently held weapon. This is missing here.
## Quality of Life: Server password is not saved?
Whenever a server gets started, the Create Server menu has empty defaults.
## Bug: Credits button on rapidcore.bsp does not work
Assuming that is a mistake. The button is still there, but the author credits no longer show up.