Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. MW3 Modding Support & Discussion
  3. MW3 IW5 Infected Mod

MW3 IW5 Infected Mod

Scheduled Pinned Locked Moved MW3 Modding Support & Discussion
6 Posts 2 Posters 523 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Former User? Offline
    A Former User? Offline
    A Former User
    wrote on last edited by
    #1

    Hey guys,

    i am searching for infected iw5 mods, but i didnt find anything here. Maybe someone can give an advice where to find them?

    1 Reply Last reply
    0
    • Resxtundefined Offline
      Resxtundefined Offline
      Resxt Plutonium Staff
      wrote on last edited by
      #2

      Your question is very unclear.
      What are you trying to do exactly?
      mod and mode are not the same words by the way.

      A mod is a set of scripts or additional files etc.
      A mode is a gamemode, like infected or team deathmatch

      If you're looking for infected mode then be accurate? Why can't you find it? It's in the game, in server CFGs etc I don't understand why you wouldn't find it or what you're looking for?

      dd5fcc39-f1ed-4b8d-a04e-a4f4d42bacf1-image.png
      17b5e096-7736-48fa-a8ad-545b5b7dc9f3-image.png

      A Former User? 1 Reply Last reply
      0
      • A Former User? Offline
        A Former User? Offline
        A Former User
        replied to Resxt on last edited by
        #3

        Resxt I am searching for the opportunity to set weapons for survivors, infected starting weapon, removing tomahawk, height of jump and several player settings, that people cant block each other because they are "invinsible". Often you see people blocking spots, i want to remove that so that no one can block another player.

        1 Reply Last reply
        0
        • Resxtundefined Offline
          Resxtundefined Offline
          Resxt Plutonium Staff
          wrote on last edited by Resxt
          #4

          So that's multiple things and some of them don't depend on infected

          "Often you see people blocking spots, i want to remove that so that no one can block another player"

          • Set the dvar g_playerCollision to 1 so that only enemies will collide. Players from the same team will go through each other

          "height of jump"

          • Same thing, this is simply a dvar. Change jump_height to your liking

          "set weapons for survivors, infected starting weapon, removing tomahawk"

          There are multiple ways of doing this ranging from easy (but not dynamic/random) to hardest (which gives you full access to what you want to do). I give you multiple solutions ranged from easiest to hardest below

          • You can load INF_default in a custom game, customize the default classes and save it again: Private match > Game setup > Save/Load recipe from disk
          • You could maybe find a pre-made script on the forum/on Github, for example this one
          • Maybe there is a simple way to overwrite infected variables for classes but I didn't find how to do that
          • Re-write/override the class part for the infected mode with a GSC script you write yourself where you check for g_gametype and override player's classes according to their team.
          1 Reply Last reply
          0
          • A Former User? Offline
            A Former User? Offline
            A Former User
            wrote on last edited by A Former User
            #5

            About the jump height: What is i good value to reach the spots on the Maps for Infected a little bit easier?

            I also have a question about some variables:

            set sv_enableBounces "1" -> It means that bouncing to reach spots is enabled?
            set g_playerEjection "0" -> what does it mean?
            seta sv_wwwBaseURL "" -> I want to use Mapvote. Do i need to provide any url here?

            I also want to play all dlc maps. Do i need to provide any download or do i download anything first myself?

            Resxtundefined 1 Reply Last reply
            0
            • Resxtundefined Offline
              Resxtundefined Offline
              Resxt Plutonium Staff
              replied to A Former User on last edited by Resxt
              #6

              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

              1 Reply Last reply
              0

              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Donate