Statue with glowing eyes

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
Cainpain
Posts: 2
Joined: Tue Mar 24, 2015 9:43 pm

Statue with glowing eyes

Post 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.
minmay
Posts: 2790
Joined: Mon Sep 23, 2013 2:24 am

Re: Statue with glowing eyes

Post by minmay »

StonePhilosopherControllerComponent works by fading the emissive color of eyesModel. So yes, you do need to separate the eyes into a new model.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Cainpain
Posts: 2
Joined: Tue Mar 24, 2015 9:43 pm

Re: Statue with glowing eyes

Post 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?
Post Reply