The complete guide to modding your Wii (and Wii mini).
Find a file
lifehackerhansol 5318a18cd4
priiloader: mark Priiloader Wii U Forwarder as optional
There's a lot of issues getting the user to just install this one:
- User may not have Aroma installed
- It wouldn't be ideal to force the user to install Aroma for one
  application
- Making Aroma mandatory for this page wouldn't exactly be correct
  since Priiloader by itself does not require Aroma

Due to these limitations of the current Wii U environment, this one
won't be listed as a must-have. This may make it confusing and the end
result of any vWii following this guide will differ based on the user's
reading comprehension, but it doesn't make sense to remove it either,
based on provided feedback.

This may change in the future if:
- wiiu.hacks.guide fully migrates to Aroma
- More aspects of the vWii are made Aroma-only and thus is required
  for anything on this guide
2023-10-20 21:23:23 -07:00
.github workflow: add dependency caching 2023-10-09 18:52:58 -07:00
_data New Crowdin updates (#17) 2023-10-07 21:51:29 -07:00
_includes head: adapt cookie consent colours to dark skin 2023-10-04 17:20:34 -07:00
_layouts treewide: code readability improvements 2023-10-01 13:05:13 -07:00
_pages priiloader: mark Priiloader Wii U Forwarder as optional 2023-10-20 21:23:23 -07:00
_sass change selection background color to a transparent white 2023-10-04 09:06:21 -07:00
assets priiloader: split it into two pages 2023-10-20 21:23:23 -07:00
images BootMii screenshots overhaul (#21) 2023-10-11 08:57:26 -05:00
.editorconfig Remove ads 2017-10-28 15:08:12 -05:00
.gitignore treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
_config.yml config: don't ship clean_translations.py 2023-10-14 01:16:52 -07:00
banner.js treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:48:50 -07:00
CNAME Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00
crowdin.yaml Update Crowdin configuration file 2020-04-05 12:29:19 -05:00
Gemfile Gemfile: pin jekyll-sass-converter to v2.2 2023-10-01 00:59:29 -07:00
LICENSE.txt Split out licensing according to what is attributed to who 2023-09-28 20:13:04 -07:00
minimal-mistakes-jekyll.gemspec treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
package.json Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
Rakefile Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
README.md readme: Jekyll is installed from bundle install, so it isn't a prereq 2023-10-04 09:09:12 -07:00
robots.txt Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00
staticman.yml treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00

wii.hacks.guide

The complete guide to modding your Nintendo Wii.

https://wii.hacks.guide/

Running the site locally

This requires the following installed on your system:

  • ruby(-dev)
  • bundler

To test the website locally, simply run the following commands:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve --incremental

The website should now be running on http://127.0.0.1:4000/.