Topic: [SUGGESTION] New ways of using dynamic camera / docking camera
Hello my friends. ^)
All we know that dynamic camera is a very useful thing. But most of us do not use it, because it creates problems for movement and for close combat. Yesterday I've tried to do something with it and realized some new ways of using dynamic camera. Here they are:
1. Dynamic camera by click - http://www.youtube.com/watch?v=fz_HRt0yUtU
Camera moves only when linked button is pressed.
First, press F1 and type:
bind mouse3 "+camera_click"
This will bind dynamic camera for mouse's middle button.
Next, set some settings (type in the F1 menu):
cl_dynamic_camera_by_click 1
cl_mouse_max_distance 400
cl_mouse_deadzone 0
cl_mouse_followfactor 60
2. Jumping mode of dynamic camera - http://www.youtube.com/watch?v=e3XGlTd6R90
Camera moves to the max position at once.
Settings (type in the F1 menu):
cl_dynamic_camera_jumping_mode 1
cl_mouse_max_distance 400
cl_mouse_deadzone 0
cl_mouse_followfactor 60
3. Docking camera - http://www.youtube.com/watch?v=UBuEeCRtHB0
Camera docks to the sides.
Settings (type in the F1 menu):
cl_docking_camera 1
cl_mouse_max_distance 400
cl_mouse_deadzone 200
cl_mouse_followfactor 100
Binaries for Windows and sources - http://www.sendspace.com/file/9q22ze
Let's discuss it.