Black-and-white logo featuring a bold white M with a smaller lowercase v cut into its bottom center, surrounded by coding-style angle brackets.

View on GitHub

Rhythm Heaven Fever Access

An external companion app to make Rhythm Heaven Fever accessible to blind players

Important Note

This project is still very much a work in progress. While the main game can already be completed with this, support for extras like 2 player mode, rhythm toys etc. is still a work in progress. Also expect some stability issues.

Installation

Note: you have to have Rhythm Heaven Fever (the US version) running inside Dolphin Emulator before following this

  1. Download and install Git and UV. If you’re using Windows 11, you can get these two through WinGet (easier method). Open Command Prompt and run this command: winget install Git.Git astral-sh.uv
  2. Open Command Prompt in the location where you want to install RH Fever Access
  3. Clone the repository by running this command: git clone https://github.com/Molitvan/rh-fever-access
  4. Go into the folder by running: cd rh-fever-access
  5. Install dependencies by running this command: uv sync
  6. You can now run RH Fever Access by running the file “run.bat”
  7. Now run the game inside Dolphin, and it should speak

Updates

To update the app, open Command Prompt in the folder where you cloned it and run this command: git pull

Features

Like most other Rhythm Heaven games, Rhythm Heaven Fever is only missing a screen reader for it to be fully accessible. This program adds that. It narrates menus and dialogue, as well as stats like flow, medals, ranks etc.

Credits

This project wouldn’t have been possible without the initial work done by @KamiKitsune420. A huge thanks for the work and for letting me continue this project.