Mario Party 6: Difference between revisions

Jump to navigation Jump to search
(Gammar)
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:


'''''Mario Party 6''''' is the sixth game in the ''Mario Party'' series of board game-style video games by Nintendo and is the third title in the series made for Nintendo [[GameCube]]. It is the first GameCube game to make use of a microphone add-on.
'''''Mario Party 6''''' is the sixth game in the ''Mario Party'' series of board game-style video games by Nintendo and is the third title in the series made for Nintendo [[GameCube]]. It is the first GameCube game to make use of a microphone add-on.
== Emulation Information ==
=== Microphone Configuration ===
To enable Mic support go to Options -> Configure -> GameCube, and set Slot B to "Mic". Set its button to GCN Pad 2, it does not work on Pad 1.
=== Network Mic ===
Dolphin is currently unable to support microphone input with networked play. This can be worked around by reconfiguring the Mic to use a controller input under the games options menu.


== Problems ==
== Problems ==
{{Problems|{{#vardefineecho:problems|
{{Problems|{{#vardefineecho:problems|
 
=== <s>Mowtown</s> ===
=== Mowtown ===
When the Mini-game "Mowtown" begins, the grass texture will delay a few seconds to update, making the players' progress invisible for a while. This can be fixed by set the '''Texture Cache Accuracy''' to "Medium" or "Safe".  Refer {{issue|10703}}. Fixed in {{Revision|5.0-7714}}.
When the Mini-game "Mowtown" begins, the grass texture will delay a few seconds to update, making the players' progress invisible for a while. This can be fixed by set the '''Texture Cache Accuracy''' to "Medium" or "Safe".  Refer {{issue|10703}}.


}}}}
}}}}


== Enhancements ==
== Enhancements ==
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Widescreen Gecko Code ===
The built-in Widescreen Hack causes Board clipping issues and buggy reflections. The following Gecko codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.
The built-in Widescreen Hack causes Board clipping issues and buggy reflections. The following Gecko codes work as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using these codes.


==== NTSC-U ====
==== NA ====
<pre>
<pre>$16:9 Widescreen
200018A8 9421FF58
200018A8 9421FF58
C609A64C 800018A8
C609A64C 800018A8
Line 238: Line 244:
</pre>
</pre>


==== PAL ====
==== EU ====
<pre>
<pre>$16:9 Widescreen
C2044DD8 00000006
C2044DD8 00000006
3C804040 90820000
3C804040 90820000
Line 373: Line 379:
</pre>
</pre>


==== NTSC-J ====
==== JP ====
<pre>
<pre>$16:9 Widescreen
F6000001 80008180
F6000001 80008180
98010008 7FA3EB78
98010008 7FA3EB78
Line 540: Line 546:
=== Remove Black Bars ===
=== Remove Black Bars ===
The PAL version has thin black bars on the top and bottom of the screen at all times even when you use Stretch to Window.
The PAL version has thin black bars on the top and bottom of the screen at all times even when you use Stretch to Window.
==== PAL ====
==== EU ====
<pre>
<pre>
0404C62C 4E800020
0404C62C 4E800020
Line 548: Line 554:
<!--A full list of options is available at Template:Config/doc-->
<!--A full list of options is available at Template:Config/doc-->
{{Config
{{Config
|accuratetexturecache   = Not Fast
|accuratetexturecachenotes = Needed for Mowtown
}}
}}


Navigation menu