Skip to content

BO2 Modding Releases & Resources

Plutonium T6 Mod releases and resources go here.

1.8k Topics 15.2k Posts
  • [Release] Give A Powerup On Certain Round Start

    1
    1 Votes
    1 Posts
    699 Views
    No one has replied
  • [Release] Give Money To Players Joining On A Certain Round

    1
    2 Votes
    1 Posts
    733 Views
    No one has replied
  • [Resource] Ladder Mod

    Moved
    11
    0 Votes
    11 Posts
    1k Views

    Cahz Can i have your discord cuz i just joined plutonium and cant find any option for direct messages
    I needed to talk to u abt one of your post ❤

  • [Release] GSC Dump Searcher

    Moved
    19
    2 Votes
    19 Posts
    2k Views

    Deicide Since my main interest is in zombies I haven't done anything specific to multi yet. But when I get to gametypes_zm I will compare the multi scripts that correspond to the zm scripts killing 2 birds with 1 stone. I make no guarantees however. The more core a script is the harder it is to debug so even if I fix many errors in _globallogic.gsc its unlikely it will work. I'll still do it though since it can be used as a superior reference to any current dump since it will have near parity with the original script.

    I intend on making an initial release of this project probably later today assuming I can check the remaining scripts by then.
    I only have to look thru another 6 scripts, and then I will start gametypes_zm.

  • [Resource] [SCRIPT] RIP CHEATERS EARS

    Moved
    13
    1 Votes
    13 Posts
    1k Views

    luigistyle nope, its a sound in MP.

  • [Resource] Make a bot leave when people connect to server

    Moved
    5
    0 Votes
    5 Posts
    719 Views
    A Former User?

    Mr. Android Thanks 😊

  • [Resource] GSC Resources and Helpful Links

    Moved
    2
    0 Votes
    2 Posts
    4k Views

    Studying how the actual game works, in gsc, is very useful as well.
    And also allows you to do all kinds of cool stuff, like replace some behavior when something happens, or maybe re-use some of the gsc that's already in the game so you don't need to custom make everything.

    The stickied post in here has a download to a gsc dump. Then also get get some program that searches for text from inside multiple files. Useful when you're looking for something specific, or want to see where some function is defined, where it's called, etc etc etc. Been using "AstroGrep" myself to do this.

  • 3 Votes
    10 Posts
    6k Views

    dankdabs115 only servers can host scripts, not players.

  • [Resource] FFA Trickshotting base mod

    Moved
    28
    1 Votes
    28 Posts
    3k Views

    Yea i had that issue before but

    if you look at the code :
    -You are going to call it if you spawn
    -Only moves the barriers that have a lower z axis that you have after you spawned

    there is no way you are going to die after adding the code

    but the most importent thing is to call it on onPlayerSpawned