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.

397 Topics 1.5k Posts
  • Will they add Spec Ops to MW3?

    5
    0 Votes
    5 Posts
    220 Views
    @Bubbles welp we fked
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
    No one has replied
  • Mod to remove crowded airspace message?

    1
    0 Votes
    1 Posts
    82 Views
    No one has replied
  • MW3 3D model location

    2
    0 Votes
    2 Posts
    192 Views
    @FortniteLover69x those tools probably don't work with pluto, you need to use the steam version of the game. The models are inside fastfiles (.ff) but there is no way to dump them to common 3d formats directly.
  • New Import MITD gamemode in IW5 ( need help )

    3
    0 Votes
    3 Posts
    164 Views
    @Resxt Thank you very much, I didn't know how to formulate what I was looking for, but you were able to meet my expectations without having the question :') A few docs and examples is all I need ^^ Thank you again for your help! I will repost my progress here for these who are interest by the project.
  • Save bot settings

    Moved
    2
    0 Votes
    2 Posts
    210 Views
    @YouinAnotherform you can either host a local dedicated server which doesn't require any knowledge or port forwarding etc or even easier bind the dvars you want to a key. For example bind P "bots_skill 4; bots_manage_fill 12" and so on. Once you enter this in console this will forever bind multiple commands (dvars) to your P key. Then whenever you start the game just start a private match and press P once and all the dvars will be set until you close the game.
  • error with porting custom playmermodel

    3
    0 Votes
    3 Posts
    169 Views
    nope i had precachemodel in my gsc i also tried precacheshader get same error with my script and yours
  • Anyone got those scripts ?

    1
    0 Votes
    1 Posts
    125 Views
    No one has replied
  • 0 Votes
    2 Posts
    156 Views
    add a call to SetVelocity. self setVelocity( 0, 0, 0 );
  • Removing death barriers on highrise

    1
    0 Votes
    1 Posts
    143 Views
    No one has replied
  • Highrise map from MW2 [New start]

    7
    0 Votes
    7 Posts
    333 Views
    @jdhruv I don't have a proper answer for the question but I would assume that the game doesn't unload memory on map rotation which causes the crash. Not sure why it happens on custom maps and not stock maps
  • Deagle Silencer

    10
    0 Votes
    10 Posts
    452 Views
    @Tqhr I don't think I can do so<but thanks for helping
  • ineedbots / piw5_bot_warfare help please

    7
    0 Votes
    7 Posts
    468 Views
    @Resxt said in ineedbots / piw5_bot_warfare help please: @Jack-O-Neill You're mixing everything. You just add the dvars manually to your server config, it's just a variable. In your server cfg you add bots_add "16" and it'll change the dvar to 16. Having the menu on a dedicated server is different, you need to put your GUID in the guid dvar, check the dvars list. But honestly I don't think you need the menu for a server anyways This might help you https://forum.plutonium.pw/topic/16348/how-to-play-with-bots-how-to-install-bot-warfare Thank you brother, it's now working with bots.
  • Editing an existing mod

    1
    0 Votes
    1 Posts
    133 Views
    No one has replied
  • What to do next after making a custom emblem .iwi in MW3?

    Moved
    2
    0 Votes
    2 Posts
    242 Views
    @DECIDUEYE did you put your .iwi in storage\iw5\images like said here? https://plutonium.pw/docs/modding/loading-textures/ If not then try it. If it's still the same maybe this can help you https://plutonium.pw/docs/modding/iw5/customizing-game/
  • Can bots use custom classes?

    2
    0 Votes
    2 Posts
    345 Views
    @TheOreoSlayer to my knowledge you can only do that by removing custom classes and creating default classes. But maybe there is a way to disable custom classes for bots only or maybe you can find some dvars in BW's code. Also depending on what you're trying to do you could probably write a gsc script for it. If it's just giving a particular weapon to all bots it's easy to do
  • Crossfire map from cod4

    Moved
    4
    0 Votes
    4 Posts
    265 Views
    @jdhruv It is already ported from other porters if u don't know
  • error server

    2
    1
    0 Votes
    2 Posts
    125 Views
    @Nuzze You probably have a script where you call setText() too much. For example if you wanna display the player kills on screen what you need to do is to change the .label value once then in your loop use setValue() only when the value is different. From what I understood setText() is an expensive function and can quickly overflow if you call it in a loop all the time without any check
  • SpecOps Survival/Chaos mod

    request
    1
    2 Votes
    1 Posts
    317 Views
    No one has replied
  • Promod mw3

    1
    0 Votes
    1 Posts
    255 Views
    No one has replied