Skip to content

BO2 Modding Support & Discussion

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

2.3k Topics 8.8k Posts
  • Custom Zombie Maps

    Moved
    3
    0 Votes
    3 Posts
    837 Views
    Wrong section btw. And yeah bo2 doesn't have any kind of mod tools so highly unlikely there will be custom maps.
  • So I made my own server, now how do I mod on it?

    11
    0 Votes
    11 Posts
    241 Views
    @Sorex [image: 1601386475091-capture.png] That's where I put it.
  • Zombies LAN mode commands

    2
    0 Votes
    2 Posts
    901 Views
    @MoQuibz You need to player on a private server and put mods in there.There no command to give points and perks
  • [Support] anti barrel

    6
    0 Votes
    6 Posts
    204 Views
    @Sass said in [Support] anti barrel: onplayerdamage() yo just looking back at this, can u give full script of it as i cant get this too work and its annoying af
  • No me inicia ni el multiplayer ni los zombies

    8
    0 Votes
    8 Posts
    820 Views
    One of them apps is likely causing issues with it, however I'm not exactly able to identify which. Sorry mate, no clue what might be causing it.
  • Unable to recompile a mod menu that I decompiled and fixed

    3
    0 Votes
    3 Posts
    435 Views
    @Dopemp3 Decompilers aren't perfect they don't produce original source. You'll have to thoroughly study the code for errors in order to even get it to compile.
  • not sure if this goes here

    2
    0 Votes
    2 Posts
    92 Views
    Don't see why you couldn't. A simple texture replacement could do the trick
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • BO2 Dedicated Server Mod Menu

    11
    0 Votes
    11 Posts
    861 Views
    FORUM ANSWERED LINK TO DECOMPILER
  • Is it possible to change a guns model?

    2
    0 Votes
    2 Posts
    178 Views
    @Frogman no, afaik that model is not loaded in MP.
  • clients.gsc how put more?

    3
    1 Votes
    3 Posts
    160 Views
    @Yo_Angelo How can I combine them without damaging anything?
  • I cant use console commands i need halp!!1

    1
    0 Votes
    1 Posts
    62 Views
    No one has replied
  • Using r_xxxx dvars through a GSC file?

    7
    0 Votes
    7 Posts
    800 Views
    @Dev-Ultimateman Its not possible to set dvars on clients from gsc in T6. Clientside dvars need to be set by the client themselves or thru certain internal gsc functions created specifically for setting those dvars.
  • Mod menu HOWW???

    Locked
    2
    0 Votes
    2 Posts
    686 Views
    // Locked, this category is for support with actual modding, i.e loading GSC on the serverside. We do not provide support for injecting cheats, even if it is in LAN mode.
  • [Question] Rotating map and using gamesetting configh

    5
    0 Votes
    5 Posts
    129 Views
    @Sorex alrighty, thank you
  • [QUESTION] mod buy wall

    1
    0 Votes
    1 Posts
    89 Views
    No one has replied
  • How to change the health of panzersoldat?

    Moved
    2
    0 Votes
    2 Posts
    373 Views
    @SpicySpider Unfortunately, if you want to modify the health of the panzer you would have to modify _zm_ai_mechz.gsc in zm_tomb_patch/maps/mp/zombies. This is because the health is only set at the init() and then only when the panzer's health is supposed to increase in mechz_health_increases(). It is likely there will be a lot of bugs due to how big the script is so you will have to fix it.
  • How do i change the buried(tranzit i think) pap texture to this?

    2
    0 Votes
    2 Posts
    313 Views
    @MrMcyeet the default pap doesn't have enough textures in order to pull off the pink w115 texture. The animated camos (cyborg, dragon, afterlife, w115, MOTD pap camo) all have more texture layers than regular camos. And the regular pap camo is missing those extra textures (no glow/heat texture)
  • How to mod & play with friends safely?

    Locked
    6
    1 Votes
    6 Posts
    2k Views
    @Matrix said in How to mod & play with friends safely?: Infinite ammo cannot be done client-side. Since my client hosts the game - let's say a custom zombie lobby - if I change the value of the amount of bullets, it will be the default in the game, since I am the server. I could do that, so it is possible, but only if I host the game. Of course on external server it won't work, which is perfectly fine, because it was for me and my friends. Maybe infinite ammo was a bad example, but changing values inside your client is possible, since it acts like a server when I do host the game. Hope it was understandable Thanks for the answer anyways!! I will check dedicated servers & mods, thanks!
  • Anticheat in Solo?

    Locked
    1
    0 Votes
    1 Posts
    152 Views
    No one has replied