rus07tam
-
osucc.
by: rus07tamBuild -
- 707 total downloads
- last updated 8/14/2026
- Latest version: 2.2.0
Shared MSBuild props/targets for building osu-cc plugins into deployable .zip archives. -
-
-
- 629 total downloads
- last updated 8/14/2026
- Latest version: 2.0.3
Templates for osu-cc plugins: `dotnet new osucc-plugin` creates a standalone plugin project that builds to a deployable .zip. -
-
osucc.
by: rus07tamHost - 523 total downloads
- last updated 8/14/2026
- Latest version: 2.2.0
Host API and startup-hook assembly for osu-cc: the plugin-facing surface (IOsuCcPlugin, IOsuCcPluginHost, ...) plugins compile against. The runtime hook is this same assembly loaded by the game. -
osucc.
by: rus07tamShared - 464 total downloads
- last updated 8/6/2026
- Latest version: 2.0.2
Framework-free shared layout/version logic for osu-cc (data-root resolution, update-marker contract), shared by the launcher, the hook and the updater plugin. -
- 457 total downloads
- last updated 8/14/2026
- Latest version: 2.2.0
osu-cc launcher: launches osu! with DOTNET_STARTUP_HOOKS pointing at the hook deployed in the osu-cc data root. Never builds, never touches the install dir; the hook is installed and updated by the in-game... More information