Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. unlimited sprint?

unlimited sprint?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
moddingzombies
10 Posts 7 Posters 2.5k Views 2 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.
  • patient0xeroundefined Offline
    patient0xeroundefined Offline
    patient0xero
    wrote on last edited by patient0xero
    #1

    I'm looking for a stand alone unlimited sprint mod or script for T6. I'm not very skilled in coding, so I'm not sure how to make the script myself. Any help would be appreciated.

    hindercanrunundefined 1 Reply Last reply
    2
    • patient0xeroundefined patient0xero

      I'm looking for a stand alone unlimited sprint mod or script for T6. I'm not very skilled in coding, so I'm not sure how to make the script myself. Any help would be appreciated.

      hindercanrunundefined Offline
      hindercanrunundefined Offline
      hindercanrun
      wrote on last edited by
      #2

      patient0xero look on the forums

      patient0xeroundefined 1 Reply Last reply
      0
      • hindercanrunundefined hindercanrun

        patient0xero look on the forums

        patient0xeroundefined Offline
        patient0xeroundefined Offline
        patient0xero
        wrote on last edited by
        #3

        hindercanrun I've looked on the forums, but everything that I find is for multiplayer or part of another mod.

        hindercanrunundefined chicken emojiundefined 2 Replies Last reply
        0
        • patient0xeroundefined patient0xero

          hindercanrun I've looked on the forums, but everything that I find is for multiplayer or part of another mod.

          hindercanrunundefined Offline
          hindercanrunundefined Offline
          hindercanrun
          wrote on last edited by
          #4

          patient0xero take it from the mod
          or just take the code from the multiplayer one

          patient0xeroundefined 1 Reply Last reply
          0
          • hindercanrunundefined hindercanrun

            patient0xero take it from the mod
            or just take the code from the multiplayer one

            patient0xeroundefined Offline
            patient0xeroundefined Offline
            patient0xero
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • patient0xeroundefined patient0xero

              hindercanrun I've looked on the forums, but everything that I find is for multiplayer or part of another mod.

              chicken emojiundefined Offline
              chicken emojiundefined Offline
              chicken emoji
              wrote on last edited by
              #6

              patient0xero the multiplayer version should work for zombies too.

              this for example works for both

              #include maps/_utility;
              #include common_scripts/utility;
              
              init()
              {
                  level thread onplayerconnect();
                  
              }
              
              onplayerconnect()
              {
                  for(;;)
                  {
                      level waittill("connected", player);
                      player thread onplayerspawned();
                  }
              }
              
              onplayerspawned()
              {
                  level endon( "game_ended" );
                  self endon("disconnect");
                  for(;;)
                  {
                      self waittill("spawned_player");
                      self setperk( "specialty_unlimitedsprint" );
                  }
              }
              
              HustlerOGundefined 1 Reply Last reply
              0
              • John_Bananaundefined Offline
                John_Bananaundefined Offline
                John_Banana
                wrote on last edited by
                #7

                Isn't there literally a dvar for this player_sprintunlimited 1

                FutureRaveundefined 1 Reply Last reply
                0
                • Zltweundefined Offline
                  Zltweundefined Offline
                  Zltwe
                  wrote on last edited by
                  #8

                  https://forum.plutonium.pw/topic/29213/perma-stamin-up

                  1 Reply Last reply
                  0
                  • John_Bananaundefined John_Banana

                    Isn't there literally a dvar for this player_sprintunlimited 1

                    FutureRaveundefined Offline
                    FutureRaveundefined Offline
                    FutureRave
                    VIP
                    wrote on last edited by
                    #9

                    John_Banana Yes there is, unfortunately, it's not working at the moment. It will be fixed in a future Pluto release.
                    3arc moment.

                    1 Reply Last reply
                    0
                    • chicken emojiundefined chicken emoji

                      patient0xero the multiplayer version should work for zombies too.

                      this for example works for both

                      #include maps/_utility;
                      #include common_scripts/utility;
                      
                      init()
                      {
                          level thread onplayerconnect();
                          
                      }
                      
                      onplayerconnect()
                      {
                          for(;;)
                          {
                              level waittill("connected", player);
                              player thread onplayerspawned();
                          }
                      }
                      
                      onplayerspawned()
                      {
                          level endon( "game_ended" );
                          self endon("disconnect");
                          for(;;)
                          {
                              self waittill("spawned_player");
                              self setperk( "specialty_unlimitedsprint" );
                          }
                      }
                      
                      HustlerOGundefined Offline
                      HustlerOGundefined Offline
                      HustlerOG
                      wrote on last edited by
                      #10

                      chicken emoji how can i install this code for mp bot sessions?

                      1 Reply Last reply
                      0
                      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
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Donate