Weapons reload multipliers
Avatar

Hi, can somebody experienced in lua scripts tell me how to change speed of weapons reloading or just write this script in comment? I just need this to my mod.

Replies
Avatar

i know the code for the reload cancel time not the animation time

Avatar

I need script which should work like for example: agressive reload which increse reload speed by 15%. In my mod I want my weapon to reload 15% slower, for balance.

Avatar

so u want to tweek the skill boost?

Avatar

I need code to permanently change reload speed of selected gun, but not this:
NewRaycastWeaponBase.reload_speed_multiplier = function(self) return 2000 end
This change speed of reload for all guns.

Avatar

Also, code to change loco's ONLY equip and reload animations to gsps?

Avatar

Finally got it :)

30 925