2023-09-15 23:48:42 +00:00
# Half-Life: Source - Issues
2023-09-15 23:48:13 +00:00
2023-09-15 23:48:42 +00:00
Here's a list of things that we'd fix in Half-Life: Source (and Deathmatch), given the opportunity.
2023-09-15 23:48:13 +00:00
2023-09-15 23:51:39 +00:00
## Bug: Entities double spawning in multiplayer
2023-09-15 23:48:13 +00:00
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.
2023-09-16 06:18:51 +00:00
## 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.
2023-09-16 06:21:16 +00:00
## Bug: The Snark pickup model is wrong.
It's a big green/red thing. Not a single snark.
2023-09-15 23:51:39 +00:00
## Fluff: More cubemaps instead of spherical environment maps
2023-09-15 23:48:13 +00:00
One massively missed opportunity was to not use cubemaps for the majority of environment mapping in Half-Life: Source.
2023-09-15 23:51:39 +00:00
## Fluff: The wrong sound, everywhere
2023-09-15 23:48:13 +00:00
2023-09-16 06:01:13 +00:00
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.
2023-09-16 06:03:47 +00:00
The multiplayer Create Server menu has the option to disable footsteps. That's completely ignored. Unacceptable.
## Inconsistency: `drop` command does not exist in multiplayer.
2023-09-16 06:18:51 +00:00
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.
2023-09-16 06:24:33 +00:00
## 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.