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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Is there a mod where there is only 24 zombies per round?

Is there a mod where there is only 24 zombies per round?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
zombiesmod
7 Posts 5 Posters 598 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.
  • EvilSpeakundefined Offline
    EvilSpeakundefined Offline
    EvilSpeak
    wrote on last edited by
    #1

    I want to play Bo2 zombies with only 24 zombies per round but I could only find a mod called Legacy, and it adds features that I don't want. Does anyone know a mod where it is just 24 zombies per round?

    1 Reply Last reply
    0
    • Resxtundefined Resxt moved this topic from BO2 Modding Releases & Resources on
    • racccracccundefined Offline
      racccracccundefined Offline
      racccraccc
      wrote on last edited by
      #2

      just play WaW fr

      1 Reply Last reply
      0
      • Xerxesundefined Offline
        Xerxesundefined Offline
        Xerxes Plutonium Staff
        wrote on last edited by
        #3

        Why don't you implement it yourself? It's not a hard feature to add.

        1 Reply Last reply
        0
        • chicken emojiundefined Offline
          chicken emojiundefined Offline
          chicken emoji
          wrote on last edited by
          #4

          Load a gsc file with this code

          init(){
              level.max_zombie_func = ::zombies;
          }
          
          zombies(max_num){
              return 24;
          }
          
          EvilSpeakundefined 1 Reply Last reply
          0
          • EvilSpeakundefined Offline
            EvilSpeakundefined Offline
            EvilSpeak
            replied to chicken emoji on last edited by
            #5

            chicken emoji said in Is there a mod where there is only 24 zombies per round?:

            init(){
            level.max_zombie_func = ::zombies;
            }

            zombies(max_num){
            return 24;
            }

            Thank you

            1 Reply Last reply
            0
            • Jack Dempseyundefined Offline
              Jack Dempseyundefined Offline
              Jack Dempsey
              wrote on last edited by
              #6

              Will this code also work on waw?

              1 Reply Last reply
              0
              • Jack Dempseyundefined Offline
                Jack Dempseyundefined Offline
                Jack Dempsey
                wrote on last edited by
                #7

                I wanna be able to play custom maps with only 24 zombies a round.

                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