Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 633 Bytes

COMMANDLINE.md

File metadata and controls

25 lines (13 loc) · 633 Bytes

Otto Matic Command Line Switches

--fullscreen-resolution WIDTH HEIGHT

Force the game to start in true fullscreen mode with a custom resolution. (By default, the game starts in windowed fullscreen mode instead.)

Example: --fullscreen-resolution 640 480

--fullscreen-refresh-rate HERTZ

In true fullscreen mode, sets your display to the specified refresh rate.

Example: --fullscreen-refresh-rate 75

--vsync

Enable vertical synchronization (enabled by default).

--adaptive-vsync

Enable adaptive v-sync. Your hardware's support for this may vary.

--no-vsync

Disable vertical synchronization. Not recommended.