Ludeon Forums

RimWorld => Mods => Help => Topic started by: skullywag on July 11, 2015, 07:21:41 AM

Title: genRecipe class postProcessProduct method is missing the comp colorable handling
Post by: skullywag on July 11, 2015, 07:21:41 AM
So i have some armour (my power armour mk2) it is red in the compcolorable as the only option, it is not made of stuff, infact it isnt craftable, when i return it as a product of a recipe I get white powerarmour (the same texture with no color overlay). Any ideas how i get this to use the ONLY color option ive allowed in the thingdef??? I would have thought it would be the same as spawning it into the world, which as per the dev option does indeed return a red suit of armour...

Granted i could just color the texture but thats not really what I want to do here.
Title: Re: Crafting Armour that isnt made of stuff and colors, why wont they work?
Post by: skullywag on July 11, 2015, 07:30:13 AM
hmmm looks like gen recipe postProcessProduct is missing the comp colorable stuff, it only handles comp quality and comp art.

Wish i could summon @Tynan to confirm if im right here.
Title: Re: Crafting Armour that isnt made of stuff and colors, why wont they work?
Post by: Shinzy on July 11, 2015, 09:18:30 AM
I just have to say whatever causes this
it has been great annoyance since forever
Title: Re: genRecipe class postProcessProduct method is missing the comp colorable handling
Post by: skullywag on July 11, 2015, 12:41:38 PM
ive just stepped through this and the above does seem to be the case, changed title to reflect.
Title: Re: genRecipe class postProcessProduct method is missing the comp colorable handling
Post by: skullywag on August 29, 2015, 06:39:25 PM
Can anything be done about this? its rather annoying and stopping me doing a few things id like to do.