Advertisement
Guest User

Untitled

a guest
May 5th, 2023
12,805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1.  
  2. 1. Download latest Early Access build https://github.com/pineappleEA/pineapple-src/releases
  3.  
  4. 2. Install key/firmware
  5.  
  6. keys -> aHR0cHM6Ly9kcml2ZS5nb29nbGUuY29tL2RyaXZlL2ZvbGRlcnMvMUtBeW0tUnBHSUR1SmlTbU1MbXBDdEdWYmhMbTRWalRaP3VzcD1zaGFyaW5n
  7.  
  8. firmware -> aHR0cHM6Ly9kYXJ0aHN0ZXJuaWUubmV0L3N3aXRjaC1maXJtd2FyZXMv
  9.  
  10. 2.1 Imported the XCI into Yuzu
  11.  
  12. 2.2 Installed the v1.1 nsp -> aHR0cHM6Ly8weDAuc3QvSFpxQi5uc3AK
  13.  
  14. 3. Install ToTK Yuzu Fix v2.1 for v1.1 -> https://pixeldrain.com/u/FTJe3oET
  15. This is important! Extract the fix file and copy the TOTKYuzuFix folder and paste to \AppData\Roaming\yuzu\load\0100F2C0115B6000.
  16. So you should have AppData\Roaming\yuzu\load\0100F2C0115B6000\TOTKYuzuFix
  17.  
  18. 4. Install FPS mod edited to work with 1.1
  19. Same as above, so final resting spot will be AppData\Roaming\yuzu\load\0100F2C0115B6000\30fps
  20.  
  21. To get the fps mods to work with 1.1 you just have to rename the 1.0.0.pchtxt to 1.1.0.pchtxt (that worked for me anyway)
  22.  
  23. Note: if you just installed 1.1.0 update make sure to clear your shader cache, using 1.0.0 cache causes crashes & gfx issues!
  24.  
  25. 5. Fix blurry/sharper image, This is a night and day difference in quality! Open the Open main-1.1.0.pchtxt file in the TOTKYuzuFix mod folder and replace with the following,
  26.  
  27.  
  28. @nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3
  29.  
  30. @flag print_values
  31. @flag offset_shift 0x100
  32.  
  33. // Yuzu loading fix
  34. @enabled
  35. 00E554F4 E00313AA
  36. @stop
  37.  
  38. // Force full-res rendering
  39. @enabled
  40. 00CEA77C 15000014
  41. @stop
  42.  
  43. // Disable FSR downscaling
  44. @enabled
  45. 00CAD348 08008052
  46. @stop
  47.  
  48. Updated scaling fixes for 1.1.0 (removes the FSR downscaling game uses, making it run at full-res, this has a performance hit, wouldn't recommend using with 60fps patch). If the game performance is awful, just remove the "Disable FSR downscaling" section.
  49. 1. Download latest Early Access build https://github.com/pineappleEA/pineapple-src/releases
  50.  
  51. 2. Install key/firmware
  52.  
  53. keys -> aHR0cHM6Ly9kcml2ZS5nb29nbGUuY29tL2RyaXZlL2ZvbGRlcnMvMUtBeW0tUnBHSUR1SmlTbU1MbXBDdEdWYmhMbTRWalRaP3VzcD1zaGFyaW5n
  54.  
  55. firmware -> aHR0cHM6Ly9kYXJ0aHN0ZXJuaWUubmV0L3N3aXRjaC1maXJtd2FyZXMv
  56.  
  57. 2.1 Imported the XCI into Yuzu
  58.  
  59. 2.2 Installed the v1.1 nsp -> aHR0cHM6Ly8weDAuc3QvSFpxQi5uc3AK
  60.  
  61. 3. Install ToTK Yuzu Fix v2.1 for v1.1 -> https://pixeldrain.com/u/FTJe3oET
  62. This is important! Extract the fix file and copy the TOTKYuzuFix folder and paste to \AppData\Roaming\yuzu\load\0100F2C0115B6000.
  63. So you should have AppData\Roaming\yuzu\load\0100F2C0115B6000\TOTKYuzuFix
  64.  
  65. 4. Install FPS mod edited to work with 1.1
  66. Same as above, so final resting spot will be AppData\Roaming\yuzu\load\0100F2C0115B6000\30fps
  67.  
  68. To get the fps mods to work with 1.1 you just have to rename the 1.0.0.pchtxt to 1.1.0.pchtxt (that worked for me anyway)
  69.  
  70. Note: if you just installed 1.1.0 update make sure to clear your shader cache, using 1.0.0 cache causes crashes & gfx issues!
  71.  
  72. 5. Fix blurry/sharper image, This is a night and day difference in quality! Open the Open main-1.1.0.pchtxt file in the TOTKYuzuFix mod folder and replace with the following,
  73.  
  74.  
  75. @nsobid-D5AD6AC71EF53E3E52417C1B81DBC9B4142AA3B3
  76.  
  77. @flag print_values
  78. @flag offset_shift 0x100
  79.  
  80. // Yuzu loading fix
  81. @enabled
  82. 00E554F4 E00313AA
  83. @stop
  84.  
  85. // Force full-res rendering
  86. @enabled
  87. 00CEA77C 15000014
  88. @stop
  89.  
  90. // Disable FSR downscaling
  91. @enabled
  92. 00CAD348 08008052
  93. @stop
  94.  
  95. Updated scaling fixes for 1.1.0 (removes the FSR downscaling game uses, making it run at full-res, this has a performance hit, wouldn't recommend using with 60fps patch). If the game performance is awful, just remove the "Disable FSR downscaling" section.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement