Gun Equipment


Mode add automatic guns applyable to equipment grid.

Content
10 months ago
1.0 - 2.0
49.1K
Combat Armor

g Unknown equipment name Fix

5 days ago
(updated 5 days ago)

I know the mod is no longer updated/Maintained
For player having this error:
Unknown equipment name: personal-turret-firearm-magazine-equipment-reload-36.400009155273 (or any other number at the end)
This is caused by ammo_stack having a floating precisiong value, to fix this:

In the folder AutoGun/control.lua
Line 50 and line 57; replace "ammo_stack.ammo" by "math.floor(ammo_stack.ammo)"
This fixed the crash for me

New response