1.1 has changed simple texture swapping for me

Started by Rafe009, February 26, 2020, 08:43:23 PM

Previous topic - Next topic

Rafe009

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 files

Anybody understand what's going on? It's just a simple texture swap and i've done it before for 4 or 5 versions now.

Rafe009

Just realized I had my mod folder nested within another superfolder.

Mods please delete this, problem solved