Pan camera?
Pan camera?
Hello i wondered if it was possible to pan the camera around your characters in order to take screenshots of it?
- OuterParadise
- Posts: 158
- Joined: Wed Dec 01, 2004 11:09 am
- Location: Crossroads to Fantasy
- Contact:
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.
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.