From 051ac0b59544ed7c92fc67335a56c217990d3f9c Mon Sep 17 00:00:00 2001 From: Michele Date: Sat, 18 Jan 2020 11:25:40 -0800 Subject: [PATCH] add back 2880p + add 2160pUW --- How-to-create-Graphic-Packs.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/How-to-create-Graphic-Packs.md b/How-to-create-Graphic-Packs.md index 3dcd659..c3b0405 100644 --- a/How-to-create-Graphic-Packs.md +++ b/How-to-create-Graphic-Packs.md @@ -261,6 +261,13 @@ $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, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST # Common Ultrawide Resolutions @@ -278,6 +285,13 @@ $width = 3440 $height = 1440 $gameWidth = 1280 $gameHeight = 720 + +[Preset] +name = 5120x2160 (Ultrawide) +$width = 5120 +$height = 2160 +$gameWidth = 1280 +$gameHeight = 720 ``` ## Presets for games that are 1920x1080 @@ -342,6 +356,13 @@ $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, DON'T ADD THESE IF THE GAME PATCH DOESN'T EXIST # Common Ultrawide Resolutions @@ -359,4 +380,11 @@ $width = 3440 $height = 1440 $gameWidth = 1920 $gameHeight = 1080 + +[Preset] +name = 5120x2160 (Ultrawide) +$width = 5120 +$height = 2160 +$gameWidth = 1920 +$gameHeight = 1080 ``` \ No newline at end of file