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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. 2x Points

2x Points

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 4 Posters 1.7k 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.
  • IL0VEMONKEYS Offline
    IL0VEMONKEYS Offline
    IL0VEMONKEYS
    wrote on last edited by
    #1

    Been playing bo2 zombies and i've seen servers with 2x points, is there anyway to do that in a single player match?

    chicken emoji 1 Reply Last reply
    0
    • IL0VEMONKEYS IL0VEMONKEYS

      Been playing bo2 zombies and i've seen servers with 2x points, is there anyway to do that in a single player match?

      chicken emoji Offline
      chicken emoji Offline
      chicken emoji
      wrote on last edited by
      #2

      IL0VEMONKEYS this is the shortest i could come up with. you have to copy paste it into a text document and then follow this tutorial https://plutonium.pw/docs/modding/loading-mods/

      init()
      {
      	 level._game_module_point_adjustment = ::doublepoints;
      }
      
      doublepoints(player, zombie_team, player_points){
      	player maps/mp/zombies/_zm_score::add_to_player_score( player_points );
      	player.pers[ "score" ] = player.score;
      }
      
      IL0VEMONKEYS WhyYouNoSqueaky 2 Replies Last reply
      3
      • chicken emoji chicken emoji

        IL0VEMONKEYS this is the shortest i could come up with. you have to copy paste it into a text document and then follow this tutorial https://plutonium.pw/docs/modding/loading-mods/

        init()
        {
        	 level._game_module_point_adjustment = ::doublepoints;
        }
        
        doublepoints(player, zombie_team, player_points){
        	player maps/mp/zombies/_zm_score::add_to_player_score( player_points );
        	player.pers[ "score" ] = player.score;
        }
        
        IL0VEMONKEYS Offline
        IL0VEMONKEYS Offline
        IL0VEMONKEYS
        wrote on last edited by
        #3

        chicken emoji Thank you!!!

        1 Reply Last reply
        0
        • Lemoboi50 Offline
          Lemoboi50 Offline
          Lemoboi50
          wrote on last edited by
          #4

          it did not work

          1 Reply Last reply
          1
          • chicken emoji chicken emoji

            IL0VEMONKEYS this is the shortest i could come up with. you have to copy paste it into a text document and then follow this tutorial https://plutonium.pw/docs/modding/loading-mods/

            init()
            {
            	 level._game_module_point_adjustment = ::doublepoints;
            }
            
            doublepoints(player, zombie_team, player_points){
            	player maps/mp/zombies/_zm_score::add_to_player_score( player_points );
            	player.pers[ "score" ] = player.score;
            }
            
            WhyYouNoSqueaky Offline
            WhyYouNoSqueaky Offline
            WhyYouNoSqueaky
            wrote on last edited by
            #5

            chicken emoji it doesnt work sadly

            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