diff --git a/Half-Life Source.md b/Half-Life Source.md index cf1c7ba..2d12d90 100644 --- a/Half-Life Source.md +++ b/Half-Life Source.md @@ -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. diff --git a/Half-Life.md b/Half-Life.md index 6e772b0..21777a5 100644 --- a/Half-Life.md +++ b/Half-Life.md @@ -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.