If wish for the game to display across multiple monitors simultaneously, you can do so by forcing a specific resolution when you launch it.
( Examples below are for triple 1080p monitors )
On Steam
If you play on Steam, this is most easily done by setting a Launch Parameter in the Steam Client.
- In Steam, go to your Library
- Right Click on the game title
- Select Properties
- Click Set Launch Options...
- Paste the following line into the provided text box
-popupwindow -screen-width 5760 -screen-height 1080 - Click OK, then Close.
On a PC
- Open a command line window
- Navigate to the folder containing tld.exe
- Type "tld.exe -popupwindow -screen-width 5760 -screen-height 1080"
On Mac
- Open a Terminal window
- Navigate to the folder containing tld.app
- Type "./tld.app/Contents/MacOS/tld -popupwindow -screen-width 5760 -screen-height 1080"