Budget
< Pt-br
Jump to navigation
Jump to search

This page needs to be translated.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
This page either contains information that is only partially or incorrectly translated, or there isn't a translation yet.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.

This page is actively undergoing a major edit.
As a courtesy, please do not edit this while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.
As a courtesy, please do not edit this while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.
The person who added this notice will be listed in its edit history should you wish to contact them.
In game design, the budget is the amount of time available to process each frame.
- 300 (or 400 in newer version of
CS:GO) frames per second (FPS) is the maximum on the Source engine by default, through it can be uncapped using the fps_max console command. Going over around ~1000 FPS in any Source game, can cause timing and tickrate issues. The same things also applies to GoldSrc with over around ~100 FPS (over 72FPS in previous pre-SteamPipe version and Retail/WON version), breaking NPCs turn rate and object moving speeds.
- At 60 FPS, the optimal and recommended figure, each frame must be drawn in 16.6 milliseconds or less.
- At 30 FPS, the lowest acceptable figure, the budget allows for 33.3 milliseconds per frame.

In practical terms, it is impossible to achieve a set framerate on the PC platform, since hardware can vary wildly and affect performance in all manner of different areas—so don't worry too much about the numbers above. Your best bet as a modder is to ensure that the game performs well with mid-level settings on modest hardware, and then allow your audience to tune their own settings according to their system's capabilities.
Monitoring Your Budget
Source's built-in tool for monitoring performance is the console command showbudget.
See also