tmp64

Results 120 comments of tmp64

Can't confirm. Please, run `bhl_validate_files` in the console and post the output.

Looks good. Type `developer 1` in the console and post all contents of the console next time it happens.

Looks like it happens some time after joining the server. The bug that was fixed in 1.7.2 was caused by the client sending a lot of `status` commands to the...

Hi! The project uses CMake to generate platform-specific files. On Windows you will need Visual Studio 2017 or newer. Windows XP support requires v141_xp toolchain (available in VS 2017 or...

Could you post all crosshair settings, screen resolution you use in the game and native resolution of the monitor?

Volume control will stop working as soon as "Apply" is pressed in the advanced options dialog because `CCvarCheckButton` only allows boolean values https://github.com/tmp64/BugfixedHL-Rebased/blob/07aecfff8bacaccc1aad1516d342041e4a4aca87/src/game/client/gameui/options/cvar_check_button.cpp#L17-L40 I see two ways to resolve that...

Caused by ValveSoftware/halflife#1621

Caused by https://github.com/ValveSoftware/halflife/issues/1621

Client doesn't have this information so it needs to be implemented in the server as well

It seems to be not possible since the client doesn't know spectatee's real speed. Instead, it calculates it as a difference between current and previous positions which is imprecise and...