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