5 New or Unknown Features
Fledge68 edited this page 2021-10-04 18:03:20 -05:00

Proxy Settings

If you use a proxy server for your Wii internet connection WiiFlow has you covered thanks to Wiidev and wolfssl.

You have two options.

  1. Use the Wii's system settings.
  2. Enter your proxy settings in wiiflow_lite.ini manually using a text editor (notepad++).

Go to 'main settings' page 14 to choose if you want to use the Wii's system settings or not.
Note: If you don't use a proxy then keep this set to 'yes'.

If you choose #2 above open wiiflow_lite.ini with notepad++ and look for the following:

[PROXY]
proxy_address=
proxy_password=
proxy_port=0
proxy_use_system=yes
proxy_username=

Enter the necessary info here and save it. You should also change proxy_use_system= to 'no'.


Gamertags

Back in the day WiinnerTag was a free feature that was incorporated in some of the most used Backup Loaders for the Wii. It made it possible for the Wii users to have a Gamertag similar to the ones for Xbox 360 and PS3 users. While the Wii doesn't have the equivalent to achievements, using these backup loaders it was possible to share your information and last played games in a tag. There was even Dark Umbra tag (DUTag). But sadly they both closed down for various reasons.

But now thanks to the RiiConnect24 discord server you can use RiiTag. You will need to manually modify wiiflow_lite.ini with notepad++. Look for the following:

[GAMERCARD]
gamercards=wiinnertag
gamercards_enable=no
wiinnertag_key=
wiinnertag_url=https://tag.rc24.xyz/wii?game={ID6}&key={KEY}

Note: it says gamercards and not gamertags. I don't know why.
Riitag simply uses the wiinertag name because it wasn't changed internally in wiiflow code. But that's ok, as long as the key and url are correct.
For more info and how to set it up go here - https://wii.guide/riitag


SD_only

In 2019 and beyond the storage capacity of SD cards has grown to 128gb or even 256gb. So some users have started using SD cards only since WiiFlow is capable of playing games from SD. But they noticed even without a USB HDD connected WiiFlow took a long time to boot up because it would still need to check for a USB HDD which also gave the device time to spin up. To bypass this the SD_only setting was added. On very first boot there will still be the long wait but then any boot after that it will boot much faster.

If for any reason you need to change this setting go to main settings>startup settings.