Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

A Wii Homebrew Project to play GC Games on Wii and vWii on Wii U

Notifications You must be signed in to change notification settings

altf4/Nintendont

 
 

Repository files navigation

Download the .zip from the latest release

Nintendont Slippi

This is a fork of FIX94/Nintendont specifically used for supporting Project Slippi.

Users

See README.md for standard Nintendont if you're new to Nintendont.

Replays

See documentation in SLIPPI.md for more information.

Kadano's Wii softmodding guide

I recommend using Kadano's guide if you're new to Wii homebrew. Many guides in the wild are out of date or weren't very good to begin with.

Installation Summary

  1. Download the .zip from the latest release. Unzip to the root of your SD card such that boot.dol, meta.xml, and icon.png all end up under /apps/Nintendont Melee.
  2. Copy your vanilla Melee (NTSC 1.02) ISO (as well as any special versions like Training Mode) to /games/.
  3. Combine with Priiloader and Nintendont Forwarder for Priiloader to autoboot from power-on to Nintendont.
  4. Turn on autoboot in Nintendont settings to autoboot all the way to Melee.

Developers

See README.md for standard Nintendont if you're new to Nintendont.

Build Requirements

You will need to install part of the devkitPro toolchain to build Nintendont. Visit the getting started page and find the instructions for your system. I recommend installing GBA, Wii, and GC packages. GBA is required to get devkitARM which isn't provided in the others. You effectively need devkitARM devkitPPC and libogc.

Building on Windows

To build on windows, you need to run the Incremental Build.bat file in the Nintendont root.

Troubleshooting

libwinpthread-1.dll error:

make -C multidol
make[1]: Entering directory '/home/Jas/Documents/GitHub/Nintendont/multidol'
 ASSEMBLE    crt0.S
make[1]: *** [Makefile:36: crt0.o] Error 1
make[1]: Leaving directory '/home/Jas/Documents/GitHub/Nintendont/multidol'
make: *** [Makefile:34: multidol] Error 2

For some reason my devkitPro installer did not install things quite correctly for me. In order to fix the above error, you will need to go to your devkitPPC/bin directory, grab the file called libwinpthread-1.dll. You will need to copy this file to devkitPPC/libexec/gcc/powerpc-eabi/8.2.0. Repeat the same thing for the devkitARM directory, this should fix the issue.

About

A Wii Homebrew Project to play GC Games on Wii and vWii on Wii U

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.3%
  • Assembly 4.2%
  • C++ 4.1%
  • Makefile 0.6%
  • Objective-C 0.3%
  • Python 0.3%
  • Other 0.2%