Page 1 of 1

Decal is not changing color

Posted: Fri May 20, 2016 1:40
by spamzilla
I've changed the picture format but I cannot tell why this decal is not changing color as it is supposed to!

Code: Select all

decal __RocketBurnOut {
	pic D_ROCKET
	x-scale 0.25
	y-scale 0.25
	randomflipx
	randomflipy
	animator ___ColorChangeToGray
}

colorChanger ___ColorChangeToGray {
	color "7F 7F 7F"
	fadeStart 2
	fadeTime 5
}


generator Rocket		__RocketBurnOut

Re: Decal is not changing color

Posted: Fri May 20, 2016 8:37
by Graf Zahl
It's not working because you need a colorized decal to do this. This is just a regular image without any colorization info that can be altered.

Re: Decal is not changing color

Posted: Fri May 20, 2016 19:07
by Guest
Can you tell me how to fix this? I don't know what you're talking about! :?

Re: Decal is not changing color

Posted: Fri May 20, 2016 21:32
by Graf Zahl
The DecalColorer is not changing the palette but the "shade" property used on alphatextured decals. Your decal does not have this. It uses a real palette.