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
  • How do i change the buried(tranzit i think) pap texture to this?

    2
    0 Votes
    2 Posts
    325 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
    522 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
    642 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
    295 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
  • LvL 1000

    3
    0 Votes
    3 Posts
    187 Views
    thanks
  • Requesting help

    Moved
    13
    0 Votes
    13 Posts
    431 Views
    @Rassel for me the default.bat restart automaticaly the server when go off. If the Dedicate servers is off the only way to fix it is from the provider website
  • Is there a tutorial or tips for combining GSC scripts?

    2
    0 Votes
    2 Posts
    87 Views
    @misumiel yes, you can find something just google it
  • HELP MOD MENU DOWNLOAD

    2
    0 Votes
    2 Posts
    463 Views
    @Freakjsh no, you have to host a dedicated server and set up a mod menu on that. -> https://forum.plutonium.pw/topic/13/plutot6-server-set-up-guide -> https://forum.plutonium.pw/topic/10/tutorial-loading-custom-gsc-scripts -> https://forum.plutonium.pw/category/23/bo2-modding-releases-resources Also don't try to inject anything into the game process, it will get you banned (except you're in lan mode).
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Mod to disable aim assist?

    Moved
    2
    0 Votes
    2 Posts
    162 Views
    @IsNo There is no aim assist on PC.
  • How do I make custom guns

    Moved
    2
    0 Votes
    2 Posts
    648 Views
    https://forum.plutonium.pw/topic/2835/tutorial-how-to-load-custom-camos-textures/ https://www.youtube.com/watch?v=SXUDc6zyCx0
  • Help me understand Bots

    Moved
    2
    0 Votes
    2 Posts
    157 Views
    @MrModz google it, write on google "How to add bots on bo2 GSC"