Page 1 of 1
Camera angels
Posted: Sat Apr 08, 2006 12:46 pm
by Jagoss
Can you change the camera angles in the game. I looked in the game book that came with the game but I couldn't find any mention of it
Posted: Sat Apr 08, 2006 2:18 pm
by Lestat
Try searching this forum. I'm fairly sure I saw something like it (though you would have to pass via the console IIRC).
Posted: Sat Apr 08, 2006 9:26 pm
by Anaximander
In [url="http://www.gamebanshee.com/forums/showthread.php?t=53829"]this[/url] thread you'll find these commands:
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
Which you can enter in the game console. Or, if you've unpacked your .vpk files, you enter those lines into the config.cfg file in the cfg folder. Once those commands are loaded, you can use the keypad portion of your keyboard to change camera angle. There's also a pause button (very useful) and an alternatvie screenshot button.