Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //== dof_dofNearEnd must always be lower than dof_dofFocusBegin! It can even be (very) negative)
- bind "MINUS" "cvaradd dof_dofFarAmount -0.1;cvaradd dof_dofSkyAmount -0.1"
- bind "EQUALS" "cvaradd dof_dofFarAmount 0.1;cvaradd dof_dofSkyAmount 0.1"
- bind "O" "cvaradd dof_dofFarBegin -10.0"
- bind "P" "cvaradd dof_dofFarBegin 10.0"
- bind "LBRACKET" "cvaradd dof_dofFocusEnd -1.0"
- bind "RBRACKET" "cvaradd dof_dofFocusEnd 1.0"
- bind "K" "cvaradd dof_dofNearEnd -1"
- bind "L" "cvaradd dof_dofNearEnd 1"
- bind "BACKSLASH" "cvaradd dof_dofFocusBegin 1"
- bind "SLASH" "cvaradd dof_dofFocusBegin -1"
- bind "COMMA" "cvaradd dof_dofNearAmount -0.5"
- bind "PERIOD" "cvaradd dof_dofNearAmount 0.5"
- bind "F1" "toggle g_showhud"
- bind "F2" "toggle g_showhud"
- bind "F3" "cvarrandom hands_show 0 1"
- bind "F4" "cvarrandom hands_show 1 2"
- bind "F5" "cvarrandom r_postprocessdofmode -1 -1"
- bind "F6" "cvarrandom r_postprocessdofmode 5 5"
- bind "F7" "cvarrandom g_stoptime 1 1"
- bind "F8" "cvarrandom g_stoptime 0 0"
- bind "F9" "cvaradd g_fov 1"
- bind "F10" "cvaradd g_fov -1"
- bind "F11" "cvaradd dof_debug 1"
- bind "F12" "cvaradd dof_debug -1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement