WIP Experimental multiplayer support for Hatsune Miku: Project Diva MegaMix+
- Install Microsoft Visual Studio
- Open "MultiDiva-Loader/MultiDiva.sln" in Visual Studio
- Build the solution
- The compiled .DLL can be found in the 'x64/' directory
-
Install the Go programming language
-
Open the "MultiDiva-Client" folder in your terminal and run the following:
go mod tidy
go build -o ./bin/MultiDiva-Client.dll -buildmode=c-shared
-
The compiled .DLL can be found in the 'bin/' directory