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.

386 Topics 1.4k Posts
  • [BUG] Entity fields spam

    8
    0 Votes
    8 Posts
    349 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
    560 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
    940 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
    110 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
    140 Views

    H3X1C thanks glad to here that

  • how can i add camos

    Locked
    4
    0 Votes
    4 Posts
    263 Views

    R00T No worries - have a good day.

  • Ability to improve graphics for people with lower end pcs

    5
    0 Votes
    5 Posts
    603 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
    200 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.

  • Chaiscript help.

    6
    0 Votes
    6 Posts
    264 Views

    using C++

  • Set X Ammount of Prestigetokens

    Locked
    4
    0 Votes
    4 Posts
    770 Views

    shesh We don't use VAC. Our anticheat is always active, no matter if you are on a server or not.

    setPlayerData prestigeShopTokens 100 is the correct command to edit prestige tokens. Unlock all gives you 1337 prestige tokens by default.

  • Invisibility tool for admins

    3
    1 Votes
    3 Posts
    189 Views

    Infamous we all know specting players is not effective when the player is good and has been walling for a long time so he is used to disguise it, not every player that walls just shoots people through walls like a bot, admins on some servers just blanket statement say nobody is hacking and they ignore even people you record that is following through walls so It's just better to have deffinitive proof baiting wallers into reacting to you when you are invisible, much more effective and also definitive for an immediate ban, we save time and theres no gray area.

  • Suggestions for the incoming native controller support

    4
    0 Votes
    4 Posts
    208 Views

    JTAG True, I did not notice the aim-assist

  • [Bug] Server Info

    2
    1 Votes
    2 Posts
    91 Views

    This is a known bug.

  • iPrintLn for everyone?

    5
    0 Votes
    5 Posts
    216 Views
    gsc.iprintln("hello boyz");
  • Changing level from 80

    3
    0 Votes
    3 Posts
    309 Views

    Sass thanks

  • [Feature Request] PlutoLauncher & Storage SubFolders

    2
    0 Votes
    2 Posts
    126 Views

    You could use iwd archives to organise

  • Itsmods plugin

    Moved
    2
    0 Votes
    2 Posts
    368 Views

    No. See https://forum.plutonium.pw/topic/571

  • windows defender

    6
    0 Votes
    6 Posts
    132 Views

    sorry for the bad english

  • 0 Votes
    1 Posts
    84 Views
    No one has replied