2019-01-02 23:02:53 +01:00
|
|
|
```ini
|
2018-11-16 05:32:19 +01:00
|
|
|
[Preset]
|
|
|
|
name = 1920x1080 (Default)
|
|
|
|
$width = 1920
|
|
|
|
$height = 1080
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
2019-01-02 23:02:53 +01:00
|
|
|
# Performance
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 320x180
|
|
|
|
$width = 320
|
|
|
|
$height = 180
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 640x360
|
|
|
|
$width = 640
|
|
|
|
$height = 360
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 960x540
|
|
|
|
$width = 960
|
|
|
|
$height = 540
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 1280x720
|
|
|
|
$width = 1280
|
|
|
|
$height = 720
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
2019-01-02 23:02:53 +01:00
|
|
|
# Common HD Resolutions
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 2560x1440
|
|
|
|
$width = 2560
|
|
|
|
$height = 1440
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 3200x1800
|
|
|
|
$width = 3200
|
|
|
|
$height = 1800
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 3840x2160
|
|
|
|
$width = 3840
|
|
|
|
$height = 2160
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 5120x2880
|
|
|
|
$width = 5120
|
|
|
|
$height = 2880
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
2019-01-02 23:02:53 +01:00
|
|
|
## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS
|
2018-11-16 05:32:19 +01:00
|
|
|
|
2019-01-02 23:02:53 +01:00
|
|
|
# Common Ultrawide Resolutions
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2019-01-02 23:02:53 +01:00
|
|
|
name = 2560x1080 (Ultrawide)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 2560
|
|
|
|
$height = 1080
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
|
|
|
[Preset]
|
2019-01-02 23:02:53 +01:00
|
|
|
name = 3440x1440 (Ultrawide)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 3440
|
|
|
|
$height = 1440
|
|
|
|
$gameWidth = 1920
|
|
|
|
$gameHeight = 1080
|
|
|
|
|
2019-01-02 23:02:53 +01:00
|
|
|
# Common 16:10 Resolutions
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 1440x936 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 1440
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 936 # 720x1.3
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 1680x1080 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 1680
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 1080 # 720x1.5
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 1920x1224 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 1920
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 1224 # 720x1.7
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 2560x1656 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 2560
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 1656 # 720x2.3
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
|
|
|
name = 2880x1800 (16:10)
|
|
|
|
$width = 2880
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 1800 # 720x2.5
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 3840x2448 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 3840
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 2448 # 720x3.4
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
|
|
|
|
[Preset]
|
2018-11-26 00:49:38 +01:00
|
|
|
name = 5120x3168 (16:10)
|
2018-11-16 05:32:19 +01:00
|
|
|
$width = 5120
|
2018-11-26 18:34:34 +01:00
|
|
|
$height = 3168 # 720x4.4
|
2018-11-26 00:49:38 +01:00
|
|
|
$gameWidth = 1280
|
|
|
|
$gameHeight = 720
|
2018-11-16 05:32:19 +01:00
|
|
|
```
|