Splatt581
Splatt581
I found out that this error occurs when there are too many files in the `cstrike_downloads` folder:  So when I delete/rename this folder, the server starts normally. #3655 similar...
Hmm, I noticed that the engine actually sends Rich Presence for CS 1.6 to the Steam: appid 10: ``` "richPresence":{"steam_display":"#HL_RP_MainMenu","status":"#HL_Status_MainMenu","steam_player_group_size":"0","game:current_player_count":"0","game:max_player_count":"0","game:server_name":"Half-Life","game:pause_state":"#HL_RP_Unpaused"},"localizedString":null}}}} ``` But, unlike HL1, CS 1.6 does not have localization...
@shawns-valve HLTV not listable for Counter-Strike in master server, because HLTV sends version `1.1.2.6` to the master server, but CS 1.6 requires at least version `1.1.2.7`. This can be checked...
It seems that userinfo can contain some characters, after which reading of strings in `svc_updateuserinfo` breaks for game clients (because in the screenshot the client tries to parse `svc_choke` (`*`...
The attacker uses a speedhack (moves with 62 ticks and 255 msec inside), but rehlds should detect such a ticks flood. @Defect3dz what values does your server use for the...
> sv_rehlds_movecmdrate_avg_punish -5 sv_rehlds_movecmdrate_burst_punish -5 sv_rehlds_movecmdrate_max_avg 1800 sv_rehlds_movecmdrate_max_burst -1 Try this: ``` sv_rehlds_movecmdrate_avg_punish 5 sv_rehlds_movecmdrate_burst_punish 5 sv_rehlds_movecmdrate_max_avg 1800 sv_rehlds_movecmdrate_max_burst 5500 ``` These are default values and they should help. >...
@shawns-valve This vulnerability exists in the latest HLTV build - 10185. To fix this bug you should add a check for the absence of an incoming command in `BaseClient::ProcessStringCmd` and...
> I'm having the exact same issue. Funny your thread is only 2 days old lol Is this a recent thing or just a coincidence? I'm hosting a lan party...
@shawns-valve Please note this serious issue - windows build of HLTV does not start after anniversary updates.
Now, with the new build 10185, HLTV launches correctly: ``` status --- HLTV Status --- Online 00:02, FPS 47.9, Version 10185 (Win32) Local IP 192.168.0.2:27020, Network In 0.0, Out 0.0,...