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.

381 Topics 1.4k Posts
  • Getting player’s team

    2
    0 Votes
    2 Posts
    111 Views

    elpapimejor
    Get / Set fields are poorly implemented here, we are waiting for the update.
    This has already been discussed(link on this discussion)

  • Port custom maps from IW4X

    3
    0 Votes
    3 Posts
    711 Views

    Dss0 and I guess that you guys - the pluto devs - do that for the whole client, is much better than just modders, so maps will not have that much buggs and stuff 🙂
    Cheers Rosamaha

  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Need help seeing my server:)

    2
    0 Votes
    2 Posts
    88 Views

    Clsxsy
    your questions already have answers:
    Answer link 1
    Answer link 2

    Main thread for server host discussion

  • MW3 ESL Promod Plugin

    2
    1 Votes
    2 Posts
    199 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 Votes
    5 Posts
    188 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
    190 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
    147 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
    96 Views

    AHAHAH I GOT YOU INTO THE IDEA, bruh I told you shits fun af

  • Question about Bots !

    5
    0 Votes
    5 Posts
    200 Views

    Ohhhh okay ! Thank you for those answer !

  • [Question] LUA Menu & ChaiScript

    4
    0 Votes
    4 Posts
    446 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
    420 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

    3
    2 Votes
    3 Posts
    294 Views

    I'm for it

  • [BUG] Entity fields spam

    8
    0 Votes
    8 Posts
    300 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.png

  • Is Anyone Wanting to Create AI for the Bots in the Game?

    9
    1 Votes
    9 Posts
    501 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
    890 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
    94 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
    117 Views

    H3X1C thanks glad to here that