-
Notifications
You must be signed in to change notification settings - Fork 49
In game Resolutions
D2DX contains a mod that enables (for 1.09d, 1.13c, 1.13d and 1.14d) custom in-game resolutions, beyond the 640x480 and 800x600 of the original game.
It will, by default, select an adapted resolution to achieve integer scaling for the sharpest visuals. This decision can be overridden by the user via the configuration file, if desired.
The table below shows the default in-game resolutions that D2DX will use.
When choosing these resolutions, care was taken for them to:
- Remain close to the default resolutions, without dipping below 480 in height.
- Not over-extend horizontally on >16:9 monitors (the game just isn't built for it).
I've tried to support all the common monitor resolutions. If yours is missing, or if you disagree with the in-game resolution choices - create an issue and let me know!
Desktop/Monitor | In-game default | -dxnowide |
---|---|---|
1280x720 | 1280x720 | 960x720 |
1360x768 | 1360x768 | 1024x768 |
1366x768 | 1366x768 | 1024x768 |
1280x800 | 1280x800 | 1066x800 |
1536x864 | 1536x864 | 1152x864 |
1440x900 | 1440x900 | 1200x900 |
1600x900 | 1600x900 | 1200x900 |
1280x1024 | 640x512 | 640x480 |
1400x1050 | 700x525 | 700x525 |
1680x1050 | 840x525 | 700x525 |
1400x1050 | 700x525 | 700x525 |
1920x1080 | 960x540 | 720x540 |
2560x1080 | 960x540 | 720x540 |
2048x1152 | 1024x576 | 768x576 |
1600x1200 | 800x600 | 800x600 |
1920x1200 | 960x600 | 800x600 |
2560x1440 | 1280x720 | 960x720 |
3440x1440 | 1280x720 | 960x720 |
2048x1536 | 1024x768 | 1024x768 |
2560x1600 | 852x532 | 710x532 |
2560x2048 | 852x682 | 852x640 |
3200x2048 | 1066x682 | 852x640 |
3840x2160 | 1280x720 | 960x720 |
4096x2160 | 1364x720 | 960x720 |
4320x2160 | 1440x720 | 960x720 |
3200x2400 | 800x600 | 800x600 |
3840x2400 | 960x600 | 800x600 |
You can set a custom resolution by editing the "size" option under the "[game]" section in the https://github.com/bolrog/d2dx/wiki/ConfigurationFile. The maximum allowed size is your desktop size.
It's not recommend to exceed ~720p (1280x720), as the game isn't built for high resolutions and may exhibit issues/bugs.