mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-07 05:43:23 +01:00
Updated How to create Graphic Packs (markdown)
parent
051ac0b595
commit
bcced46cb7
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user