Add --safe-graphics flag
Posted: Mon Dec 24, 2012 3:35 am
On some old computers (mine included), the default graphics settings make the game literally unplayable. The main menu simply never appears, because the computer is unable to render it. This can cause the screen to go black, stop updating, or seem to freeze at some high percentage of loading, depending on how the failure manifests. If music is enabled, it will begin playing when the menu should appear, making that a useful indicator.
A new flag, --safe-graphics, should be added to the game. If it's set when launching the game, the most conservative settings should be used, regardless of what's set (or not set) in the game options. Specifically:
A new flag, --safe-graphics, should be added to the game. If it's set when launching the game, the most conservative settings should be used, regardless of what's set (or not set) in the game options. Specifically:
- The dynamic menu background should be disabled.
- The resolution should be 800x600, windowed.
- Particle effects density should be 0.
- Antialiased text should be off.
- Framebuffers should be off.
- OpenGL Shaders should be off.
- Custom mouse cursor should be off.