Splatt581

Results 9 issues of Splatt581

The game client crashes if the autocomplete prompts in the console receive a string that is too long. How to reproduce: 1. Type or manually paste a long string such...

HLTV can't start with error `ERROR! System::AddModule: couldn't initialize module (null).` ![image](https://github.com/ValveSoftware/halflife/assets/31417200/d34e0f9f-7c2b-415a-b864-e98ebbf022bf) Judging by the logs of launch of previous versions of HLTV, this error occurs when trying to load...

The engine always gets the server name from the local `hostname` variable, even if the client connects to an external game server: ``` CSteam3Client::UpdateRichPresence() { ... v31 = Cvar_VariableString("hostname"); v30(v29,...

Currently the Rich Presence feature only works for Half-Life, but Counter-Strike 1.6 fans would be very grateful if you introduced such a feature for our favorite game!

Counter-Strike
Feature Request

If I run HLDS with VGUI (without `-console` launch parameter), it crashes, see the screenshot below for details: ![image](https://github.com/ValveSoftware/halflife/assets/31417200/03e3f279-a8fb-4982-b51d-cb4155ecb39a) This only happens when starting CS 1.6; with other GoldSrc titles,...

Counter-Strike
Dedicated Server
Windows

This pr fixes the Steam App Ownership Ticket hijacking/spoofing vulnerability and related exploits. Now the server will sets the steamid from the ticket only after the client connection has been...

Some time ago, the Steam Networking listen servers (with `169.254` fakeip subnet) stopped being displayed in server browser - the master server stopped sending them in the general list of...

Counter-Strike

If you turn off the network connection and start the server on the loopback network interface (127.0.0.1), the game client will not be able to connect to the server. This...

Players may encounter this issue if they connect to the game server after the "Intermission" event (`GoToIntermission()` function, `SVC_INTERMISSION` message), before changing the map. How to reproduce: 1. Launch HLDS,...

Counter-Strike