The Legend of Zelda: Skyward Sword: Difference between revisions

→‎Depth of Field Removal Hack: Replaced projection hack with Gecko code https://forums.dolphin-emu.org/Thread-requesting-updates-to-skyward-sword-in-wiki
(→‎Depth of Field Removal Hack: Replaced projection hack with Gecko code https://forums.dolphin-emu.org/Thread-requesting-updates-to-skyward-sword-in-wiki)
Line 47: Line 47:
(Remember that the game ID changes depending on the region, and as such the name of the folder downloaded might need to be edited accordingly).
(Remember that the game ID changes depending on the region, and as such the name of the folder downloaded might need to be edited accordingly).
=== Depth of Field Removal Hack ===
=== Depth of Field Removal Hack ===
The depth of field effect used in the game can look considerably off on higher resolutions. To remove it, right click on the game in the game list, select "Properties", then click on "Edit config". Finally, add the following code to the bottom of the file:
The depth of field effect used in the game can look considerably off on higher resolutions. To remove it, use this Gecko code:
<pre>[Video]
 
ProjectionHack = 1
<pre>
PH_SZNear = 1
$Art Style Intensity Modifier [Anarion]
PH_SZFar = 1
0257A350 00003F83
PH_ExtraParam = 0
</pre>
PH_ZNear = 0
PH_ZFar = 1.0</pre>
It should be noted however that bugs will occur:
* Items such as the Slingshot, the Clawshots, etc. require the Wiimote to be moved slowly for the target to be visible.
* Sections of the game with Timeshift Stones might have the "transformation" scene bugged, and in a few cases the entire zone out of the area of influence of the stone will be pitch black, making a removal of the hack necessary for these particular areas.
* Breaks the Skyloft and third Mining Temple maps
{{image|Skyward Sword Broken map.jpg|Broken map}}
{{image|Skyward Sword Correct map.jpg|Correct map|br}}
Source: [http://skyward-sword-remastered.tumblr.com/post/132719445166/depth-of-field-removal-hack Depth of Field Removal]


== Configuration ==
== Configuration ==
212

edits