holocure-launcher icon indicating copy to clipboard operation
holocure-launcher copied to clipboard

Open-source HoloCure launcher and mod loader written in C# using osu!framework; efficient, fast, and powerful alternative to the official launcher.

[!WARNING] This project has been archived. This was created originally to facilitate mod loading, but the original vision worked with VM builds of the game that are no longer updated. Additionally, I have grown to like the itch.io launcher, and HoloCure is now on Steam as well. This project is redundant.

This is the devel (development) branch, see master for release versions.

HoloCure.Launcher License Release Language

[discord] Free and open-source, feature-rich, powerful launcher for HoloCure.

HoloCure.Launcher is a feature-rich, free (as in both "freedom" and "free beer"), and open-source launcher for HoloCure, aiming to make your experience even better than before.

Goals/Planned Features

  • [x] Full feature parity with the proprietary launcher:
    • [x] launcher auto-updating;
    • [x] game auto-updating.
  • [x] Easy, accessible API for registering multiple games under the launcher:
    • [x] unified system that takes a collection of Game objects which describe how UI should be rendered and how profile management and game launching should be done.
  • [ ] Mod-centric features:
    • [ ] profile management, allowing people to configure a save directory as well as manage what patches should be applied to the game;
    • [ ] an eventual custom build of HoloCure that is downloaded separately, instead of applied as patches (will be a separate IGame object).