Author Topic: How do you edit Default Weapons?  (Read 435 times)

Simple question for all you good scripters but whatever.
Question:How do you edit default weapons color, damage, and reloading speed?
I wanted to edit the Bow, okay? Can anyone give me specific information what to edit in the .cs in the "Weapon_Bow" file?

Question:How do you edit default weapons color, damage, and reloading speed?
NOTE: If you want to edit this, first unzip it and zip it back when you finish.

1. You edit color by opening the color file in the zip with a program like Paint.net or Gimp, etc. then you recolor it and hit Ctrl + S and its done.

2. There is a part of the script where this is in, its called "directDamage". Press Ctrl + F (If you are using Notepad, (I think that works in other programs as well but Im too lazy to type all that;))and type it in and there you will find it

3. For reloading speed, search for "timeoutvalue" and edit it.