1

Topic: Dynamic screen

Enable dynamic screen to hotkey? on/off

2

Re: Dynamic screen

I think you need to describe that more.
Also, is that a feature request or something?

Languages shapes the way we think, or don't.

3

Re: Dynamic screen

Like being able to turn it on off ingame, when push it for off just go instant to static mode and when turned on dynamic.. guess its a features request yes.

4

Re: Dynamic screen

You could bind a key to set dynamic camera on and another to set it off if that's what you mean.

5

Re: Dynamic screen

Turn on dynamic camera by pressing K button
bind k "cl_mouse_deadzone 300; cl_mouse_followfactor 60; cl_mouse_max_distance 1000"

Turn off dynamic camera by pressing L button
bind l "cl_mouse_deadzone 0; cl_mouse_followfactor 0; cl_mouse_max_distance 400"

Also, u can experement with
cl_mouse_deadzone
cl_mouse_followfactor
cl_mouse_max_distance

and setup ur own camera settings.