Resource icon

Weapon Dice System 2015-02-22

No permission to download
[accordion=b|600]
{slide=Q: I have a system that modifies MinDamage or MaxDamage, but they are readonly. What do I do?}A: Change your system to modify Dice_Offset instead.{/slide}
[/accordion]
[accordion=b|600]
{slide=Q: When I start the Server now, it wants to delete all Fists (or other weapons.) What do I do?}A: I did not modify Serialization, so if you have a different Serialization method than mine, you should merge changes in BaseWeapon.cs instead of over-writing yours.{/slide}
[/accordion]
Back