Synched gist at Fri Sep 15 23:39:23 PDT 2023
This commit is contained in:
parent
7eaa35c05d
commit
80763a4b8f
2 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,10 @@ The multiplayer Create Server menu has the option to disable footsteps. That's c
|
|||
|
||||
Go into rapidcore.bsp and hit the metal pillar in the middle of the room with the glass floor and MP5/9mmAR pickup. It makes flesh impact sounds, but only to the local player. Is the material type networked properly?
|
||||
|
||||
## Bug: HUD colors are wrong for ammo
|
||||
|
||||
Weapon selection ammo colors are wrong. Compare it to Half-Life.
|
||||
|
||||
## 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.
|
||||
|
|
|
@ -14,6 +14,10 @@ Seen in rapidcore.bsp, what the heck? If they're trying to chew through entities
|
|||
|
||||
Do this in multiplayer: Take up a Satchel Bag and place them all until you're at 0. Then die - and pick up your ammo canister. You'll receive the Satchel Bag in your inventory, but with 0 ammo.
|
||||
|
||||
## Bug: Fix the memory leaks
|
||||
|
||||
VGUI has plenty of documented memory leaks which especially affect Team Fortress Classic as well. The issue tracker on ValveSoftware/halflife has plenty of examples.
|
||||
|
||||
## Linux: Underscores look like white space
|
||||
|
||||
In the console, all underscores look like whitespace. This makes choosing maps or using the auto-completion system in console rather annoying. The font needs to be closer to MS Sans Serif anyway.
|
||||
|
|
Loading…
Reference in a new issue