Remove Quality tag from furniture?

Started by jacob814, December 21, 2018, 03:41:08 PM

Previous topic - Next topic

jacob814

For a reason unkown to me, my lights for my mod now show a quality tag if you zoom in. Is there a way to either hide it or remove it completely?

Example: https://i.imgur.com/wRzzcHB.png
My Mods:
Glass&Lights

Mehni

Remove the comp quality from it.

Either the parent you're inheriting from (or its parent) has a compQuality.

jacob814

Im inheriting from the standingLampBase and last I checked, it doesn't have a quality comp. Would something else effect the outcome?
My Mods:
Glass&Lights

Mehni

Does it show the quality with just vanilla + your mod?

If not, either another mod adds the Quality Comp to the base (through xpath or overwriting it) or something else.

https://github.com/RimWorld-CCL-Reborn/AllYourBase will help you detect if another mod overwreites the StandingLampBase. (Or LampBase, or BuildingBase, or any other such.) Load order doesn't matter.