Dynas Posted March 25, 2012 Share Posted March 25, 2012 Instead of our admins having to wait for a report, it'd be nice for players to self police themselves with a votekick feature. Link to comment Share on other sites More sharing options...
enigma# Posted March 25, 2012 Share Posted March 25, 2012 Using admin_overrides.cfg Overrides { /** * By default, commands are registered with three pieces of information: * 1)Command Name (for example, "csdm_enable") * 2)Command Group Name (for example, "CSDM") * 3)Command Level (for example, "changemap") * * You can override the default flags assigned to individual commands or command groups in this way. * To override a group, use the "@" character before the name. Example: * Examples: * "@CSDM" "b" // Override the CSDM group to 'b' flag * "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags * * Note that for overrides, order is important. In the above example, csdm_enable overwrites * any setting that csdm_enable previously had. * * You can make a command completely public by using an empty flag string. */ } sm_votekick "" Using server.cfg sm_vote_kick 0.75 sm_vote_show 0 That's all we should need to do across servers, but since overrides is also a picky thing, I'd say we test this before rolling out changes as such SA -> A -> P Link to comment Share on other sites More sharing options...
Papa John Posted March 25, 2012 Share Posted March 25, 2012 If memory serves this was suggested and included a while back, however, the after-mentioned "player police" abused the system so it was removed. Mainly because players that did really well had others, not doing so well, gang up on them causing legitimate (top 20) players to be kicked/banned from the game. /2 cents Link to comment Share on other sites More sharing options...
Phate Posted March 25, 2012 Share Posted March 25, 2012 This already exists in most servers under tf2's default call vote feature But if the text for a plugin still is up, that should be taken care of. note: that feature broke along all servers for tf2 with the last update Link to comment Share on other sites More sharing options...
enigma# Posted March 27, 2012 Share Posted March 27, 2012 (edited) This already exists in most servers under tf2's default call vote feature But if the text for a plugin still is up, that should be taken care of. note: that feature broke along all servers for tf2 with the last update Was never broken, just "disabled" I'm looking into propagating a public override so that anyone can votekick BUT not voteban Any idea on what votekick ratios should be ( n > 0.5 hopefully Dx) Edited March 27, 2012 by enigma# Link to comment Share on other sites More sharing options...
Recommended Posts