Page 1 of 1

3rd person character

Posted: December 21st, 2009, 7:34 pm
by elliottcreation
I cant seem to find it anywhere in the code, but how do I add/change the 3rd person character in rpg mode, etc.
thank you in advance!

Re: 3rd person character

Posted: December 21st, 2009, 8:12 pm
by offtools
you can switch the view inside the game by using:

thirdperson [0...2]
thirdpersondistance [distance]

code refering to thirdperson mode:
engine/rendergl.cpp:729
fpsgame/fps.cpp:167
fpsgame/render.cpp

offtools.