CHS Posted October 11, 2010 Share Posted October 11, 2010 Hey all, Quote Link to comment Share on other sites More sharing options...
CosmicBlue Posted October 11, 2010 Share Posted October 11, 2010 You can easily do what you describe in your pbsvuser.cfg file. Start with this guide - it will set up the PBBans CVAR/DVAR and MD5 Tool checks. http://www.pbbans.com/info-center-cvarmd5guide.html From there you can change, add or delete your pbsvuser.cfg settings to your liking... Quote Link to comment Share on other sites More sharing options...
CHS Posted October 12, 2010 Author Share Posted October 12, 2010 (edited) Thats nice, but i cannot see what the dvars options are, since i don`t stream because i have a notebook as a server. Therefor i have no status that allows me to see what there is. Thanks for the post thou. If there is anyone, that could assist me on this one, i would be glad. Otherwise i would have to code a lot to get somethink close to what there already is. PS: What i do care about most is com_fps, snaps and some few other that may lag a home server, so what i know so far is, that i could do this for example: pb_sv_cvar "com_fps" [type] "80" but is this correct with the " or not? And what is the type? what shoud be there? Edited October 12, 2010 by CHS Quote Link to comment Share on other sites More sharing options...
CosmicBlue Posted October 12, 2010 Share Posted October 12, 2010 You're Welcome! :D The format is like this: // *********************************************** // CVAR Checks // *********************************************** //Clear CVAR Checks pb_sv_cvarempty pb_sv_cvar com_maxfps IN 44 250 pb_sv_cvar cl_maxpackets IN 30 100 pb_sv_cvar rate IN 5000 25000 pb_sv_cvar snaps IN 20 40 Use IN to specify a range you want the cvar/dvar inside of. Use OUT to specify a range you want the cvar/dvar to be outside of. No "quotes" necessary... If a player comes on your server, and is not within the limits you have set, they will receive a warning message to change the cvar/dvar that is out of range. If they don't change it in 5 minutes, they will be kicked automatically. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.