cemu_graphic_packs/docs/_FAQ/How do I add my own resolutions.md
Crementif 84c097bec0 Reworked website, [NAN] Change name, [BotW] Update Clarity
Website has a new look with some advanced functionality! Feel free to give feedback though! If you want to provide or know a FAQ and an answer to that, let me know and I'll add it.

Also, updated Bruz clarity preset and added ViskClarity as a preset.

Plus a small little bugfix, which closes https://github.com/slashiee/cemu_graphic_packs/pull/320 since otherwise there would've been a merge conflict.
2019-01-08 19:45:57 +01:00

1.2 KiB

anchor_link order
customize-packs 99

This might be slightly technical, so carefully follow these steps. This'll assume you use Cemu 1.14.0 packs and newer since only those contain presets.

  1. Open the resolution pack folder (either graphicPacks or graphicPacks/downloadedGraphicPacks) which follows the following name convention ShortTitle_Resolution, for example MarioKart8_Resolution.
  2. Open the rules.txt file in notepad or something similar and find the following text (this is for 720p games, but 1080p will only have some changes in values):

[Preset]
name = 1280x720 (Default)
$width = 1280
$height = 720
$gameWidth = 1280
$gameHeight = 720

  1. Now, change the $width and $height to the resolution you want. Some resolutions won't work so choosing common monitor resolutions here is recommended. An extra step is needed if you've used Cemu's build-in downloader: Copy the pack you've edited from the graphicPacks/downloadedGraphicPacks folder to the root graphicPacks folder to prevent it from being overwritten.
  2. Choose the "(Default)" preset (the one you've edited) in the graphicPacks window and boot the game up. If it has any issues, follow the steps again and try a different resolution.