Game Development Community

TGEA Character Problems

by Spencer Strombotne · in General Discussion · 11/17/2008 (12:09 pm) · 3 replies

I'm porting my game from the TGE to TGEA and I've come across a camera mount issue. For some reason the character is rotated 180 degrees and looking right at the camera when I load into the game. So basically I'm looking into the characters face instead of looking out of the face. Is there anyway to fix this with a simple scripting fix or is it something deeper?

#1
11/18/2008 (8:40 am)
Which camera mode are you using, Spencer? Can you increase the offset slightly?
#2
11/19/2008 (11:36 am)
I'm using first person mode, The camera needs to be rotated 180degrees around the z-axis for it to be looking in the right direction.
#3
11/19/2008 (12:37 pm)
Sounds like your character might be facing down the negative Y axis instead of positive Y to me. Is it an option to fix it in the art?