Skip to content

BO2 Modding Support & Discussion

2.5k Topics 9.8k Posts

Got modding questions regarding Plutonium T6? Scripts erroring? Request help from the community here. Discuss your modding projects etc.

  • ZM - Origins Reskin

    Moved
    45
    3
    17 Votes
    45 Posts
    25k Views
    sleezy2.
    @ktown_vagzy can i get it to my discord is sleezy2.0
  • 0 Votes
    2 Posts
    372 Views
    chris travis
    github from peoples yt or web search it u can search tower zombie mod on yt and try to find a link and put it in ur mods folder and ur good
  • T6 zombies modded custom games with friends.

    3
    0 Votes
    3 Posts
    429 Views
    UncleBobbieB420
    @Resxt oh, thats a shame... Thanks for helping though!
  • ZM - can someone help me keybind mods or scripts in bo2 zombies?

    9
    0 Votes
    9 Posts
    2k Views
    Resxt
    @beatsandcelery yeah
  • scr_xpscale and scr_gunxpscale

    2
    2 Votes
    2 Posts
    397 Views
    8lackfield5
    I'm tryna find a way to change those too, can't find anything so far
  • Add extra weapons to gun game

    Moved
    2
    0 Votes
    2 Posts
    366 Views
    Hadi77KSA
    If you have experience with GSC modding, you could add weapons by invoking this gsc function in a custom script’s main function maps\mp\gametypes\gun::addguntoprogression. Additionally, you could specify the gts gunSelection to be any number between 4–7 in the server cfg file and make your own gun progression list using the previously mentioned function.
  • Where can i find irony.dll and compiler.exe???

    3
    1
    0 Votes
    3 Posts
    270 Views
    Xerxes
    Where can i find irony.dll and compiler.exe??? Don't bother using them, they are old, outdated and broken as fuck. Pluto loads uncompiled GSC just fine nowadays.
  • Scoreboard.lua and other luas

    1
    0 Votes
    1 Posts
    161 Views
    No one has replied
  • BO2 ZMB Rank Pepe

    Moved
    8
    8
    9 Votes
    8 Posts
    4k Views
    atrixx32
    link doesnt work
  • moding bo2 zombies

    Moved
    2
    0 Votes
    2 Posts
    289 Views
    spc.1
    whats ur definition of mod, changing textures or map creation or what. It all depends on what your looking for.
  • 0 Votes
    1 Posts
    155 Views
    No one has replied
  • i want a good weapon skin pack

    Moved
    9
    1 Votes
    9 Posts
    1k Views
    mr.kennutbuster
    @LYMFDOOM i got you bro
  • Zombie blood script

    4
    0 Votes
    4 Posts
    800 Views
    sidereal
    @Pinguim1214 This script can spawn power-ups. Original forum post: https://forum.plutonium.pw/topic/43288/zm-script-that-creates-command-to-give-money-and-powerups And here is the script that only spawns Zombie Blood: rute: .\AppData\Local\Plutonium\storage\t6\scripts\zm\zm_tomb script code: // main_powerups.gsc - command for spawnear powerups for Plutonium T6 Zombies // it is only working in the console command. : // /zombie_blood -> zombie_blood main() { level thread onPlayerConnect(); } onPlayerConnect() { for (;;) { level waittill("connected", player); player thread powerupConsoleCommands(); } } ////////////////////////// // give powwr up ////////////////////////// powerupConsoleCommands() { // Register the console command self notifyOnPlayerCommand("ev_zombie_blood", "zombie_blood"); // thread for the command self thread cmd_zombie_blood(); } ////////////////////////// //------------- helpers for powerups ------------// ////////////////////////// GivePowerUp(powerup_name) { if (!isDefined(level.zombie_include_powerups) || !(level.zombie_include_powerups.size > 0)) { self iprintln("^1Powerups not suported for this map."); } else { level.powerup_drop_count = 0; powerup = level maps\mp\zombies_zm_powerups::specific_powerup_drop(powerup_name, self.origin); powerup thread maps\mp\zombies_zm_powerups::powerup_timeout(); self iprintln("^2Powerup ^7" + powerup_name + " ^2spawned."); } } ////////////////////////// //------------- simple command ----------// ////////////////////////// cmd_zombie_blood() { for (;;) { self waittill("ev_zombie_blood"); self GivePowerUp("zombie_blood"); } }
  • Shoebill Grief Teams

    1
    4
    0 Votes
    1 Posts
    227 Views
    No one has replied
  • 0 Votes
    1 Posts
    173 Views
    No one has replied
  • how do i get points ??

    Moved
    6
    1 Votes
    6 Posts
    1k Views
    spc.1
    @ThatOneFurryOwO fax no paper
  • How does one mod assets from Die Rise to Origins?

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • How Do I Creat My Own Perk Icons?

    9
    0 Votes
    9 Posts
    762 Views
    jestergamesBO2
    @mr.kennutbuster krymzonzyndikat
  • [Release Coming Soon - November 21, 2025] [ZM] Stats Web

    18
    3
    6 Votes
    18 Posts
    3k Views
    Littlegods
    @Ivobardolf If it works for servers, I want to apologize. I announced a release date and missed it due to bugs. I'll create the post now, and the release will be uploaded in a couple of hours.
  • Developer

    1
    0 Votes
    1 Posts
    137 Views
    No one has replied