3
0
Fork 0

Synched gist at Fri Sep 15 21:38:20 PDT 2023

This commit is contained in:
Marco Cawthorne 2023-09-15 21:38:20 -07:00
parent 6b034dbd83
commit cc6ac37391
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -44,6 +44,10 @@ https://github.com/ValveSoftware/halflife/pull/1900
The 'Use high quality models' options under the multiplayer menu is never checked by default. If you're going to make the HD models the default, then the higher quality body groups for the multiplayer player models should be used as well.
## Quality of Life: cl_autojump 0/1
Accessibility feature, a way to jump repeatedly automatically. Supported by various third-party Quake engines as well.
## Quality of Life: add `find` console command from Source
Or maybe just make the console nicer to use in general.
@ -94,6 +98,10 @@ While you can join games, it's not easy to see who is playing actively on a mult
Valve has created some high quality artwork for Half-Life's Steam Community thing. Like wallpapers, emotes and stuff - the trading card shenanigans. It should probably be used.
## Quality of Life: Better voice codec
Use Opus over CELT/SPEEX.
## Fluff: Bring back the GLQuake shadows
Some mods like to use them. [They also were used in advertising for the game](https://combineoverwiki.net/images/a/ac/Houndeye_video.png) so it would be appreciated to bring them back.
@ -110,4 +118,9 @@ viewmodel.angles[ROLL] += bob
Noting that the model tilts to the left, which means you may have to reverse the direction of the applied bob depending on how the engine interprets angles.
## Fluff: Bring the EAX audio back
Originally, Half-Life supported EAX audio. You can experience it these days with Wine-Staging and its EAX emulation with the original patched CD version.
OpenAL has the EFX extension set, which is compatible with this. This would enable Half-Life to get its original soundscape back.