Author Topic: Add-On to edit weapon datas in-game?  (Read 1094 times)

Is there an Add-On that allows to temprorary edit weapon data(damage, firerate, reload speed) in-game using events? e.g. press a button, and your reload speed will increase.


It depends on the weapon, you need to write the code into the gun data itself so that it is capable of changing these values, otherwise it's impossible.

So it won't work on weapons like the default gun, it will work on weapons that are designed to have these values changed by events.

Can't you just do this with console commands?

You could manipulate certain variables inside their scripts, it's really easy to do if you know where to look.