Page 1 of 1

Mouse 3 Camera

Posted: Sat Oct 09, 2010 7:32 pm
by Lozza
How can you edit what position the camera stands when you click in mouse 3? (in other words the aiming)

Too me the aiming looks horrible and makes there no use it use it.

Re: Mouse 3 Camera

Posted: Sat Oct 09, 2010 7:38 pm
by AQT
com_inf_default.odf wrote:

Code: Select all

CAMERASECTION       	= "STANDZOOM"
EyePointOffset      	= "0.0 1.8 0.0"
TrackCenter         	= "0.0 1.8 0.0
TrackOffset         	= "0.4 0.05 2.8"
TiltValue           	= "3.5"

CAMERASECTION       	= "CROUCHZOOM"
EyePointOffset      	= "0.0 1.3 0.0"
TrackCenter         	= "0.0 1.3 0.0
TrackOffset         	= "0.4 0.2 2.8"
TiltValue           	= "3.5"

Re: Mouse 3 Camera

Posted: Sun Oct 10, 2010 5:05 am
by Lozza
Thanks I'll play around with the settings