The Legend of Zelda: Skyward Sword: Difference between revisions

Jump to navigation Jump to search
(→‎Gameplay Videos: New video. Re-ordered all old videos by date.)
(27 intermediate revisions by 9 users not shown)
Line 16: Line 16:


== Emulation Information ==
== Emulation Information ==
{{Problems/Wii MotionPlus Required}}
 
=== Wii Remote Calibration ===
During sword strikes or other rapid successive movements, the Wii Remote may lose calibration. This can happen even on console, and to help alleviate this the game has a built in automatic calibration whenever it sees the sensor bar, as well as a built in manual calibration feature: press Down on the Wii Remote's Dpad while pointing at the sensor bar will calibrate it anywhere instantly (preferably in a menu, but calling Fi will fix it as well). Use these features any time the motion controls become desynced.
 
Unfortunately Emulated Bluetooth exhibits this behavior worse than console, making it desync more regularly. [[Bluetooth Passthrough]] however behaves the same as console, and is recommended if you are having trouble with this issue.


== Problems ==
== Problems ==
Line 22: Line 26:
=== Map Colors ===
=== Map Colors ===
The map is rendered with fewer colored subsections than it should have. Refer {{Issue|9070}}.
The map is rendered with fewer colored subsections than it should have. Refer {{Issue|9070}}.
{{Image|Legend of Zelda-Skyward Sword Map broken.jpg|Dolphin map}}
{{Image|Legend of Zelda-Skyward Sword Map broken.jpg|Dolphin map, with solid shorelines}}
{{Image|Legend of Zelda-Skyward Sword Map on console.jpg|Proper map|br}}
{{Image|Legend of Zelda-Skyward Sword Map on console.jpg|Proper map. with gradient shorelines|br}}


=== Wii Remote Calibration ===
{{Problems/Wii MotionPlus Required}}
During sword strikes or other rapid successive movements, the Wii Remote may lose calibration. This can happen even on console, and to help alleviate this the game has a built in automatic calibration whenever it sees the sensor bar, as well as a built in manual calibration feature: press Down on the Wii Remote's Dpad while pointing at the sensor bar will calibrate it anywhere instantly (preferably in a menu, but calling Fi will fix it as well). Use these features any time the motion controls become desynced.


Unfortunately Emulated Bluetooth exhibits this behavior worse than console, making it desync more regularly. [[Bluetooth Passthrough]] however behaves the same as console, and is recommended if you are having trouble with this issue.
}}}}


== Enhancements ==
=== Banding ===
=== Banding ===
Banding may be present in shading on characters and surroundings. To fix it, turn on '''Force Texture Filtering'''.
Banding may be present in shading on characters and surroundings when internal resolution (IR) is bigger than 1x. To fix it, turn on '''Force Texture Filtering'''.
{{image|ZeldaSS-BandingAF.jpg|Character shading properly emulated||width=200}}
{{image|ZeldaSS-BandingAF.jpg|Character shading properly emulated||width=200}}
{{image|ZeldaSS-Banding.jpg|Link improperly shaded with banding|br|width=200}}
{{image|ZeldaSS-Banding.jpg|Link improperly shaded with banding|br|width=200}}


=== Pellets/Arrows Aim ===
=== HD Texture Pack ===
Enabling '''Skip EFB Access from CPU''' can prevent you from aiming properly.
* [https://www.henrikomagnifico.com/zelda-skyward-sword-4k Zelda: Skyward Sword 4K]
* [http://skyward-sword-remastered.tumblr.com/download Skyward Sword Remastered]
(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).


}}}}
=== 4:3 Support ===
The gecko code below removes the borders but un-stretches some of the windows.
====NTSC-U====
<pre>
040543fc 38600000
0419e238 38600000
045b27ac 3faaf287
C219E298 0000000C
FC20E890 48000009
4800000C 4E800021
3C0EFA35 7C6802A6
FFA00090 C0030000
EC210032 3C60804D
60636158 7C6803A6
4E800021 EC210772
3C60804D 606357DC
7C6803A6 4E800021
4BFFFFC5 7C6802A6
C0030000 EC210024
FFA00890 00000000
C21BBDEC 00000005
7CA51C30 48000009
3F3B13B1 7C8802A6
C0040000 2C050000
40820008 ECA50024
EC040072 00000000
C21BBC7C 00000005
C03F001C 3C608005
60634AD0 7C6803A6
4E800021 2C030000
41820008 C02DBD34
60000000 00000000
</pre>


== Enhancements ==
=== Horizontal Black Line /w Non-Integral Internal Resolution ===
A thin (1px) black line appears when the Internal Resolution is set to '''Auto (Window Size)''', appearing above the lower right quadrant of the screen. Use other Internal Resolution settings to avoid this problem, which is inherent to the hackish nature of fractional scaling and is unlikely to be fixed. See {{issue|6640}}.
=== HD Texture Pack ===
[http://skyward-sword-remastered.tumblr.com/download Skyward Sword Remastered]
(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
====NTSC-U====
PH_SZNear = 1
<pre>
PH_SZFar = 1
$Art Style Intensity Modifier [Anarion]
PH_ExtraParam = 0
0257a350 00000000
PH_ZNear = 0
</pre>
PH_ZFar = 1.0</pre>
 
It should be noted however that bugs will occur:
Known to work with Revision 0, possibly with Rev. 1, and NOT with Rev. 2.
* 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.
=== <s>Horizontal Black Line /w Non-Integral Internal Resolution</s> ===
* Breaks the Skyloft and third Mining Temple maps
A thin (1px) black line appears when the Internal Resolution is set to '''Auto (Window Size)''', appearing above the lower right quadrant of the screen. Use other Internal Resolution settings to avoid this problem, which is inherent to the hackish nature of fractional scaling and is unlikely to be fixed. See {{issue|6640}}. Fixed in {{revision|5.0-5097}}.
{{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 ==
Line 67: Line 96:
{{Config
{{Config
|forcefilter = On
|forcefilter = On
|forcefilternotes = Eliminates banding problems
|forcefilternotes = Eliminates banding problems at higher IR.
}}
}}


Line 138: Line 167:
{{testing/entry|revision=5.0-1066|OS=Windows 7|CPU=Intel Pentium G620 @ 2.6GHz|GPU=Intel HD Graphics|result=Perfecto, 30 FPS estables con una resolucion de 800x600, Sinc-V. Baja un poco los FPS en areas abiertas, pero por lo general va a 30 fijo.|tester=Sky & Wave}}
{{testing/entry|revision=5.0-1066|OS=Windows 7|CPU=Intel Pentium G620 @ 2.6GHz|GPU=Intel HD Graphics|result=Perfecto, 30 FPS estables con una resolucion de 800x600, Sinc-V. Baja un poco los FPS en areas abiertas, pero por lo general va a 30 fijo.|tester=Sky & Wave}}
{{testing/entry|revision=5.0-1328|OS=Windows 10|CPU=AMD Phenom II x6 1090t @ 3.2GHz|GPU=AMD R9 280|result=Running at 3x internal resolution, 2xSMAA and 16xAF. Runs great; a few minor stutters. |tester=Sam3}}
{{testing/entry|revision=5.0-1328|OS=Windows 10|CPU=AMD Phenom II x6 1090t @ 3.2GHz|GPU=AMD R9 280|result=Running at 3x internal resolution, 2xSMAA and 16xAF. Runs great; a few minor stutters. |tester=Sam3}}
{{testing/entry|revision=5.0-2245|OS=Windows 10|CPU=Intel i5-6600K @ 4.2GHz|GPU=NVIDIA GeForce GTX 1070|result=30FPS at 3x internal resolution, 8xSSAA and 16xAF. Minor stutters when new stuff and sounds getting loaded, even on SSDs.|tester=WallK}}
{{testing/entry|revision=5.0-2245|OS=Windows 10|CPU=Intel Core i5-6600K @ 4.2GHz|GPU=NVIDIA GeForce GTX 1070|result=30FPS at 3x internal resolution, 8xSSAA and 16xAF. Minor stutters when new stuff and sounds getting loaded, even on SSDs.|tester=WallK}}
{{testing/entry|revision=5.0-2245|OS=Windows 10|CPU=AMD FX-8320e @ 4GHz|GPU=AMD Radeon HD 7870|result=30FPS at 3x internal resolution, 8xSSAA and 16xAF. Hitches as new stuff is cached, to be expected.|tester=Tosslehoff}}
{{testing/entry|revision=5.0-2245|OS=Windows 10|CPU=AMD FX-8320e @ 4GHz|GPU=AMD Radeon HD 7870|result=30FPS at 3x internal resolution, 8xSSAA and 16xAF. Hitches as new stuff is cached, to be expected.|tester=Tosslehoff}}
{{testing/end}}
{{testing/end}}
Line 145: Line 174:
<!--A full list of options is available at Template:VideoGallery/doc-->
<!--A full list of options is available at Template:VideoGallery/doc-->
{{VideoGallery
{{VideoGallery
|vid1=68_AmTPfgpg|cap1=Zelda Skyward Sword - 1080P Dolphin Emulation - MAXED Settings - 2-GTX 580 (r7719)
|vid1=Gv4Z4Lf7T0A|cap1=4K UHD Dolphin 5.0 Zelda: Skyward Sword Gameplay (4K 2160p60) UHD TEXTURE
|vid2=yGj5Qn0zkL4|cap2=Dolphin Emulator 5.0 (Ishiiruka r699) - The Legend of Zelda: Skyward Sword (1080p HD) - Nintendo Wii
|vid2=EuYr9dKfSkA|cap2=Dolphin Skyward Sword Earth Temple cutscene 1080p
|vid3=vG1i77TfH-Q|cap3=Ishiiruka Dolphin 5.0 - LEGEND OF ZELDA : Skyward Sword HD TEXTURE PACK TESTing (1080p60)
|vid3=LzDtziGQOEs|cap3=Skyward Sword (with HD textures) Dolphin 5.0 vs Wii Comparison - The Retro Byte (2160p)
|vid4=EuYr9dKfSkA|cap4=Dolphin Skyward Sword Earth Temple cutscene 1080p
|vid4=J4atzPexCSE|cap4=Dolphin 5.0-7391 4k IR - Zelda: Skyward Sword Gameplay (1440p60)
|vid5=LzDtziGQOEs|cap5=Skyward Sword (with HD textures) Dolphin 5.0 vs Wii Comparison - The Retro Byte (2160p)
|vid5=68_AmTPfgpg|cap5=Zelda Skyward Sword - 1080P Dolphin Emulation - MAXED Settings - 2-GTX 580 (r7719)
|vid6=J4atzPexCSE|cap6=Dolphin 5.0-7391 4k IR - Zelda: Skyward Sword Gameplay (1440p60)
}}
}}


Navigation menu