From edbc8a00728c3fe0eacbd22e14bbc04fd7e0c4f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 3 Feb 2019 13:04:22 -0800 Subject: [PATCH] Updated How to create resolution packs (markdown) --- How-to-create-resolution-packs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/How-to-create-resolution-packs.md b/How-to-create-resolution-packs.md index 273cd4c..c1305fe 100644 --- a/How-to-create-resolution-packs.md +++ b/How-to-create-resolution-packs.md @@ -32,4 +32,6 @@ overwriteHeight = ($height/$gameHeight) * [insert the height we found of the fir 3. If you've done that, you can enable the graphic pack and check in-game to see if you've scaled the resolution of this pack correctly or if you need to scale more "texture groups" by repeating the steps above. If you see, for example, in the right top corner of the screen a weird texture, then it's very likely that you'll need to find this texture (group) too and also scale that. -4. Is the game finally fully upscaled (you can check quickly by pressing `shift+printscreen` when the game is running and paste your clipboard into paint or whatever and check the picture's size. Don't forget to enable your graphic pack and double check everything). Everything's still good? Consider sending a pull request or share the pack in the #gfx_packs channel in our discord where it may be uploaded. \ No newline at end of file +4. Is the game finally fully upscaled (you can check quickly by pressing `shift+printscreen` when the game is running and paste your clipboard into paint or whatever and check the picture's size. Don't forget to enable your graphic pack and double check everything). Everything's still good? Consider sending a pull request or share the pack in the #gfx_packs channel in our discord where it may be uploaded. + +For any additional information, please refer to the [graphics pack page](https://github.com/slashiee/cemu_graphic_packs/wiki/How-to-create-Graphic-Packs). \ No newline at end of file