kkthxbye-code / csgo_bugs

Random CSGO stuff
217 stars 271 forks source link

Fixed in latest valve csgo patch #7

Closed fishjojo1 closed 4 years ago

fishjojo1 commented 4 years ago

The latest valve game patch has fixed this issue. "– sv_pure servers will now kick clients that have loaded asset files into game memory from files not present on game server filesystem." https://blog.counter-strike.net/index.php/category/updates/ (check 5/4/2020) sv_pure servers now compare in game memory with default(server) memory. Not sure if replacing the file mid game will work. Doubt so as it seems to me that the server has timed checks. Have not tried though.

TL;DR : you'll get kicked if you try to add the soundmixers.txt file in /platform , as the server checks it now.

ogges commented 4 years ago

its fixxed

szmarczak commented 4 years ago

https://github.com/kkthxbye-code/csgo_bugs/pull/6#issuecomment-624104555

fishjojo1 commented 4 years ago

Confirmed not working, closing issue now.