0 of 0

File information

Last updated

Original upload

Created by

SCARECROW

Uploaded by

Scarecrow114514

Virus scan

Safe to use

Documentation

Readme

View as plain text

local old_init = WeaponTweakData.init

function WeaponTweakData:init(tweak_data)
old_init(self, tweak_data)

self.$$$$$$$.fire_mode_data = {fire_rate = %%%%%}
self.$$$$$$$.auto = {fire_rate = %%%%%}


end


-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
About this mod (please read first)

1,The top 10 lines are a sample .lua file. When you change the rate, you will use this as a base and change the value.
2,The place marked with $ is for inputting the internal name of the weapon. (Internal name for AMR-16 is m16, for IZHMA 12G it is saiga. More details can be found in Fandom's Payday2 Wiki).
3,The place marked with % is the time between the first shot of the weapon and the next shot. (A value of 0.1 means that 10 rounds are fired per second, while a value of 0.02 means that 50 rounds are fired per second.) By changing this value, the firing rate can be changed freely. In other words, it can be said that DPS can also be changed freely.
4,Only full-auto weapons are supported.
5,If you change the line, you can change the rate of fire for any number of weapons at the same time.
6,This mod is too strong! So, as Cheater, you may be tagged. We cannot be held responsible for any damage that may occur.
7,Finally, please try to play PAYDAY 2 with the mod without changing the value of the .lua file. And try using the M308. It is now firing 12,000 rounds per minute. You will lose ammo horribly and reload often, but the damn dozer and motherfucking Cloaker will die in no time. It will feel great.