Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 836 Bytes

COMMANDLINE.md

File metadata and controls

36 lines (19 loc) · 836 Bytes

Bugdom Command Line Switches

--stats

Show debugging stats. You can also press tilde+F8 in-game to enable them.

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

--msaa4x

Enable 4x multisample antialiasing (MSAA).

You can also try --msaa2x, --msaa4x, --msaa8x, or --msaa16x.

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