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.

402 Topics 1.5k Posts
  • Question on setting client vars

    2
    1 Votes
    2 Posts
    420 Views
    @Meet-Your-Maker For client player.setClientDvar("dvar_name", "value"); or player.setClientDvars("dvar_name1", "value1", "dvar_name2", "value2"); // but you can add over 2 dvars but i cant call setclientdvar on plutonium IW5 =( For server(global dvar) gsc.setDvar("dvar_name", "value"); I wrote small code for changing protected dvars and got hight jump level.onNotify("prematch_done", fun(args){ gsc.setDvar("sv_cheats", "1"); gsc.setDvar("jump_disableFallDamage", "1"); gsc.setDvar("jump_height", "500"); // down better to remove or commented... setTimeout(fun() { gsc.setDvar("sv_cheats", "0"); }, 500); }); EDITS: Hm... thats dont work on server without password...
  • Getting player’s team

    2
    0 Votes
    2 Posts
    214 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
    1k 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
    179 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
    289 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
    374 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
    383 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
    371 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
    200 Views
    AHAHAH I GOT YOU INTO THE IDEA, bruh I told you shits fun af
  • Question about Bots !

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

    4
    0 Votes
    4 Posts
    715 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
    632 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
    433 Views
    I'm for it
  • [BUG] Entity fields spam

    8
    1
    0 Votes
    8 Posts
    719 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
    937 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
    183 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.