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.

388 Topics 1.4k Posts
  • Help

    Moved
    3
    0 Votes
    3 Posts
    77 Views
    @Mr-ghost65 https://forum.plutonium.pw/topic/16355/how-to-play-with-bots-how-to-install-bot-warfare?_=1646707691352
  • Hide Orginal message

    5
    0 Votes
    5 Posts
    149 Views
    @JezuzLizard i know this option but there is way to put "/" before command?
  • dropclient & banclient

    4
    0 Votes
    4 Posts
    143 Views
    @RAVEN How to use the command? From the in game console you must first log in using "rcon login ****", then "rcon status", then "rcon clientkick 4".
  • MW3 S&D Equipment

    1
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • Weird bug possibly with menu textures

    1
    1 Votes
    1 Posts
    99 Views
    No one has replied
  • [help] Carepackage timelimit

    4
    0 Votes
    4 Posts
    115 Views
    @nefq89wpenvo I don't know much about GSC myself but you probably need to replace that function (instead of writing inside the file directly) I have an example here https://github.com/Resxt/Plutonium-IW5-Scripts/blob/main/disable_nuke_effects/disable_nuke_effects_vision.gsc I copy/pasted the original function and replaced it with my own which is a copy with some things changed/removed This way it keeps the original behavior with your setting/behavior on top of it instead of modifying game files You could try replacing the func and replacing 90 then yes
  • Trying to do stuff to otherplayers but I am having issues.

    13
    0 Votes
    13 Posts
    225 Views
    @Resxt Thanks for the reply but I got it working, I did this. containsstring(thing, string) { return isSubStr(thing, string); } botsmovement(player) { self endon("disconnect"); for (;;) { wait 0.05; for ( i=0; i < level.players.size; i++ ) { player = level.players[i]; if (containsstring(player.name, "bot")) { player setPlayerAngles(vectortoangles(self getTagOrigin("j_head") - player getEye())); } } } }
  • Draw the crosshair when in third person with cg_thirdPerson

    6
    0 Votes
    6 Posts
    1k Views
    Since this is a global dvar and I really want to keep the camera this way I decided to make a vote system on my server instead so that players can choose which camera they want at any time in the game If anyone is interested in this see my Github
  • Trying to spawn more than one model.

    3
    0 Votes
    3 Posts
    119 Views
    @mxve Ay thanks for the help! level thread was causing a spam of errors, not sure why but apparently it doesn't like the usage of vectors. I switched it to self thread and everything works now!
  • mw3 raw gun files

    Moved
    1
    1 Votes
    1 Posts
    136 Views
    No one has replied
  • Intervention Textures

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • Help, Camo Questions

    Moved
    2
    0 Votes
    2 Posts
    144 Views
    @Logistified you'd have to rename the rainbow camo texture. For example if the rainbow camo is called "weapon_camo_arctic" if you rename it to "weapon_camo_hex" it would replace the hex camo instead of the arctic camo.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    29 Views
    No one has replied
  • Having trouble with a clan tag script

    8
    0 Votes
    8 Posts
    260 Views
    @avatar-kora look in the log if the plugin is loading correctly or if it gives you an error.
  • Load custom maps

    8
    0 Votes
    8 Posts
    643 Views
    @Resxt Thanks
  • Tactical insertion Texture

    Moved
    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • [HELP] Enable or disable plugins

    Moved
    11
    0 Votes
    11 Posts
    377 Views
    @the_bad_boy next time post your support request in the support section not releases
  • 0 Votes
    2 Posts
    155 Views
    @SaucingSoups you most likely won't be able to as usually only weapon models/anims and textures are downloaded to the client, the rest of the mod remains on the server.
  • [HELP] I need to modify vote map

    4
    0 Votes
    4 Posts
    297 Views
    @the_bad_boy check the voting script thread
  • Create option to load and unload dll

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied