A try to recreate Hatsune Miku: Project DIVA as a custom mode for osu!
- Get the dll from:
- Releases
- If that does not work,
- Go to Actions tab
- Click on the latest lastest(top) workflow run
- Scroll down and download the release file from actifacts section
- or compile it yourself
- Place it in osu! user ruleset folder
- Open osu!Lazer
- In setting press "Open osu! folder"
- Copy the dll into rulesets folder
- Restart osu!
- .NET 8.0(min) SDK
- git (optional, you can just download this repo manually)
- Clone the repo
git clone https://github.com/Artemis-chan/osu-DIVA.git
- Get inside osu-DIVA/osu.Game.Rulesets.Diva folder
cd osu-DIVA/osu.Game.Rulesets.Diva
- Run
dotnet publish -c Release
- The compiled osu.Game.Rulesets.Diva.dll can be found in bin/Release/net6.0/publish