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
  • MW3 IW5 Infected Mod

    6
    0 Votes
    6 Posts
    639 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
    78 Views
    No one has replied
  • Trying to change SMAW damage...

    2
    0 Votes
    2 Posts
    113 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
    143 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
    121 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
    1k Views

    Recker247 no

  • Sabotage mod

    1
    0 Votes
    1 Posts
    56 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
    103 Views

    plutonium_cheytac.iwd

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

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

    27
    0 Votes
    27 Posts
    1k 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
    90 Views
    No one has replied
  • Mw3 trickshot server HELP

    Moved
    2
    0 Votes
    2 Posts
    178 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
    166 Views
    No one has replied
  • camouflage problems

    3
    0 Votes
    3 Posts
    61 Views

    SrDAvincci open plutonium_cheytac.iwd\images with winrar and pastle your iwi files.
    should work.

  • Mw3 porting guns

    Moved
    6
    0 Votes
    6 Posts
    353 Views

    Taresh2901 Depends on where you're porting it from. Zonetool can handle CoD4 and MW2 weapons naturally, but weapons from other games will require you to export the weapons using Greyhound, and do some Maya stuff and then port it to CoD4

  • mw3 ff mod files

    Moved
    10
    0 Votes
    10 Posts
    2k Views

    Bubbles I would like to change only the configs of some guns, make the magazine bigger or smaller, add a laser beam for the night vision device, maybe add new modules.

  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    53 Views
    No one has replied
  • Is There any way to remove bullet cap in private match?

    1
    0 Votes
    1 Posts
    65 Views
    No one has replied
  • how do i make skins for mw3

    Moved
    1
    0 Votes
    1 Posts
    122 Views
    No one has replied