Ludeon Forums

RimWorld => Mods => Help => Topic started by: jacob814 on December 21, 2018, 03:41:08 PM

Title: Remove Quality tag from furniture?
Post by: jacob814 on December 21, 2018, 03:41:08 PM
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
Title: Re: Remove Quality tag from furniture?
Post by: Mehni on December 22, 2018, 08:22:39 AM
Remove the comp quality from it.

Either the parent you're inheriting from (or its parent) has a compQuality.
Title: Re: Remove Quality tag from furniture?
Post by: jacob814 on December 22, 2018, 09:16:00 AM
Im inheriting from the standingLampBase and last I checked, it doesn't have a quality comp. Would something else effect the outcome?
Title: Re: Remove Quality tag from furniture?
Post by: Mehni on December 22, 2018, 03:04:16 PM
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.