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.

397 Topics 1.5k Posts
  • MW3 ESL Promod Plugin

    2
    1 Votes
    2 Posts
    255 Views
    @Mougatsu hi! Yes we already created one, check our discord: https://discord.io/plutopromod just pm me, if you want to host a Server just PM me on discord! cheers rosamaha
  • New Video Custom Background Idea!

    5
    1
    1 Votes
    5 Posts
    309 Views
    You can't do that atm, back in 2018 we also discussed animated loading screens. For that to work you would need support for animated textures so that might take a bit until that arrives.
  • help modding mw3

    4
    0 Votes
    4 Posts
    303 Views
    @zyrox-tech Position and angle are written in the console when you press F (bind +activate) i don’t think it’s worth creating a new post for this, you could ask this in a post with a script
  • Access Violation when handling entities

    4
    0 Votes
    4 Posts
    279 Views
    @naccib BulletTrace was an example, but thanks for this comment (I learned something new ). There are a lot of such not working functions, i listed them above and i sure that there are many more
  • [Question] Freezetag Custom Gamemode

    2
    0 Votes
    2 Posts
    168 Views
    AHAHAH I GOT YOU INTO THE IDEA, bruh I told you shits fun af
  • Question about Bots !

    5
    0 Votes
    5 Posts
    351 Views
    Ohhhh okay ! Thank you for those answer !
  • [Question] LUA Menu & ChaiScript

    4
    0 Votes
    4 Posts
    630 Views
    @S3VDITO okay good work tho! Hope to see it working on servers soon too!
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    23 Views
  • [Solved] Plugins not load

    4
    0 Votes
    4 Posts
    536 Views
    I'm also getting failed to load plugin "promod.dll". on r600 (worked before updating).
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Leaning

    leaning mw3 feature request
    3
    2 Votes
    3 Posts
    384 Views
    I'm for it
  • [BUG] Entity fields spam

    8
    1
    0 Votes
    8 Posts
    549 Views
    there is still a problem with reading Fields (it can return 0 / write an error to the console / return the normal value), there is also a problem with set Field (on screen shows the console with the angle) I just wanted to write a simple MapEdit =( // it's just an attempt to rewrite code with MW2 def createRamp(top, bottom) { var distance = gsc.distance(top, bottom); var blocks = (int)(distance / 30) + 1; var A = [(top[0] - bottom[0]) / blocks, (top[1] - bottom[1]) / blocks, (top[2] - bottom[2]) / blocks]; var temp = gsc.vectorToAngles([top[0] - bottom[0], top[1] - bottom[1], top[2] - bottom[2]]); var BA = [temp[2], temp[1] + 90, temp[0]]; for (var b = 0; b <= blocks; ++b) { print(BA); var crate = gsc.spawn("script_model", [bottom[0] + A[0] * b, bottom[1] + A[1] * b, bottom[2] + A[2] * b]); crate.set("angles", BA); //crate.set("angles", BA); crate.setModel("com_plasticcase_trap_friendly"); } } [image: 1588434721913-image.png]
  • Is Anyone Wanting to Create AI for the Bots in the Game?

    9
    1 Votes
    9 Posts
    789 Views
    @Mr-Android ok I understand and I respect your decisions. What I suggest so I just try to add waypoints to make bots move more realistically without considering where there shoot... What do you think about it ? Wish the team best of all ~
  • bots?

    6
    0 Votes
    6 Posts
    1k Views
    @shayde if you go to Private Match and start a game, type "bot <number>" in console (for example I'd type: bot 11) then press enter, boom bots exists. You can level up verses these bots and stuff, just be warned the bots aren't up-to-scratch at the moment. However, I'm sure they're being worked on :).
  • intro

    2
    0 Votes
    2 Posts
    152 Views
    The song is remixed by one of our VIP members, you can find the .mp3 in the \AppData\Local\Plutonium\storage\iw5\music folder.
  • question about DLCS

    3
    0 Votes
    3 Posts
    198 Views
    @H3X1C thanks glad to here that
  • how can i add camos

    Locked
    4
    0 Votes
    4 Posts
    359 Views
    @R00T No worries - have a good day.
  • Ability to improve graphics for people with lower end pcs

    5
    0 Votes
    5 Posts
    718 Views
    Change Image Quality to NATIVE. That gets rid of the blurriness.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Possible to modify weapon sounds?

    2
    0 Votes
    2 Posts
    264 Views
    you wont be able to modify weapon sounds as they are locked behind fast files and unless you know how to access them you wont be able to do anything with them as far as I know you can only do textures.