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.
frontal view of your vampire in action?
- ProgRockGhoul
- Posts: 23
- Joined: Fri Dec 08, 2006 6:04 pm
- Contact:
- Anaximander
- Posts: 367
- Joined: Wed Apr 27, 2005 4:47 pm
- Location: The City of Sin
- Contact:
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"
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"
".... for I had seen the Human face of the Vampires, and now I beheld the monstrousness of these Men..."
- ProgRockGhoul
- Posts: 23
- Joined: Fri Dec 08, 2006 6:04 pm
- Contact:
- Belladonna
- Posts: 22
- Joined: Sat Dec 30, 2006 8:56 pm
- Contact: