Page 3 of 3

Re: Changing player?

Posted: Thu Feb 21, 2008 7:26 pm
by Danimita92
Could you (or have you already) upload it?

Re: Changing player?

Posted: Fri Feb 22, 2008 7:42 am
by vrageprogrammer
Sorry, it won't help...
It's [Embarassment] a material change script [/Emabarassment]
It also scales the player a bit

Re: Changing player?

Posted: Sat Feb 23, 2008 1:43 pm
by Zidane
What I can do that in the middle of a level, change my male player to player spirit automatically and without charges?

Re: Changing player?

Posted: Sat Feb 23, 2008 1:57 pm
by bernie
At the end of my demo Talisman I changed the vampire ino a bat by scripting. I faded out the vampire and killed him off and fading in the bat in sync (2 scripts). I placed the bat in the same position as the vampire.

Re: Changing player?

Posted: Sat Feb 23, 2008 2:27 pm
by Zidane
Thanks Bernie. But I want to switch from one human player to a demon player several times (when the adrenaline bar fills). I want to change character indefinite times and at any time by pressing a key. Is this possible?

Re: Changing player?

Posted: Sat Feb 23, 2008 2:46 pm
by bernie
It should be possible through scripting. Instead of killing off the models they could lie dormant ie. no collision and not visible waiting for a trigger to make them appear again just running a seperate script for each model and each one setting the appropriate trigger at the right time. You would have to set the model to reappear at the right place but should be no problem.
If we are talking about the player you would have to use scripted player of course.

Re: Changing player?

Posted: Sat Feb 23, 2008 3:07 pm
by Zidane
Thanks again. I try to create it