For Dyson Sphere Program players, this guide is about how to run the game in 30fps or any other value not offered by the Settings menu. Let’s check it out.
General Idea
The game can run in virtually any fps (if your computer can do that), without the use of your GPU manufacturer’s external tools. It’s just that the settings menu is limited to only a few values, the lowest one is 60. To make your game run in for example 30 fps, you have to edit the options file.
The Options file is located at
. This file is unfortunately a binary file, and not a text file, and can not be edited in a text editor.
You will need to use a Hex editor for that.
The value you want to change is on position 0x12 or 18d, and it is the literal value of the fps setting (so, if you set it to 60, that byte contains 0x3c or 60d).
To set 30fps, change that value to 0x18 or 30d.
Due to the way the game handles the settings, everytime you change any setting in the Settings menu, the fps value is set back to a default value (because at this point, the game simply does not support the 30fps). So, everytime you change a setting, you need to exit the game and change that fps value in the config file back to your choice.
Linux/Proton/SteamPlay
In Linux/Proton/SteamPlay, the complete path of the options file is:
You can use the following one-liner to easily change that value everytime you need without using a manual Hex editor. It’s extremely likely that your distribution already supports it without need to install anything.
Message to the devs 🙂
The game can support any fps, so please make it possible to run lower fps than 60.People with Laptops or PCs with heat issues, or people who just generally want to keep the noise down, want to lower the FPS. Let the players enjoy the nice graphics and lower fps, instead of making them lower the graphics options to be able to keep the noise down a bit.
Related Posts:
- Dyson Sphere Program Matrix Production Guide
- Dyson Sphere Program Giant Seed (Red, Blue, White Giant and More)
- Dyson Sphere Program Production Chain Manipulation Script
- Dyson Sphere Program Main Bus Design Guide
- Dyson Sphere Program Exceptional Starting Seeds Guide