Mario Kart Wii: Difference between revisions

Jump to navigation Jump to search
m (Text replacement - "(Intel Core i[357]-\d*)k" to "$1K")
No edit summary
Line 16: Line 16:


''Mario Kart Wii'' was first shown at E3 2007. It has been positively received by critics; while not revolutionary, the online capability and the large number of tracks, characters and karts has been praised. The game had a commercially successful launch in every region, and sold over a million copies in both Japan and the United States in less than a month.
''Mario Kart Wii'' was first shown at E3 2007. It has been positively received by critics; while not revolutionary, the online capability and the large number of tracks, characters and karts has been praised. The game had a commercially successful launch in every region, and sold over a million copies in both Japan and the United States in less than a month.
== FOV adjustment ==
The code for the camera stretch effect was originated by Dave as found in [https://www.youtube.com/watch?v=XQDATLTNmos his video] with the codes he has ported. For this code, it can be adjusted by changing the value from "3FB00000" to another value. To use this, select the "Edit Config" box in the gecko section and add these codes any where in the "[Gecko]" area of the game's ini file:
'''NTSC-U''':
<pre>
$Camera stretch effect
0488DBE4 3F198000
</pre>
If you decide to play this in 4:3, add this code below the camera stretch code to fix the 4:3 FOV to make the horizontal space match the 16:9 (where it is cropped from the top and bottom)
'''NTSC-U''':
<pre>
$4:3 camera fov fix
048B053C 3F79D000
</pre>
== Extra widescreen ==
This code is the same as the FOV adjustment code that is also ported by that hacker, but the purpose of this code is to allow wider screens beyond 16:9. The configuration is the same way as above as well as the 2:35:1 widescreen code. Be sure to change the aspect ratio to "Stretch to Window" if you've adjusted the code to a wider view for the game. An example code is shown here:
'''NTSC-U''':
<pre>
048B053C 3FAAD000
</pre>


== Problems ==
== Problems ==