[2.0.58] [mac-x64] Grammatical error in value for key `macos-preferred-graphics-backend`
Posted: Tue Jun 24, 2025 4:32 am
Hey there! I recently went through the entirety of my config.ini to look for settings that don't appear in the settings UI, as I do every so often. The newest key under the [graphics] header, macos-preferred-graphics-backend, has a grammatical error in one of the options for valid values.
The valid values listed for macos-preferred-graphics-backend are open-gl and metal. Regardless of context, I think it's evident that the hyphen in the open-gl value should be removed, as the API's name is OpenGL. However, in addition to it being intuitive, there is precedent for this stylisation elsewhere in the Factorio configuration file, as seen here:
Just 130 lines above the macos-preferred-graphics-backend key, there is another key under the same [graphics] header named force-opengl. I think this makes this a pretty open-and-shut issue. Thank you to all of the developers for their continued support of Factorio. 
Code: Select all
; Options: open-gl, metal
macos-preferred-graphics-backend=metal
Code: Select all
; Options: true, false
; force-opengl=false
