Here is the listing of the various game controls accessible Breathedge. While playing the game, press Tilde ~ (the key above TAB) to display the console window.
Breathedge Console Commands
Modify motion blur mode:
r_MotionBlur 0
This choice can be found in the Graphics settings. But, it can be altered manually. Set the integer to disable motion blur, set it to 1 for camera blur, and two for object blur.
Disable HUD:
g_showHUD 0
To disable HUD, set the integer to 0, to enable set it to 1.
Modify gravity:
p_gravity_z -13
The default value is -13.
Modify FOV:
cl_fov 60
The default value is 60. We advocate 90-100 for optimum experience without a lot of model cutting or casual texture glitches.
Quit to desktop:
q
This command is just the letter q.
Show FPS:
stat fps
Modifies the display gamma level:
GAMMA [value]
Modify anti-aliasing mode:
r_antialiasingmode 0
Default value is 0, can be changed to 1 for SMAA 1x, 2 for SMAA 1TX, 3 for SMAA 2x. This may adversly affect performace. These options may also be found at the Advanced Graphics alternatives.
Disable VSync:
r_vsync 0
Use this to disable VSync to possibly increase performance. It’s very important to note that disabling this will enable screen rapping to occur. Place the integer to disable VSync, and 1 to 2 re-enable it.