Borderless Window Mode
Running the game in fullscreen is a deal breaker on multi-monitor systems if alt-tabbing between windows is at all desired.
Windowed-mode works fine, but it has the ugly border. A borderless windowed mode seems to fit the bill.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Possible.
If you got your game from somewhere else (not Steam), just add the parameter below to the Executable Shortcut.
For Steam:
Open Steam and select hackmud
Right-click and choose properties
Choose Set launch options
Paste the following into the launch paramters
-popupwindow -screen-width **WIDTH** -screen-height **HEIGHT**
Replace **WIDTH** and **HEIGHT** with the resolution you want to run at.
e.g.: -popupwindow -screen-width 1920 -screen-height 1080
You might need to alt-Enter once after starting the game.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -