Revolver attachments
THIS MODS NEEDS SUPPORTER PACK TO WORK!!!!!
Theres currently compatibility issue with customisation+, we gonna fix it very soon
Band aid fix for now:
1. Go to Customisation+ files (steamappsworkshopcontent26082703473178672)
2. Open ammo.lua
3. Override it with
local weapon = weapons:getData("revolver") local caliber = { id = "44MAGNUMOP", price = 1000, icon = "caliber_44magnum", iconInactive = "caliber_44magnum_idle", display = _T("AMMO_44_MAGNUM", ".44 Magnum"), switchDisplay = _T("AMMO_OVERPRESSURE", "Overpressure"), world = { pile = "44magnum_pile", box = "44magnum_box" }, limitID = ammo.getLimitID("44MAGNUM") } ammo.register(caliber, "45ACPOP") ammo.list44Magnum = { "44MAGNUM", "44MAGNUM_SS", "44MAGNUM_M", "44MAGNUMOP" } weapon.ammoTypeList = ammo.list44Magnum
Adds some attachments for revolver:
1. Threaded barrel (conflicts with extended barrel)
2. Suppressor (needs threaded barrel to use)
3. FSS raider stock
4. Reflex sight, X2 and X4 optics
5. Subsonic and Match ammo types