fps_max [FPS Cap]
This command will set the maximum frames-per-second (FPS) that will be rendered by your client. Your FPS will be capped at this number. Set this to 0 to disable the FPS cap.
Arguments are parameters that you add to a command. Find information about this command's arguments below.
FPS Cap | Your desired FPS cap. Your FPS will not go above this number. Set to 0 to remove FPS cap. |
Sv_cheats Required? | No |
Client or Server Command? | Both |
Default Value | 300 |
Find below working examples of this command (copy and paste into console).
fps_max 0
This command would remove the FPS cap, meaning your frames-per-second would go as high as possible.
fps_max 300
This command would set your FPS cap to 300 (default).
fps_max 150
This command would set your FPS cap to 150, allowing only 150 frames to be rendered each second.