Page 1 of 1

Statue with glowing eyes

Posted: Tue Mar 24, 2015 9:59 pm
by Cainpain
I was thinking of making a statue with glowing eyes like the forest_statue_wall model. But i was thinking of making a socket and make the eyes glow when you insert the right object. Like a lock and key.

I can see that the object forest_statue_wall has a separate .model for its eyes. Do you have to have a separate model for this too?


I want to use the gold_mask_statue for this.
How do i do this?

Any help would be much appreciated.

Re: Statue with glowing eyes

Posted: Tue Mar 24, 2015 10:10 pm
by minmay
StonePhilosopherControllerComponent works by fading the emissive color of eyesModel. So yes, you do need to separate the eyes into a new model.

Re: Statue with glowing eyes

Posted: Wed Mar 25, 2015 11:51 pm
by Cainpain
Ok. So i'v made the models and object. It works similar to the forest statue now if i add class = "StonePhilosopherController"

Can i edit this controller or can i make a new one? How can i do that in case?