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.9k Posts
  • Is it possible to change a guns model?

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

    3
    1 Votes
    3 Posts
    166 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
    65 Views
    No one has replied
  • Using r_xxxx dvars through a GSC file?

    7
    0 Votes
    7 Posts
    819 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
    695 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
    140 Views
    @Sorex alrighty, thank you
  • [QUESTION] mod buy wall

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

    Moved
    2
    0 Votes
    2 Posts
    377 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
    324 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
    154 Views
    No one has replied
  • gsc causing the server to suddenly crash

    11
    0 Votes
    11 Posts
    511 Views
    @JezuzLizard Hey. I managed to make it work. I changed the value of debugModTimescale to 4, maybe I was not connecting because my pc is low-end. Thank you so much for your help.
  • How to get rid of hexagonal overlay on DSR custom camos?

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • [Support] Editing xp values

    3
    3 Votes
    3 Posts
    398 Views
    Yep that's possible. statsetbyname rankxp <xp> in the console.
  • [SOLVED] 3 weapons / additional weapon

    7
    0 Votes
    7 Posts
    636 Views
    THANK YOU SO MUCH :)))))) I tried to add the code the way you showed it, but there was an error in syntax when I tried to compile. I tried to make a change until it worked. it looked like this: newLimit() { level.get_player_weapon_limit = ::new_weapon_limit; } new_weapon_limit( player ) { return 3; } and called the newLimit () function; in spawned action. TY TY TY
  • Is there anyway i can get aim assist for my controller?

    2
    0 Votes
    2 Posts
    96 Views
  • mod menu zombies

    10
    0 Votes
    10 Posts
    1k Views
    It wasnt my name but I did change it to "Slander" and when i compile it now it has bad syntax its hell vegenace 4 zm mod menu and even mp ones dont work
  • How to get the round number in SyD !Help

    9
    0 Votes
    9 Posts
    294 Views
    @Kalitos currentround = game["roundsplayed"]+1;
  • script error 0xc000005

    2
    0 Votes
    2 Posts
    123 Views
    that means you did it wrong, the script isn't compiled, or the script doesn't work properly. what script are you trying to load? do you have the source for it?
  • [Question] CTF setting dvars

    8
    0 Votes
    8 Posts
    333 Views
    @Sorex i think this works, ill look at it later. thank you