The Resident
2008-12-30 21:35:56
Okay, so I just recently found out that a lot of people were unable to connect to my servers because I was inadvertently disallowing the "high res" content packs because of these whitelist rules:
I thought that would work because if it fails, the server would allow them in, just force the client to load the stock content instead. I probably need to set sv_pure_kick_clients to 0 for that to happen? If not, how do I get that behavior?
---
That said, who runs a server that allows "high res" model packs but still has sv_pure, and how did you setup the whitelist? I assume that just removing the "+check_crc" would do the trick, but wouldn't that open up a lot of cheats?
Thanks!
Code: Select all
materials\models\props_foliage\... allow_from_disk+check_crc
models\props_foliage\... allow_from_disk+check_crc
---
That said, who runs a server that allows "high res" model packs but still has sv_pure, and how did you setup the whitelist? I assume that just removing the "+check_crc" would do the trick, but wouldn't that open up a lot of cheats?
Thanks!