Results 1 to 3 of 3
  1. #1
    rgredgrgergargergwrgh's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0

    Changing Weapon Mods Stats

    Hello, I have been playing alot of payday 2 recently and have never seen this done, is it possible to modify a weapon modifications accuracy and stability etc? and if not is there a way to mod the gun itself to have higher accuracy, stability, etc. Thanks in advance

  2. #2
    HoboPie's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    13
    Code:
    --[[* All Parts Have Max Stats by gir489 v1
    	*
    	* Changelog:
    	*	v1: Initial Release
    	*
    	* Not for use in Pirate Perfection Trainer]]
    for _,part in pairs( tweak_data.weapon.factory.parts ) do
    	if ( part.stats ) then
    		part.stats.damage = 35
    		part.stats.recoil = 15
    		part.stats.spread = 10
    		part.stats.spread_moving = 14
    		part.stats.suppression = -20
    		part.stats.concealment = 30
    		part.stats.alert_size = 19 --Comment this out if you don't want every part to act like a silencer
    		part.stats.extra_ammo = 10
    	end
    end
    Credits to gir489

  3. #3
    Gutterman's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    What should i do with this code ?

Similar Threads

  1. How to mod weapons and stats etc?
    By Domran35 in forum Cube World Help & Requests
    Replies: 2
    Last Post: 07-11-2013, 03:06 PM
  2. Question:Change Weapon Stats
    By marcosppp in forum Cube World Help & Requests
    Replies: 6
    Last Post: 07-09-2013, 04:03 AM
  3. Weapon MODS
    By anthon0498 in forum CrossFire Mods & Rez Modding
    Replies: 7
    Last Post: 10-22-2009, 03:37 PM
  4. weapon mod idea's
    By jred555 in forum Combat Arms Discussions
    Replies: 2
    Last Post: 10-19-2009, 02:32 AM
  5. Change weapon texture
    By carpanthers1 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 11-10-2007, 09:20 AM