tmp64

Results 120 comments of tmp64

Removed manually merged branches

Removed other old branches. Created PRs for WIP branches.

It works fine for me. Type this in the console and post the result here ``` hud_playerid hud_centerid ```

If `hud_centerid` is `0`, it means that it's disabled. Set it to `1` or enable the checkbox in the Advanced Options.

Both `hud_centerid 0` and `hud_centerid 1` work as intended on my side

This is what it's supposed to look like: `hud_centerid 1` ![image](https://github.com/tmp64/BugfixedHL-Rebased/assets/20199236/d7fa5b91-8f24-40c9-9546-2f54b03172e7) `hud_centerid 0` ![image](https://github.com/tmp64/BugfixedHL-Rebased/assets/20199236/3b9a2bf8-a9df-428d-93d3-2cf3dfb748f0)

I think there's a server plugin that adds this text. Try on a different server.

Без BugfixedHL игра запускается?

The AMXX command menu can do that already - Handled entirely server-side. Client only receives the list of menu items. - No mouse support but with the control #229 should...

**TL;DR** Use DirectInput on Windows and Raw Input on Linux because there is no mouse acceleration The three input modes are: - Engine (which is incorrectly named, a better name...