From bcced46cb7577d5cfa3b9bf2984ef8735ee35908 Mon Sep 17 00:00:00 2001 From: Michele Date: Sat, 18 Jan 2020 11:38:50 -0800 Subject: [PATCH] Updated How to create Graphic Packs (markdown) --- How-to-create-Graphic-Packs.md | 42 ++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/How-to-create-Graphic-Packs.md b/How-to-create-Graphic-Packs.md index c3b0405..ebd48b9 100644 --- a/How-to-create-Graphic-Packs.md +++ b/How-to-create-Graphic-Packs.md @@ -268,6 +268,13 @@ $height = 2880 $gameWidth = 1280 $gameHeight = 720 +[Preset] +name = 7680x4320 +$width = 7680 +$height = 4320 +$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 @@ -292,6 +299,20 @@ $width = 5120 $height = 2160 $gameWidth = 1280 $gameHeight = 720 + +[Preset] +name = 6880x2880 (Ultrawide) +$width = 6880 +$height = 2880 +$gameWidth = 1280 +$gameHeight = 720 + +[Preset] +name = 10240x4320 (Ultrawide) +$width = 10240 +$height = 4320 +$gameWidth = 1280 +$gameHeight = 720 ``` ## Presets for games that are 1920x1080 @@ -363,6 +384,13 @@ $height = 2880 $gameWidth = 1920 $gameHeight = 1080 +[Preset] +name = 7680x4320 +$width = 7680 +$height = 4320 +$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 @@ -387,4 +415,18 @@ $width = 5120 $height = 2160 $gameWidth = 1920 $gameHeight = 1080 + +[Preset] +name = 6880x2880 (Ultrawide) +$width = 6880 +$height = 2880 +$gameWidth = 1920 +$gameHeight = 1080 + +[Preset] +name = 10240x4320 (Ultrawide) +$width = 10240 +$height = 4320 +$gameWidth = 1920 +$gameHeight = 1080 ``` \ No newline at end of file