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

Plutonium

  1. Home
  2. BO1 Modding Releases & Resources
  3. Winter's Howl Buff

Winter's Howl Buff

Scheduled Pinned Locked Moved BO1 Modding Releases & Resources
bo1fiveweaponszombies
16 Posts 7 Posters 4.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • retard69undefined Offline
    retard69undefined Offline
    retard69
    replied to MeatSlingerNick on last edited by
    #4

    @JakePatcher yo bro, i want to upgrade the damage and ammo for all guns including ray gun, any chance you can help me/guide me in the direction for how to do it? never created a personal mod for bo1 or bo2 before

    hindercanrunundefined MeatSlingerNickundefined 2 Replies Last reply
    0
    • hindercanrunundefined Offline
      hindercanrunundefined Offline
      hindercanrun
      replied to MeatSlingerNick on last edited by
      #5

      @JakePatcher or buff the pentagon thief’s health

      1 Reply Last reply
      0
      • hindercanrunundefined Offline
        hindercanrunundefined Offline
        hindercanrun
        wrote on last edited by hindercanrun
        #6

        actually no then it would take longer to kill him with normal guns

        1 Reply Last reply
        0
        • hindercanrunundefined Offline
          hindercanrunundefined Offline
          hindercanrun
          replied to retard69 on last edited by
          #7

          retard69 an easier way to make ur weapons do more damage is limit the zombies health to a certain number, but that’s probably unreliable

          retard69undefined 1 Reply Last reply
          0
          • retard69undefined Offline
            retard69undefined Offline
            retard69
            replied to hindercanrun on last edited by
            #8

            hindercanrun i'd prefer the guns doing more damage, makes it feel more badass dude

            1 Reply Last reply
            0
            • DoorknobBoyundefined Offline
              DoorknobBoyundefined Offline
              DoorknobBoy
              replied to MeatSlingerNick on last edited by
              #9
              This post is deleted!
              1 Reply Last reply
              0
              • MeatSlingerNickundefined Offline
                MeatSlingerNickundefined Offline
                MeatSlingerNick
                replied to retard69 on last edited by MeatSlingerNick
                #10

                retard69 yeah you're much better off decreasing zombie health as it will achieve the same effect. You have to individually edit the stats of every single weapon you want and pack it into a mod.

                You could probably write a script to for it, but I have absolutely 0 knowledge on coding lol. However, I was able to achieve this by tweaking this equation in _zombiemode.gsc (raw/maps) and copying the entire file over to %localappdata% plutonium/storage/t5/maps

                ai_calculate_health( round_number )
                {
                	level.zombie_health = level.zombie_vars["zombie_health_start"]; 
                	for ( i=2; i<=round_number; i++ )
                	{
                		// After round 10, get exponentially harder
                		if( i >= 10 )
                		{
                			level.zombie_health += Int( level.zombie_health * level.zombie_vars["zombie_health_increase_multiplier"] ); 
                		}
                		else
                		{
                			level.zombie_health = Int( level.zombie_health + level.zombie_vars["zombie_health_increase"] ); 
                		}
                	}
                }
                

                As for weapon stats, yeah it can be done and I'm currently working on a balance overhaul mod that does just that, but trust me man it is immensely tedious. However, if you'd like to edit weapon stats anyways, drop me a reply and I'll list out the full process

                1 Reply Last reply
                0
                • hindercanrunundefined Offline
                  hindercanrunundefined Offline
                  hindercanrun
                  replied to MeatSlingerNick on last edited by
                  #11

                  @JakePatcher could I add this to my bo1 mod?

                  MeatSlingerNickundefined 1 Reply Last reply
                  1
                  • MeatSlingerNickundefined Offline
                    MeatSlingerNickundefined Offline
                    MeatSlingerNick
                    replied to hindercanrun on last edited by
                    #12

                    hindercanrun of course

                    1 Reply Last reply
                    0
                    • hindercanrunundefined Offline
                      hindercanrunundefined Offline
                      hindercanrun
                      wrote on last edited by
                      #13

                      Okay thanks

                      1 Reply Last reply
                      1
                      • bhfffundefined bhfff referenced this topic on
                      • Bdog129wundefined Offline
                        Bdog129wundefined Offline
                        Bdog129w
                        wrote on last edited by
                        #14

                        why not just make it infinite damage or at least strong enough to bring me to round 50-100 one shoting?

                        KevacaTheFairyundefined 1 Reply Last reply
                        0
                        • KevacaTheFairyundefined Offline
                          KevacaTheFairyundefined Offline
                          KevacaTheFairy
                          replied to Bdog129w on last edited by
                          #15

                          Bdog129w you know you can modify the script yourself... right?

                          if you are looking to make it deal inf damage, you would set it to self_health + 1 in the weapon damage or something like that

                          1 Reply Last reply
                          0
                          • SidewaysGamer69undefined Offline
                            SidewaysGamer69undefined Offline
                            SidewaysGamer69
                            wrote on last edited by
                            #16

                            Do my friends need to install this to play with me?

                            1 Reply Last reply
                            0

                            • Login

                            • Don't have an account? Register

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