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

Plutonium

  1. Home
  2. BO1 Modding Support & Discussion
  3. REQUEST: max ammo fills clip

REQUEST: max ammo fills clip

Scheduled Pinned Locked Moved BO1 Modding Support & Discussion
10 Posts 5 Posters 733 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.
  • DoorknobBoyundefined Offline
    DoorknobBoyundefined Offline
    DoorknobBoy
    wrote on last edited by
    #1

    would be very nice

    1 Reply Last reply
    0
    • RedxSkullundefined Offline
      RedxSkullundefined Offline
      RedxSkull
      wrote on last edited by
      #2

      Already Possible with GSC. Plutonium releases their games as vanilla, because some people enjoy playing that way, but the community can make mods and scripts to add more features to private match or their own server etc.

      DoorknobBoyundefined 1 Reply Last reply
      0
      • RedxSkullundefined RedxSkull

        Already Possible with GSC. Plutonium releases their games as vanilla, because some people enjoy playing that way, but the community can make mods and scripts to add more features to private match or their own server etc.

        DoorknobBoyundefined Offline
        DoorknobBoyundefined Offline
        DoorknobBoy
        wrote on last edited by
        #3

        RedxSkull of course it possible, but i dont know how so im asking the community

        hindercanrunundefined 1 Reply Last reply
        1
        • DoorknobBoyundefined DoorknobBoy

          RedxSkull of course it possible, but i dont know how so im asking the community

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

          @HeavilySusYT pretty sure all u need to do is edit the max ammo script

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

            You could read this BO2 script and adapt it for BO1
            https://forum.plutonium.pw/topic/20460/max-ammo-changed-to-work-like-bo3-bo4-cold-war-clip-refills

            DoorknobBoyundefined 1 Reply Last reply
            0
            • Resxtundefined Resxt

              You could read this BO2 script and adapt it for BO1
              https://forum.plutonium.pw/topic/20460/max-ammo-changed-to-work-like-bo3-bo4-cold-war-clip-refills

              DoorknobBoyundefined Offline
              DoorknobBoyundefined Offline
              DoorknobBoy
              wrote on last edited by
              #6

              Resxt thank you, but i cant read that all of that code means nothing too me IF I KNEW I WOULD DO IT please read

              hindercanrunundefined Resxtundefined 2 Replies Last reply
              0
              • DoorknobBoyundefined DoorknobBoy

                Resxt thank you, but i cant read that all of that code means nothing too me IF I KNEW I WOULD DO IT please read

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

                @HeavilySusYT well I suggest you learn to read it

                1 Reply Last reply
                0
                • dontknowletsplundefined Offline
                  dontknowletsplundefined Offline
                  dontknowletspl
                  wrote on last edited by
                  #8

                  save it with .gsc extension and copy to %localappdata%\Plutonium\storage\t5\scripts\sp

                  #include maps\_utility; 
                  #include common_scripts\utility; 
                  #include maps\_hud_util;
                  init()
                  {
                      level thread onplayerconnect();
                  }
                  
                  onplayerconnect()
                  {
                      level endon("end_game");
                  	for(;;)
                  	{
                  		level waittill("connected", player);
                  		player thread maxammo();
                  	}
                  }
                  
                  maxammo()
                  {
                  	level endon("end_game");
                  	self endon("disconnect");
                      self waittill("spawned_player");
                      wait 5;
                      self iprintln("Bo3 Max ammo added.");
                  	for(;;) 
                  	{
                  		self waittill("zmb_max_ammo");
                  		current_weapons = self getweaponslist(1);
                  		for(i=0;i<current_weapons.size;i++) 
                  		{
                  			self setweaponammoclip(current_weapons[i], weaponclipsize(current_weapons[i]));
                  		}
                  	}
                  }
                  
                  1 Reply Last reply
                  0
                  • hindercanrunundefined Offline
                    hindercanrunundefined Offline
                    hindercanrun
                    wrote on last edited by
                    #9

                    wow looks like someone did it for you.

                    1 Reply Last reply
                    0
                    • DoorknobBoyundefined DoorknobBoy

                      Resxt thank you, but i cant read that all of that code means nothing too me IF I KNEW I WOULD DO IT please read

                      Resxtundefined Offline
                      Resxtundefined Offline
                      Resxt
                      Plutonium Staff
                      wrote on last edited by
                      #10

                      @HeavilySusYT you said you can't write GSC, doesn't mean you don't know how to drag and drop a file in a folder. I gave you the source to look into it I don't even know if it works it was just an information

                      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