Skip to content

MW3 Modding Support & Discussion

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

393 Topics 1.4k Posts
  • The launcher overwrites all my custom files

    3
    0 Votes
    3 Posts
    139 Views
    @Dss0 ok, ill go check that out
  • Has anyone made a menu base with chai?

    1
    0 Votes
    1 Posts
    94 Views
    No one has replied
  • 0 Votes
    7 Posts
    486 Views
    @fed I'll accept your solution as a valid workaround. Thank you very much. Waiting for one of the devs to acknowledge the bug anyway since the underline issue stays.
  • Practice bots?

    Moved
    4
    0 Votes
    4 Posts
    354 Views
    @syp Because I'm a noob.
  • MW2 Mechanics on PV MATCH

    Moved
    2
    0 Votes
    2 Posts
    222 Views
    MW2 mechanics as in what?
  • Offline gsc mod menus

    7
    0 Votes
    7 Posts
    603 Views
    @Dss0 sorry, for some reason I didn't read the category
  • Is it possible to use mod menus offline?

    4
    0 Votes
    4 Posts
    474 Views
    @ivory-difab have u figured it out ?
  • damascus camo problems

    Moved
    3
    0 Votes
    3 Posts
    369 Views
    @SorizY666 Igual ami los archivos de damasco
  • Private out of map mod

    Moved
    2
    0 Votes
    2 Posts
    217 Views
    @ErOz-Waiko if you're playing in private match and you're just looking to get out of the map, you can use "sv_cheats 1" & "ufo" and you can fly wherever you want.
  • Out of Sheer Curiosity.

    2
    0 Votes
    2 Posts
    128 Views
    The possibility is always there, but as of right now there are no further weapon ports in development.
  • Where do i find the camo files?

    Moved
    3
    0 Votes
    3 Posts
    299 Views
    @Galaxy_Drifterz he posted in mw3 support so i assume he's talking about iw5. @mercc-eats-butt C:\Users\YOURUSERNAME\AppData\Local\Plutonium\storage\iw5\images You may have to enable "show hidden files and folders" in the windows explorer options to be able to see the "AppData" folder.
  • Mw3 custom camos loading problem.

    3
    0 Votes
    3 Posts
    324 Views
    @FragsAreUs but what didi a do wrong???? i did exactly what its mentiones in the video in this forum :s
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 1 Votes
    2 Posts
    288 Views
    @Migter12 wait GSC supporting, and porting won't keep you waiting long
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    52 Views
    No one has replied
  • Need help with sv_cheats

    Locked
    10
    0 Votes
    10 Posts
    1k Views
    Thanks for the feedback, the problem is solved this thread can now be locked.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    31 Views
    No one has replied
  • RESHADE IS UNABLE TO DISPLAY DEPTH

    Moved
    6
    0 Votes
    6 Posts
    590 Views
    @FragsAreUs yea all you have to is go to there github and fork your own build cool thanks! good to know, although easier said than done lol I've attempted to build emulators from github before, and while I was successful, its not all that straightforward @Xerxes said in RESHADE IS UNABLE TO DISPLAY DEPTH: And then realize it won't load your self compiled dll aha yea exactly, I was going to say but if someone else gets around to it one day maybe let me know eh?
  • About map changing

    5
    0 Votes
    5 Posts
    201 Views
    well, yes, we need to find the brushmodel of care package, but because of broken get/set fields it will be difficult, but I was able to code the hardness of the red barrels, but for some reason their hardness is not completely copied to the model
  • ChaiScript Question,

    2
    0 Votes
    2 Posts
    190 Views
    @Meet-Your-Maker player.meleeButtonPressed() == 1 player.adsButtonPressed() == 1 player.fragButtonPressed() == 1 player.secondaryOffhandButtonPressed() == 1 player.useButtonPressed() == 1 as far as I know, then these functions check for pressing at a given time, and for checking you need to use a timer setInterval(fun[player]() { if (player.useButtonPressed() == 1) { /* magic */ } }, 10); I think I understood the question correctly and was able to answer it