Results 1 to 6 of 6

Hybrid View

  1. #1
    spartanRS's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Confused

    Question CoD:MW2 how to change weapon characteristics(accuracy, mobility, damage, range ...)

    Hi guys. I was searching for a file where weapons are but I could not find it. I use FF viewer to edit mp_playlist.ff and patch_mp.ff but no luck, only errors. I apriciate any help. Thanx

  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Mod them using GSC.

  3. #3
    spartanRS's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Yes, but what files to open ?

  4. #4
    apdonato's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive
    self setClientDvar("perk_weapSpreadMultiplier", 0.1);

    (can change between 0.1 and 1.0) lower is tighter spread

    this will change the hip fire spread for every person in the match that has the steady aim perk.

    you can put this in basically any gsc that has:

    #include common_scripts\utility;
    #include maps\mp\_utility;
    #include maps\mp\gametypes\_hud_util;

    ...and a gsc that calls for player spawn. (_rank.gsc, _missions.gsc, etc.).

    -------------------------------------------------------------------

    self setspreadoverride(1);

    (can change between 1 and 5) lower is tighter spread

    this command will set the hip fire spread for only the player it is being initiated for. you don't need steady aim perk for this. this one won't stick after death so it has to be called every time the player spawns.

    you can do:

    if(self isHost())

    in a OnPlayerSpawned() thread to initiate on host spawn

    you don't need any #include as part of the gsc it is being initiated in so this one can easily go into custom gscs.

    -------------------------------------------------------------------

    as for movement speed commands, i know there are a bunch of them out there for sprint and standard walk speed but i don't remember them off hand. just look up a mw2 dvar list and do a tool bar search for key words like "move" and "speed". you'll find the command your looking for.



    -----------------

    as for weapon damage i'm not sure. if you want to change damage for a particular gun maybe they are set in the weapon files for each gun. (like in ..\weapons\mp\ak47_mp). you can find all of the weapon files for mw2 on the internet.
    Last edited by apdonato; 01-06-2014 at 10:18 AM.

  5. #5
    spartanRS's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    Ghost Recon Advanced Warfighter 2 is so easy to edit files. Im not intrested in hip fire, only ADS. There is so much files in "zone/english" and "main" folder to check and I dont have time for this. Thanx anyway

  6. #6
    apdonato's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive
    Quote Originally Posted by spartanRS View Post
    Ghost Recon Advanced Warfighter 2 is so easy to edit files. Im not intrested in hip fire, only ADS. There is so much files in "zone/english" and "main" folder to check and I dont have time for this. Thanx anyway
    changing ADS accuracy won't do much for you as it is already a very tight spread to begin with... turning off recoil would help much more.

Similar Threads

  1. [Solved] How to change weapon while defusing.
    By lukedsful in forum CrossFire Help
    Replies: 5
    Last Post: 03-27-2012, 07:07 PM
  2. How to change weapon skin?
    By srdrwe in forum CrossFire Mods & Rez Modding
    Replies: 5
    Last Post: 11-29-2011, 07:00 PM
  3. [Solved] How to change Weapon sounds ?
    By HaxPro in forum CrossFire Help
    Replies: 9
    Last Post: 08-18-2011, 01:48 PM
  4. How to change weapon using c++
    By kamilah in forum Piercing Blow Help
    Replies: 11
    Last Post: 06-22-2011, 03:17 PM
  5. How to change weapon skins
    By abclol123 in forum WarRock Skinning
    Replies: 2
    Last Post: 05-17-2011, 12:41 AM

Tags for this Thread