Updated How to create Graphic Packs (markdown)

Michele 2020-01-18 11:38:50 -08:00
parent 051ac0b595
commit bcced46cb7

@ -268,6 +268,13 @@ $height = 2880
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $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 ## 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 # Common Ultrawide Resolutions
@ -292,6 +299,20 @@ $width = 5120
$height = 2160 $height = 2160
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $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 ## Presets for games that are 1920x1080
@ -363,6 +384,13 @@ $height = 2880
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $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 ## 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 # Common Ultrawide Resolutions
@ -387,4 +415,18 @@ $width = 5120
$height = 2160 $height = 2160
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $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
``` ```