Add RiiTag instructions
This commit is contained in:
parent
eb7e0ca373
commit
2ed0d064aa
2 changed files with 78 additions and 0 deletions
77
_pages/en_US/riitag.txt
Normal file
77
_pages/en_US/riitag.txt
Normal file
|
@ -0,0 +1,77 @@
|
|||
---
|
||||
title: "RiiTag"
|
||||
---
|
||||
|
||||
{% include toc title="Table of Contents" %}
|
||||
|
||||
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
|
||||
{: .notice--info}
|
||||
|
||||
RiiTag is a customizable gamertag for the Wii. By sharing your gamertag (a dynamic image), you can show what you've been playing to your friends! You connect it to a USB Loader, and the tag updates on-the-fly. You need a Discord account in order to start using RiiTag.
|
||||
|
||||
#### What you need
|
||||
|
||||
* A computer
|
||||
* A text editor
|
||||
* A USB Loader
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Getting Started
|
||||
|
||||
1. [Go to the RiiTag site.](https://tag.rc24.xyz/)
|
||||
1. Click `Log In` and log in with your Discord account.
|
||||
1. A dialog will pop up asking you if you want to authorize `RiiConnect24 Login` with Discord. Click `Authorize`.
|
||||
1. Click `Edit Your Tag` and customize it to how you like. You can add a background, overlay, flag, nickname, Wii Number, and manually enter in games to show on your tag (not needed if you're using a USB Loader).
|
||||
1. Click `Show Key` and make note of the key shown. This is not needed if you're using USB Loader GX, as the key will be in a downloadable file.
|
||||
1. Click `Submit` to save your changes.
|
||||
|
||||
Do not share your RiiTag key with anyone! If you do, people can abuse your tag.
|
||||
{: .notice--warning}
|
||||
|
||||
##### Section II - Connecting Your USB Loader
|
||||
|
||||
The steps to connect RiiTag to your USB Loader depend on what USB Loader you use.
|
||||
|
||||
###### USB Loader GX
|
||||
|
||||
1. Load USB Loader GX on your Wii.
|
||||
1. Go to `Settings` > `Boot Settings` and turn `Wiinnertag` on. Press `Yes` or `OK` to any dialogs that show up.
|
||||
1. Ensure that `Initialize Network` is turned on.
|
||||
1. Exit USB Loader GX.
|
||||
1. Insert the SD Card or USB device where your USB Loader GX data is into your computer.
|
||||
1. [Go to this page.](https://tag.rc24.xyz/Wiinnertag.xml)
|
||||
1. On your browser, right click, and click `Save As`.
|
||||
1. Save the XML to the `config` folder on your SD Card or USB device, replacing the existing `Wiinnertag.xml`.
|
||||
1. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
|
||||
|
||||
###### WiiFlow
|
||||
|
||||
1. Take the SD Card or USB device where your WiiFlow data is into your computer.
|
||||
1. Open `/apps/wiiflow/wiiflow.ini` with a text editor. (If you use WiiFlow Lite, the path might have `wiiflow_lite` instead of `wiiflow`.)
|
||||
1. Search for `gamercards` and replace that line with `gamercards=wiinnertag`.
|
||||
1. Search for `wiinnertag_url` and replace that line with `wiinnertag_url=http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
|
||||
1. Search for `wiinnertag_key` and replace that line with `wiinnertag_key=<key>`, replacing `<key>` with the key you wrote down in Section 1.
|
||||
1. Search for `gamercards_enable` and replace that line with `gamercards_enable=yes`.
|
||||
1. Search for `async_network` and replace that line with `async_network=yes`.
|
||||
1. Save the modified `wiiflow.ini` file.
|
||||
1. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
|
||||
|
||||
###### Configurable USB Loader
|
||||
|
||||
We do not offer support for Configurable USB Loader, as we are focused on USB Loader GX and WiiFlow.
|
||||
{: .notice--info}
|
||||
|
||||
You can use the `CfgLoaderConfigurator.exe` program (Windows only) instead of editing the `config.txt` file mentioned below if you want to.
|
||||
{: .notice--info}
|
||||
|
||||
1. Take the SD Card or USB device where your Configurable USB Loader data is into your computer.
|
||||
1. Open `/usb-loader/config.txt` with a text editor.
|
||||
1. Replace (or add the line) starting with `gamercard_url` with `gamercard_url = http://tag.rc24.xyz/wii?game={ID6}&key={KEY}`.
|
||||
1. Replace (or add the line) startin with `gamercard_key` with `gamercard_key = <key>`, replacing `<key>` with the key you wrote down in Section 1.
|
||||
1. Save the modified `config.txt` file.
|
||||
1. You have now set up RiiTag. You can try loading any game now to see if it works correctly.
|
||||
|
||||
[Continue to site navigation](site-navigation)<br>
|
||||
We have many other tutorials that you might like.
|
||||
{: .notice--info}
|
|
@ -41,6 +41,7 @@ sitemap: false
|
|||
+ [Installing Wii Themes](themes)
|
||||
+ [Performing a SysCheck](syscheck)
|
||||
+ [Removing RSSMii](rssmii-remove)
|
||||
+ [RiiTag](riitag)
|
||||
+ [USB Loader GX](usbloadergx)
|
||||
+ [Wii Backup Manager](wiibackupmanager)
|
||||
|
||||
|
|
Loading…
Reference in a new issue