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.

387 Topics 1.4k Posts
  • Is it possible to use mod menus offline?

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

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

    Moved
    2
    0 Votes
    2 Posts
    213 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
    121 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
    274 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
    312 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
    279 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
    933 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
    528 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
    190 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
    179 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
  • On-Screen Killstreak Counter

    5
    0 Votes
    5 Posts
    896 Views
    @Kalitos No, I gave up 8 months ago because Chai script lacks everything I am used to when I code in other programming languages. Recently the clan I'm a part of opened a server on Pluto so I might do something although given the fact IW4M already has a built-in killstreak counter I don't think I will do this specifically. Also, Pluto doesn't have all the Hud Elements in handy so it's a nightmare to centre text on-screen since different players might have different resolutions.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • IW5MVM

    Moved
    9
    0 Votes
    9 Posts
    511 Views
    The question I want to ask is, will there be any chance of Plutonium devs working with luckyy or Azsry to make MVM work on Pluto?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Cursor

    Moved
    5
    0 Votes
    5 Posts
    280 Views
    @vmo i got it boys and girls ! [image: 1605017814409-3_cursor3.png]
  • Custom camos not working completely

    3
    0 Votes
    3 Posts
    407 Views
    @Dss0 Thank you, looks like I didn't actually replace the files like I thought. Gonna bookmark this page.