This guide explains how to set a limit on your FPS (Frames Per Second) in a game that lacks an in-game option for doing so.
Guide to Change FPS
How-To
Locate the GameUserSettings.ini File
To cap your FPS, you’ll need to make a change in the game user settings file. By default, you can find this file at the following location:
- C:\Users[User]\AppData\Local\BBQGame\Saved\Config\WindowsClient\GameUserSettings.ini
To access this file, follow these steps:
- Press the Windows key + R.
- Type “%localappdata%” and press Enter.
- Navigate to BBQGame > Saved > Config > WindowsClient.
- Open the “GameUserSettings.ini” file using a text editor, like Notepad.
Change the FPS Limit
Once you’ve opened the file, look for the line that starts with “FrameRateLimit.” By default, it’s usually set to 0, which means there’s no FPS limit.
FrameRateLimit=0.000000
Change the number to your preferred FPS limit. For example, if you want to cap your FPS at 60, replace the “0” with “60.”
FrameRateLimit=60.000000
After making this change, save the “GameUserSettings.ini” file.
Now, your FPS in the game should be capped at the limit you’ve specified.
Be the first to comment