Page 1 of 1

Disable first person? [Solved]

Posted: Sat Apr 11, 2015 3:45 pm
by RacoonLR
Is it possible to disable first person
in modtools? Maybe in the unit odfs?

Re: disable first person?

Posted: Sat Apr 11, 2015 3:51 pm
by razac920
From the ewok unit .odf file in the assets:
//this keeps the player from entering first person with this char
forcemode = 1

Re: disable first person? [solved]

Posted: Sat Apr 11, 2015 3:55 pm
by RacoonLR
razac920 wrote:From the ewok unit .odf file in the assets:
//this keeps the player from entering first person with this char
forcemode = 1
thanks