Any chance of controller only lobbies?
-
Hello all. I enjoy playing plutonium with controller a lot more, but I am tired of being shit on by KnB users, any chances of controller only servers?
-
No.
Go and use M+KB if you want to compete. It's not like we can't emulate a controller from M+KB input anyways -
TheRevvX you could always host your own server which kick players who do not use controller.
This is just example script and you should modify it as you like.
( player will be kicked if he tries to type in chat in game )
#include maps/mp/gametypes/_hud_util; #include maps/mp/_utility; #include common_scripts/utility; init() { level thread onplayerconnect(); } onplayerconnect() { for ( ;; ) { level waittill( "connected", player ); player thread check_controller(); } } check_controller() { level endon("end_game"); //able to type when end game self endon("disconnect"); for(;;) { if(!self GamepadUsedLast()) { iprintln("^1" + self.name + "^7 has been kicked for not using controller"); wait 2; kick( self getentitynumber(), "EXE_PLAYERKICKED" ); break; } wait 1; } }
-
Xerxes Well you didn't have to be such an asshole about it dude, thanks
I just want to play casually on controller, I'll note to not pay attention to you from now on, dick.
-
gate keeping people out of a server just because you want to play with only controller people is in my opinion kinda retarded, would you like it when you join a server just to get kicked because you are playing on a controller?