Synched gist at Fri Sep 15 16:48:09 PDT 2023
This commit is contained in:
parent
86cb5d1474
commit
f711169e3b
1 changed files with 15 additions and 0 deletions
15
Half-Life Source.md
Normal file
15
Half-Life Source.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Half-Life - Issues
|
||||
|
||||
Here's a list of things that we'd fix in Half-Life, given the opportunity.
|
||||
|
||||
## 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.
|
||||
|
||||
## 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.
|
||||
|
||||
## 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.
|
Loading…
Reference in a new issue