The complete guide to modding your Wii (and Wii mini).
9da0d85157
Typos were found by [typos](https://github.com/crate-ci/typos): ``` error: `reccommend` should be `recommend` --> .\priiloader.md:74:56 | 74 | 1. Press `A` on each hack you would like to enable. We reccommend that you enable "Block Disc Updates", "Block Online Updates", and "Region Free EVERYTHING". | ^^^^^^^^^^ | error: `promt` should be `prompt` --> .\modmii.md:17:346 | 17 | Modmii is a PC program for windows created by XFlak that has various helpful tools for modding, including some tutorials that may not be currently available here on the wii.guide website. You can choose to launch in Modmii skin, which has a more user friendly approach, or launch in Modmii Classic, which interacts like a PC terminal or command promt. Some advanced options may not be accessible in Modmii Skin. A list of the various activities for Modmii Classic can be found below. | ^^^^^ | error: `inclue` should be `include` --> .\modmii.md:43:194 | 43 | | S = SNEEK Installation, EmuNAND Builder\Modifier, Game Bulk Extractor | This option will help you properly set up an EmuNAND (aka neek2o) onto your SD or USB. benefits for emunand inclue extra storage space for save games or channels. and the benefit of not making any permanent modifications to your Wii. | | ^^^^^^ | error: `certian` should be `certain` --> .\modmii.md:51:151 | 51 | | C = Build Config Files for Bootmii, Wad Manager or Multi-Mod Manager | This option will help you build configuration files required for certian applications. | | ^^^^^^^ | ``` |
||
---|---|---|
.bundle | ||
.github | ||
_data | ||
_includes | ||
_layouts | ||
_pages | ||
_sass | ||
assets | ||
images | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
_config.yml | ||
banner.js | ||
CNAME | ||
crowdin.yaml | ||
Gemfile | ||
LICENSE.txt | ||
minimal-mistakes-jekyll.gemspec | ||
package.json | ||
Rakefile | ||
README.md | ||
robots.txt |
Wii Guide
Wii.guide is the complete guide to modding your Nintendo Wii console. We're here to help people installing Homebrew Channel and many other mods to their consoles, allowing for doing pretty much anything with your console.
The site: wii.guide
Would you like to contribute?
You can translate the site by using Crowdin, a site created to translate projects. You can join here: Wii.guide's Crowdin Page
Running Wii-Guide locally
Installing on Windows:
- Download the latest RubyInstaller with devkit from https://rubyinstaller.org/downloads/
- Run the installer and on the last screen make sure to have the
ridk install
step checked - A command prompt window should appear, choose the number for
MSYS2 and MINGW development tool chain
and press enter. - Open a new command prompt window then continue to Running Jekyll
Installing on Linux:
- Install Ruby with
sudo apt install ruby ruby-dev build-essentials git -y
(Or your package manager equivalent) - Run
gem install jekyll bundler
- Continue to Running Jekyll
Running Jekyll:
- Please follow the installation steps for your platform if you haven't in the past
- Navigate to a directory for git to create the Wii-Guide folder in
- Run
git clone https://github.com/RiiConnect24/Wii-Guide
(Or the url of the fork you want to clone) - If you want to use another branch, now run
git checkout <branch-name>
- Next run
bundle install
- Finally, run
bundle exec jekyll serve --incremental
- Navigate to https://localhost:4000, your server should be running!
Notes:
- From now on you can just run
bundle exec jekyll serve --incremental
from the Wii-Guide directory - When (re)cloning a repository or updating the
Gemfile
file, runbundle install
first - If a page isn't updating correctly after making local changes, try removing the
--incremental
argument first- You can also hard refresh the website with
Ctrl + Shift + R
usually- If this doesn't help close your web browser entirely (All windows!) and try again
- You can also hard refresh the website with
- Making a change to a file will regenerate the local webview automatically if jekyll is running