Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

3rd person character

Talk about anything related to Platinum Arts Sandbox here!
Locked
elliottcreation
Member
Member
Posts: 1
Joined: December 21st, 2009, 6:27 pm
Name: zack

3rd person character

Post 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!
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

Re: 3rd person character

Post 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.
Locked