diff --git a/How-to-create-Graphic-Packs.md b/How-to-create-Graphic-Packs.md index b330ed4..605eee8 100644 --- a/How-to-create-Graphic-Packs.md +++ b/How-to-create-Graphic-Packs.md @@ -173,4 +173,297 @@ There are the four sections: `[Definition]`, `[Preset]`, `[Control]` and `[Textu | BC4_UNORM | 0x034 | | BC4_SNORM | 0x234 | | BC5_UNORM | 0x035 | -| BC5_SNORM | 0x235 | \ No newline at end of file +| BC5_SNORM | 0x235 | + +## Presets for games that are 1280x720 + +```ini +[Preset] +name = 1280x720 (Default) +$width = 1280 +$height = 720 +$gameWidth = 1280 +$gameHeight = 720 + +# Performance + +[Preset] +name = 320x180 +$width = 320 +$height = 180 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 640x360 +$width = 640 +$height = 360 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 960x540 +$width = 960 +$height = 540 +$gameWidth = 1280 +$gameHeight = 720 + +# Common HD Resolutions + +[Preset] +name = 1600x900 +$width = 1600 +$height = 900 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 1920x1080 +$width = 1920 +$height = 1080 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 2560x1440 +$width = 2560 +$height = 1440 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 3200x1800 +$width = 3200 +$height = 1800 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 3840x2160 +$width = 3840 +$height = 2160 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 5120x2880 +$width = 5120 +$height = 2880 +$gameWidth = 1280 +$gameHeight = 720 + +## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS + +# Common Ultrawide Resolutions + +[Preset] +name = 2560x1080 (Ultrawide) +$width = 2560 +$height = 1080 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 3440x1440 (Ultrawide) +$width = 3440 +$height = 1440 +$gameWidth = 1280 +$gameHeight = 720 + +# Common 16:10 Resolutions + +[Preset] +name = 1440x900 (16:10) +$width = 1440 +$height = 900 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 1680x1050 (16:10) +$width = 1680 +$height = 1050 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 1920x1200 (16:10) +$width = 1920 +$height = 1200 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 2560x1600 (16:10) +$width = 2560 +$height = 1600 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 2880x1800 (16:10) +$width = 2880 +$height = 1800 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 3840x2400 (16:10) +$width = 3840 +$height = 2400 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 5120x3200 (16:10) +$width = 5120 +$height = 3200 +$gameWidth = 1280 +$gameHeight = 720 +``` + +## Presets for games that are 1920x1080 +```ini +[Preset] +name = 1920x1080 (Default) +$width = 1920 +$height = 1080 +$gameWidth = 1920 +$gameHeight = 1080 + +# Performance + +[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 + +# Common HD Resolutions + +[Preset] +name = 1600x900 +$width = 1600 +$height = 900 +$gameWidth = 1920 +$gameHeight = 1080 + +[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 + +## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS + +# Common Ultrawide Resolutions + +[Preset] +name = 2560x1080 (Ultrawide) +$width = 2560 +$height = 1080 +$gameWidth = 1920 +$gameHeight = 1080 + +[Preset] +name = 3440x1440 (Ultrawide) +$width = 3440 +$height = 1440 +$gameWidth = 1920 +$gameHeight = 1080 + +# Common 16:10 Resolutions + +[Preset] +name = 1440x936 (16:10) +$width = 1440 +$height = 936 # 720x1.3 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 1680x1080 (16:10) +$width = 1680 +$height = 1080 # 720x1.5 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 1920x1224 (16:10) +$width = 1920 +$height = 1224 # 720x1.7 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 2560x1656 (16:10) +$width = 2560 +$height = 1656 # 720x2.3 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 2880x1800 (16:10) +$width = 2880 +$height = 1800 # 720x2.5 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 3840x2448 (16:10) +$width = 3840 +$height = 2448 # 720x3.4 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 5120x3168 (16:10) +$width = 5120 +$height = 3168 # 720x4.4 +$gameWidth = 1280 +$gameHeight = 720 +``` \ No newline at end of file