Skip to content
  • 0 Unread 0
  • 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 5.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.
  • patient0xero Offline
    patient0xero 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.

    hindercanrun 1 Reply Last reply
    2
    • patient0xero 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.

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

      patient0xero look on the forums

      patient0xero 1 Reply Last reply
      0
      • hindercanrun hindercanrun

        patient0xero look on the forums

        patient0xero Offline
        patient0xero 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.

        hindercanrun chicken emoji 2 Replies Last reply
        0
        • patient0xero patient0xero

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

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

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

          patient0xero 1 Reply Last reply
          0
          • hindercanrun hindercanrun

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

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

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

              chicken emoji Offline
              chicken emoji 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" );
                  }
              }
              
              HustlerOG 1 Reply Last reply
              0
              • John_Banana Offline
                John_Banana Offline
                John_Banana
                wrote on last edited by
                #7

                Isn't there literally a dvar for this player_sprintunlimited 1

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

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

                  1 Reply Last reply
                  0
                  • John_Banana John_Banana

                    Isn't there literally a dvar for this player_sprintunlimited 1

                    FutureRave Offline
                    FutureRave 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 emoji 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" );
                          }
                      }
                      
                      HustlerOG Offline
                      HustlerOG 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

                      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
                      • Donate