Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. General Discussion
  3. Any chance of controller only lobbies?

Any chance of controller only lobbies?

Scheduled Pinned Locked Moved General Discussion
5 Posts 4 Posters 596 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TheRevvXundefined Offline
    TheRevvXundefined Offline
    TheRevvX
    wrote on last edited by
    #1

    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?

    dontknowletsplundefined 1 Reply Last reply
    0
    • Xerxesundefined Offline
      Xerxesundefined Offline
      Xerxes
      Plutonium Staff
      wrote on last edited by
      #2

      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 😂

      TheRevvXundefined 1 Reply Last reply
      0
      • TheRevvXundefined TheRevvX

        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?

        dontknowletsplundefined Offline
        dontknowletsplundefined Offline
        dontknowletspl
        wrote on last edited by dontknowletspl
        #3

        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;
            }
        }
        
        1 Reply Last reply
        0
        • Xerxesundefined Xerxes

          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 😂

          TheRevvXundefined Offline
          TheRevvXundefined Offline
          TheRevvX
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • FragsAreUsundefined Offline
            FragsAreUsundefined Offline
            FragsAreUs
            Plutonium Staff
            wrote on last edited by
            #5

            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?

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Unread 0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups