Camera
Posted: Sun Feb 10, 2008 6:45 pm
Q. How do I prevent my camera from switching between 1st person, 3rd person and isometric camera views?
A. Open up camera.ini (in the install folder of your RF installation) and find:
Set viewswitchallowed to false if you want to disable view switching completely. If you want to disable a specific view just set the corresponding option to false.
A. Open up camera.ini (in the install folder of your RF installation) and find:
Code: Select all
[General]
; camera field of view
fieldofview = 2
; maximum angle (in degrees) that camera can look up
lookupangle = 65
; maximum angle (in degrees) that camera can look down
lookdownangle = 65
; if true then keyboard switching of views is allowed
viewswitchallowed = true
; if true then allow keyboard switching to 1st person view
switchto1stpersonallowed = true
; if true then allow keyboard switching to 3rd person view
switchto3rdpersonallowed = true
; if true then allow keyboard switching to isometric view
switchtoisopersonallowed = true