camera.ini

Post here if you have problems getting Reality Factory running on your machine. Please make sure you have the latest DirectX installed as well as updated drivers for your video & sound card before posting...
Post Reply
User avatar
creekmonkey
Posts: 116
Joined: Tue Oct 23, 2007 2:55 pm

camera.ini

Post by creekmonkey » Tue Jun 24, 2008 10:33 pm

OK I done something really stupid! I accidentally saved character.ini as camera.ini, and now have no camera.ini file. Can someone post the content of their camera.ini file?

User avatar
bernie
RF Moderator
Posts: 1249
Joined: Tue Nov 15, 2005 10:07 am
Location: Ireland

Re: camera.ini

Post by bernie » Tue Jun 24, 2008 10:35 pm

Here ya go.
;*********************************************************
;
; Camera.ini
;
; initalization values for the camera
;
;*********************************************************

;*********************************************************
; General values used by multiple camera views
;*********************************************************

[General]
; camera field of view
fieldofview = 2
; maximum angle (in degrees) that camera can look up
lookupangle = 89
; maximum angle (in degrees) that camera can look down
lookdownangle = 89
; 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


;*********************************************************
; changable values for the 1st person view
;*********************************************************

[FirstPerson]
; camera height above ground (in texels)
; auto adjusts height to current player actor
height = auto


;*********************************************************
; changable values for the 3rd person view
;*********************************************************

[ThirdPerson]
; camera height above ground (in texels)
; auto adjusts height to current player actor
height = auto
; angle (in degrees) of camera above horizontal
angleup = 40
; distance (in texels) of camera from player
distance = 150
; true if mouse look up/down is allowed
allowlook = true
; true if camera can be zoomed in/out
allowzoom = true
mouserotation = false
; closest distance you can zoom in to
minimumdistance = 64
; maximum distance you can zoom out to
maximumdistance = 1024

;*********************************************************
; changable values for the isometric view
;*********************************************************

[Isometric]
; camera height above ground (in texels)
; auto adjusts height to current player actor
height = auto
; angle (in degrees) of camera above horizontal
angleup = 15
; angle (in degrees) of camera from directly behind
anglearound = 0
; distance (in texels) of camera from player
distance = 160
; if true the camera will move in/out to avoid obsticles
collisiondetection = true

User avatar
creekmonkey
Posts: 116
Joined: Tue Oct 23, 2007 2:55 pm

Re: camera.ini

Post by creekmonkey » Wed Jun 25, 2008 1:40 pm

Thanks Bernie!
<EDIT>
Well, it seems Ive done something else wrong. I copied your camera.ini into mine but I still have a black screen when compiled. I am at a loss here. I have several months of work invested and really dont want to start over. I also tried downloading the latest version of rfeditpro from the rf website, but my game made with previous version makes the new version crash. IM desperate !

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Re: camera.ini

Post by steven8 » Sat Jul 26, 2008 10:09 am

I would suggest saving your custom levels, art, models, scripts etc. off to the side, uninstall RF, then reinstall the version your were using, then put your custom stuff back in the appropriate folders.

Doesn't the latest RFEditPro have an option to bring in an old file and convert it? I'll have to look in the morning, as I'm not sure.
Steve Dilworth - Resisting change since 1965!

User avatar
creekmonkey
Posts: 116
Joined: Tue Oct 23, 2007 2:55 pm

Re: camera.ini

Post by creekmonkey » Sun Jul 27, 2008 1:09 am

I should have posted an update to this thread. I had to backup all necessary files (scripts, actors exct.) completly uninstall and delete all rf files, then fresh install and move all my files back into rf. Probably the long way around and possibly un-necessary. But it was the only way I could find to solve the problem.

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Re: camera.ini

Post by steven8 » Tue Jul 29, 2008 4:43 am

creekmonkey wrote:I should have posted an update to this thread. I had to backup all necessary files (scripts, actors exct.) completly uninstall and delete all rf files, then fresh install and move all my files back into rf. Probably the long way around and possibly un-necessary. But it was the only way I could find to solve the problem.
Sounds familiar! :) Glad you got it working. That is the most important thing.
Steve Dilworth - Resisting change since 1965!

Post Reply