I’m making a mod that adds a couple new guns to the game the mod runs and all but the guns don’t show up in game nor do they appear in the debug menu. Heres one gun for refrence and the modinfo file.
[
{
“id”: “AWM”,
“copy_from”: “gun_base”,
“looks_like”: “pneumatic_bolt_driver”,
“type”: “GUN”,
“name”: “AWM”,
“description”: “A bolt-action sniper rifle designed and manufactured by the British company Accuracy International. This rifle has seen popularity from everyone, from civilians to military.”,
“weight”: “6486,4 g”,
“volume”: 3,
“price”: 800000,
“bashing”: 8,
“to_hit”: -2,
“materials”: [“steel”, “plastic”],
“symbol”: “|”,
“color”: “grey”,
“ammo”: “.300_Winchester_Magnum”,
“skill”: “rifle”,
“range”: 70,
“dispersion”: 30,
“durability”: 20,
“valid_mod_locations”: [
[ “accessories”, 2 ],
[ “grip”, 1 ],
[ “mechanism”, 3 ],
[ “sights”, 1 ],
[ “sling”, 1 ],
[ “underbarrel”, 1 ]
],
“magazines”: [".300_Winchester_Magnum", [“AWM_mag”]]
}
]
[
{
“type”: “MOD_INFO”,
“ident”: “More_Snipers”,
“name”: “More Snipers”,
“authors”: [ “Jninja1” ],
“description”: “Adds a couple of new sniper rifles.”,
“category”: “guns”,
“dependencies”: [ “dda” ]
}
]