Merge branch 'master' of https://github.com/RiiConnect24/Wii-Guide
This commit is contained in:
commit
2399a33809
2 changed files with 2 additions and 7 deletions
|
@ -14,10 +14,6 @@ excerpt: "The complete guide to modding your Nintendo Wii."
|
||||||
The guide is also available in other languages! To change the language, please press the icon at top right and change your language.
|
The guide is also available in other languages! To change the language, please press the icon at top right and change your language.
|
||||||
{: .notice--info}
|
{: .notice--info}
|
||||||
|
|
||||||
## What is Wii Guide?
|
|
||||||
|
|
||||||
Wii Guide is a guide maintained by [RiiConnect24](https://rc24.xyz) to get you started with Wii modding.
|
|
||||||
|
|
||||||
## What is "homebrew"?
|
## What is "homebrew"?
|
||||||
|
|
||||||
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to unofficial software including games, utilities, emulators and others.
|
[**Homebrew**](https://en.wikipedia.org/wiki/Homebrew_(video_games)) refers to unofficial software including games, utilities, emulators and others.
|
||||||
|
@ -55,4 +51,4 @@ There are also few more good resources for Wii modding and troubleshooting that
|
||||||
|
|
||||||
For modding a Wii U, there are some more options:
|
For modding a Wii U, there are some more options:
|
||||||
- [The Definitive vWii Hacking Guide](https://gbatemp.net/threads/the-definitive-vwii-hacking-guide.425852/)
|
- [The Definitive vWii Hacking Guide](https://gbatemp.net/threads/the-definitive-vwii-hacking-guide.425852/)
|
||||||
- [NH Wii U Guide](https://wiiuguide.xyz)
|
- [NH Wii U Guide](https://wiiuguide.xyz)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version="v0.0.2"
|
version="v1.0.0"
|
||||||
helpmsg="Need further help? You can either join the Wii Mini Hacking Discord server (recommended) at https://discord.gg/6ryxnkS, the RiiConnect24 Discord server at https://discord.gg/b4Y7jfD or you can send an e-mail to support@riiconnect24.net and we'll try to assist. "
|
helpmsg="Need further help? You can either join the Wii Mini Hacking Discord server (recommended) at https://discord.gg/6ryxnkS, the RiiConnect24 Discord server at https://discord.gg/b4Y7jfD or you can send an e-mail to support@riiconnect24.net and we'll try to assist. "
|
||||||
|
|
||||||
# clear and greet
|
# clear and greet
|
||||||
|
@ -28,7 +28,6 @@ set -o pipefail
|
||||||
set -o errtrace
|
set -o errtrace
|
||||||
|
|
||||||
credit() {
|
credit() {
|
||||||
clear
|
|
||||||
printf "Credits:\n
|
printf "Credits:\n
|
||||||
* Fullmetal5\t\t\tBlueBomb exploit
|
* Fullmetal5\t\t\tBlueBomb exploit
|
||||||
* urmum_69\t\t\t\tScript author
|
* urmum_69\t\t\t\tScript author
|
||||||
|
|
Loading…
Reference in a new issue