For the past couple versions I have swapped normal gun textures with a few of my own designs. My old mod broke so I copied the core mod and specifically had a file RangedIndustrial.xml. Inside I only alter a singular line.
<texPath>Things/Item/Equipment/WeaponRanged/BoltActionRifle</texPath>
Becomes
<texPath>Things/MyGunTexture1</texPath>
This simply no longer works and I'm wondering what has gone wrong. My Mod has the following tree structure
Defs>ThingDefs_Misc>Weapons --- RangedIndustrial.xml
SoundDefs
Sounds
sound files
Textures>Things>
image filesAnybody understand what's going on? It's just a simple texture swap and i've done it before for 4 or 5 versions now.
Just realized I had my mod folder nested within another superfolder.
Mods please delete this, problem solved