Page 1 of 1

Blood color change in real time

Posted: Tue Sep 19, 2017 4:47 pm
by Remmirath
Forgive my stupid question, but I'd like to know if there's a way to change a monster's blood color in real time by either using ACS or a DECORATE function.

I have this boss monster that I've coded, divided in 3 phases: each phase makes him change color of the sprites via translations, but I'd like to be able to change his blood color as well, along with the sprites.

Re: Blood color change in real time

Posted: Tue Sep 19, 2017 9:33 pm
by Blue Shadow

Re: Blood color change in real time

Posted: Wed Sep 20, 2017 1:47 am
by Remmirath
Oh bummer. Thanks anyway

Re: Blood color change in real time

Posted: Wed Sep 20, 2017 5:28 am
by Dark-Assassin
The best you can do is just do a replacement spawn with a modified inherited actor when the criteria is met.

Re: Blood color change in real time

Posted: Wed Sep 20, 2017 4:23 pm
by Amuscaria
Instead of changing translations, can't you just make 3 different classes with those translations and have him morph between the classes, with each class having its own blood color, while saving his health in some variable in real-time?