Skip to content
Menu
SteamAH
  • Cheat
  • Guide
  • Tips
  • Privacy Policy
  • Abuse
SteamAH

Dyson Sphere Program How to Run the Game in 30fps (or Any Other Value)

Posted on January 25, 2021

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

My Documents\Dyson Sphere Program\options.dso

. 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:

~/.local/share/Steam/steamapps/compatdata/1366540/pfx/drive_c/users/steamuser/My\ Documents/Dyson\ Sphere\Program/options.dso

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.

printf ‘\x1e’ | dd of=~/.local/share/Steam/steamapps/compatdata/1366540/pfx/drive_c/users/steamuser/My\ Documents/Dyson\Sphere\ Program/options.dso bs=1 seek=18 count=1 conv=notrunc

Message to the devs 🙂

It would be extremely nice if that “hack” of the options file would not be necessary.
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.

 

That’s all we are sharing today in Dyson Sphere Program How to Run the Game in 30fps (or Any Other Value), if you have anything to add, please feel free to leave a comment below, and we’ll see you soon.
Credit to qcs2017

MORE GAME GUIDES FOR YOU

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

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, Please go to the Abuse Page to contact us and we will be taking it seriously.

Recent Posts

  • Rogue Prince of Persia: Save Files for the Final Boss
  • Deltarune: Save for 100% Secret Bosses (NO EGGS)
  • Hollow Knight: Silksong Save Files – Before the Final + Before Any Bosses
  • Parisian Brasserie Simulator Save Files: New Start with A Lot of Money
  • Revenge of the Savage Planet Save File: New Game with A Lot of Money
©2025 SteamAH | Powered by SuperbThemes & WordPress