Giter Club home page Giter Club logo

utag's Introduction

UTag

CI-Release

A Wii U plugin which sends the titles you play to your RiiTag!

This will only work with Aroma!

Usage

  1. Install Aroma
  2. Download the latest stable release
  3. Place the utag.wps inside SD://wiiu/environments/aroma/plugins/
  4. Create a text file in SD://wiiu/utag.txt
  5. Paste your RiiTag key inside (you can find it on the RiiTag website under "Account"). Do NOT use Windows Notepad!

NOTE: All titles except applets (browser, etc.) and system titles are counted, but not all games have covers.

Build flags

Logging

Building via make only logs errors (via OSReport). To enable logging via the LoggingModule set DEBUG to 1 or VERBOSE.

make Logs errors only (via OSReport).
make DEBUG=1 Enables information and error logging via LoggingModule.
make DEBUG=VERBOSE Enables verbose information and error logging via LoggingModule.

If the LoggingModule is not present, it'll fallback to UDP (Port 4405) and CafeOS logging.

Server

You can pass the SERVER variable to make to change the server domain. This makes it possible to use your own RiiTag instance. It defaults to tag.rc24.xyz (http).

make Use tag.rc24.xyz make SERVER=example.com Use example.com as server

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t utag-builder

# make
docker run -it --rm -v ${PWD}:/project utag-builder make

# make clean
docker run -it --rm -v ${PWD}:/project utag-builder make clean

Format the code via docker

docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./src -i

utag's People

Contributors

2secslater avatar brawl345 avatar larsenv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

utag's Issues

Game bootloops when starting a game with UTag on

I noticed that if I play a game (ie. Game & Wario) with UTag on from The Homebrew Launcher. The game bootloops when the game is selected and it's starting. Is it my SD Card that's causing this bootlooping issue?

Starting a WiiVC game, cancelling the prompts and shutting down the console still updates the tag

Steps to reproduce:

  1. Start a WiiVC game
  2. Cancel the prompts
  3. Shut down the console

What should happen:

  • RiiTag does not get updated

What does happen:

  • RiiTag is still updated

Cause:

The title id is saved when a game requests to start because ON_APPLICATION_START is not called for WiiVC games anymore. But ON_APPLICATION_REQUESTS_EXIT() also runs when the console is about to shut down (also happens when using Wiiload).

Workaround:

Start a system title first before shutting down.

Not working on Aroma + Tiramisu

I notice that the UTag install on Open Shop Channel installs to sdcard://wiiu/plugins/... instead of going to the right environment to install the plugin (sdcard://wiiu/environments/[ENVIRONMENT]/plugins/...).

Additionally, even when placed in the right spot for Tiramisu (I believe that's sdcard://wiiu/environments/tiramisu/plugins/...), it doesn't seem to load Utag at all (was Tiramisu support outright removed?). However, I also seemed to not be able to get it to work for Aroma either, also manually installed to the correct plugin location (sdcard://wiiu/environments/aroma/plugins/...). UTag.txt is at the root of the drive too.

I have the latest versions of Aroma, Tiramisu, the plugin loader (https://github.com/wiiu-env/WiiUPluginLoaderBackend), and the Utag plugin. Not sure what I'm doing wrong. (I do know my Rii-Tag is working though, as it does update my games when I hop into USB Loader GX on my vWii).

Utag crashes a game

When pressing the HOME button in "Mario & Sonic at the Sochi 2014 Winter Olympic Games" (Afaik this does not happen with any other game) the game crashes with the annoying "BEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEP" sound and I can confirm this does not happen when I do not apply patches or launch the game normally too.

Request to add a homebrew

I am the project manager of Portal: Wii U Edition and I would like to know if it is possible to add a cover on the site and an icon on the Rich Presence. The product code is WUP-P-PWUE and the title id is 000500001026F300. I give you the pictures.
Portal-Cover
Portal-Icon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.