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.

372 Topics 1.3k Posts
  • lost thermal vision

    1
    0 Votes
    1 Posts
    40 Views
    No one has replied
  • Pluto iw5 "Graphics" improvement

    22
    0 Votes
    22 Posts
    2k Views

    LastDemon99 hello, I like the upscaled textures in your screenshot, but I'm not technically enough to create my own mod. Can you upload the upscaled textures somewhere? I would appreciate it very much :^)

  • backlot map

    Moved
    15
    0 Votes
    15 Posts
    270 Views

    Balrog85 I'm currently porting the cod:ol version which looks way better than the cod4 version, I will probably release it tomorrow or in the next few days 🙂

  • [MAP] Cod Jumper map mp_galaxy

    4
    3 Votes
    4 Posts
    559 Views

    AkimkA No. Singleplayer doesn't have mod support

  • Searching coder for server customisation for IW5 Pluto MW3

    1
    0 Votes
    1 Posts
    37 Views
    No one has replied
  • I cant load into certain maps

    3
    0 Votes
    3 Posts
    219 Views

    What kind of maps are affected?
    Stock maps? DLC maps? Custom maps?
    All of them?

    My guess is that it is just a bad server that doesn't provide any means of downloading custom maps.

  • MW3 IW5 Infected Mod

    6
    0 Votes
    6 Posts
    323 Views

    PutPut just try the jump height yourself I don't know?
    set sv_enableBounces "1" I don't know
    set g_playerEjection "0" ejection is what happens when you collide with someone, you get kinda pushed away
    seta sv_wwwBaseURL "" This is useless and has nothing to do with mapvote

    For DLC maps simply add them if needed in your server rotation and yes you need them installed on your server
    https://plutonium.pw/docs/install/#installing-the-dlcs-mw3

  • Pluto IW5 MW3 Infected multiple classes

    1
    0 Votes
    1 Posts
    65 Views
    No one has replied
  • Trying to change SMAW damage...

    2
    0 Votes
    2 Posts
    95 Views

    First, unless you need it for specific reasons the switch on sHitLoc is useless
    Second, a SMAW won't always hit the player directly
    Third you should debug (print) the values you're using and you'll find the answer yourself
    Simply add this in your if and you will see useful/relevant values and understand why something isn't working easily

    print(idamage); print(sweapon); print(smeansofdeath):

    Also don't randomly try to guess weapon names, debug them like mentioned above

    This might give you an idea
    https://github.com/Resxt/Plutonium-IW5-Scripts/blob/main/small_scripts/disable_damages.gsc

    I simply added this to modify SMAW's damages. To modify launchers damage in general you would use sMeansOfDeath instead probably. Here I also check if the attacker isn't the victim too so that you can still damage yourself

    if (isDefined(eAttacker.guid) && isDefined(self.guid)) { if (eAttacker.guid == self.guid) { if (sWeapon == "iw5_smaw_mp") { iDamage = 0; } } }
  • Help! MW3 custom hud loading problem

    4
    0 Votes
    4 Posts
    107 Views

    I checked my file before and after and it's the same as 1.02kb.

  • how to change vanilla weapons name?

    4
    0 Votes
    4 Posts
    98 Views

    a good boy why not share it on the forum? Or at least some instructions. Could always be useful for later

  • A request for a mw3 survival mod / improvments

    15
    0 Votes
    15 Posts
    640 Views

    Recker247 no

  • Sabotage mod

    1
    0 Votes
    1 Posts
    48 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Intervention Base camo pls

    3
    0 Votes
    3 Posts
    74 Views

    plutonium_cheytac.iwd

  • Bug with Bots i get no result/rank at the end of a match

    1
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • New weapon mw3

    27
    0 Votes
    27 Posts
    872 Views

    Bubbles I can use it on my private servers and users who download the mod will also be able to use it. It's just prettier to add it via class creation than to give via (self giveWeapon) directly when you enter the server. can you help in this thread and post the finished files for assembly in ff mod?https://forum.plutonium.pw/topic/24024/mw3-help-changing-the-fire-rate-of-the-m16a4

  • mw3 _perks.gsc

    1
    0 Votes
    1 Posts
    72 Views
    No one has replied
  • Mw3 trickshot server HELP

    Moved
    2
    0 Votes
    2 Posts
    132 Views

    mjt

    Also how would I give myself host of the dedicated server ive tried with iw4admin but I still can’t enable sv_cheats1

  • MW3 GSC SCRIPT

    1
    0 Votes
    1 Posts
    147 Views
    No one has replied