Settings: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Stub}} | |||
== Hidden settings == | == Hidden settings == | ||
Factorio supports a number of hidden configuration options that are not normally shown in the GUI. They can be accessed by holding CTRL + ALT when clicking the "Settings" button in the pause menu, which will cause a new button labeled "The rest" to appear. | Factorio supports a number of hidden configuration options that are not normally shown in the GUI. They can be accessed by holding CTRL + ALT when clicking the "Settings" button in the pause menu, which will cause a new button labeled "The rest" to appear. | ||
Most of these settings are also in the "config.ini" file in the Factorio [[Application_directory#User_data_directory|user data directory]]. | |||
These settings may be experimental and may not be validated for safety, so change them at your own risk. | These settings may be experimental and may not be validated for safety, so change them at your own risk. | ||
| Line 16: | Line 20: | ||
|- | |- | ||
| technology-gui-pauses-game || true || By setting to false, the game will no longer pause in single player when opening the technology tree. | | technology-gui-pauses-game || true || By setting to false, the game will no longer pause in single player when opening the technology tree. | ||
|- | |||
| cache-prototype-data || false || When enabled, significantly speeds up the "Building prototypes..." step when starting the game, if prototypes haven't changed since last startup. | |||
|- | |||
| cache-sprite-atlas || false || When enabled, significantly speeds up the "Loading sprites..." step when starting the game, if sprites haven't changed since last startup. | |||
|} | |} | ||
Revision as of 16:52, 23 September 2025
| This article is a stub, and not comprehensive. |
|---|
| You can help this wiki by expanding it. |
Hidden settings
Factorio supports a number of hidden configuration options that are not normally shown in the GUI. They can be accessed by holding CTRL + ALT when clicking the "Settings" button in the pause menu, which will cause a new button labeled "The rest" to appear.
Most of these settings are also in the "config.ini" file in the Factorio user data directory.
These settings may be experimental and may not be validated for safety, so change them at your own risk.
| Name | Default | Description |
|---|---|---|
| autosave-slots | 3 | How many autosaves to keep on a rolling basis |
| non-blocking-saving | false | Only works on Mac and Linux. When set to true, saves do not cause to game to pause. [1] |
| technology-gui-pauses-game | true | By setting to false, the game will no longer pause in single player when opening the technology tree. |
| cache-prototype-data | false | When enabled, significantly speeds up the "Building prototypes..." step when starting the game, if prototypes haven't changed since last startup. |
| cache-sprite-atlas | false | When enabled, significantly speeds up the "Loading sprites..." step when starting the game, if sprites haven't changed since last startup. |