Fps max: Difference between revisions
Jump to navigation
Jump to search
Note:default: 300 fps
mNo edit summary |
m (added default max_fps value: 300fps) |
||
Line 3: | Line 3: | ||
---- | ---- | ||
{{syntax|fps_max <frames per second>}} | {{syntax|fps_max <frames per second>}} | ||
{{note|default: 300 fps}} | |||
{{CCExample|If you wanted 85 frames per second, you would type in the console: |fps_max 85}} | {{CCExample|If you wanted 85 frames per second, you would type in the console: |fps_max 85}} | ||
Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used. | Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used. | ||
[[Category:Console Variables]] | [[Category:Console Variables]] |
Revision as of 19:44, 27 December 2009
Template:Otherlang2This is a ConVar you can enter in to limit your frames per second. It is recommended that you limit your frames to the refresh rate of your monitor, because any frame rate above that is wasted.
Syntax: fps_max <frames per second>

Example: If you wanted 85 frames per second, you would type in the console: fps_max 85
Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used.