Page 1 of 1

Pan camera?

Posted: Wed Dec 08, 2004 10:30 am
by Souvarine
Hello i wondered if it was possible to pan the camera around your characters in order to take screenshots of it?

Posted: Wed Dec 08, 2004 10:53 am
by OzPenner
Ummm... not sure...
You can go to your character sheet and turn him around a bit in the info tab but not sure if you can do it in mid game.

Posted: Wed Dec 08, 2004 11:09 am
by OuterParadise
Open up the config.cfg file via a program like Notepad, Textpad and then add these entries:

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"
bind "KP_INS" "pause"
bind "KP_DEL" "screenshot"

Ex. the DEL button will work like a screenshot button.
Config.cfg is located inside Vampire\cfg\
When u're done, just remove these entries. U might wanna backup a config.cfg just in case something bad happens.

Posted: Wed Dec 08, 2004 1:24 pm
by Souvarine
thanks alot. Really helpful.