----------------------------------------------------------------------------- Camera Controls: ----------------------------------------------------------------------------- To change the camera you must be in 3rd person view. Here is what each key on your numpad does: "-" : Zoom Out "+" : Zoom In "Del" : Take a screenshot "0" : Pause the game "1" : 45 degrees "2" : Normal view (0 degrees) "3" : 315 degrees "4" : 90 decrees "6" : 270 degrees "7" : 135 degrees "8" : Front view (180 degrees) "9" : 225 degrees
bind "KP_HOME" "cam_yaw 135" bind "KP_UPARROW" "cam_yaw 180" bind "KP_PGUP" "cam_yaw 225" bind "KP_LEFTARROW" "cam_yaw 90" bind "KP_RIGHTARROW" "cam_yaw 270" bind "KP_END" "cam_yaw 45" bind "KP_DOWNARROW" "cam_yaw 0" bind "KP_PGDN" "cam_yaw 315" bind "KP_INS" "pause" bind "KP_DEL" "screenshot" bind "KP_MINUS" "+camout" bind "KP_PLUS" "+camin"