Page 1 of 1

frontal view of your vampire in action?

Posted: Fri Dec 08, 2006 6:15 pm
by ProgRockGhoul
I'm hoping someone can help me with this noob dilemma. I can't figure out how to rotate the camera angle so that I can see my vampire from the front and side, instead of just from the back. (I can rotate the camera when the vampire feeds on rats, but that's the only time.) The key ";" is listed as a camera control, but that doesn't work for me.

I can get the frontal vampire view on the character sheet; it's the same image you see during the character creation process - except that, during the game, the character sheet view shows the vampire in the clothes that it currently has equipped. But I'd love to be able to rotate the camera in-game.

Posted: Fri Dec 08, 2006 8:05 pm
by Anaximander
Open the console and enter this command:

cam_yaw 180

For more robust camera functionality, open the config.cfg file in your Vampire\CFG folder and add the following lines:

bind "KP_PLUS" "+camin"
bind "KP_MINUS" "+camout"
bind "KP_UPARROW" "cam_yaw 180"
bind "KP_PGUP" "cam_yaw 225"
bind "KP_RIGHTARROW" "cam_yaw 270"
bind "KP_PGDN" "cam_yaw 315"
bind "KP_DOWNARROW" "cam_yaw 0"
bind "KP_END" "cam_yaw 45"
bind "KP_LEFTARROW" "cam_yaw 90"
bind "KP_HOME" "cam_yaw 135"

Posted: Fri Dec 08, 2006 10:05 pm
by ProgRockGhoul
Thanks so much, I'm going to give this a try.

Posted: Sun Jan 14, 2007 4:09 am
by Belladonna
Thanks from as well. I was wondering if that could be done.