Fps max: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Syntax) |
||
Line 1: | Line 1: | ||
This is a [[console command]] 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. | This is a [[console command]] 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:''' <code>fps_max "frames per second"</code><br/> | '''Syntax:''' <code>fps_max "frames per second"</code><br/> | ||
'''Example:''' If you wanted 85 frames per second, you would type in the console: <code>fps_max 85</code> | '''Example:''' If you wanted 85 frames per second, you would type in the console: <code>fps_max 85</code> | ||
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 Commands]] |
Revision as of 23:19, 21 December 2005
This is a console command 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.