zvandermeer / MultiDiva

WIP multiplayer support for Hatsune Miku: Project Diva MegaMix+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiDiva

WIP Experimental multiplayer support for Hatsune Miku: Project Diva MegaMix+

Build instructions

MultiDiva-Loader.dll (C++)

  • 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

MultiDiva-Client.dll (Go)

  • 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

About

WIP multiplayer support for Hatsune Miku: Project Diva MegaMix+

License:GNU General Public License v3.0


Languages

Language:C++ 52.6%Language:Go 46.9%Language:Shell 0.3%Language:PowerShell 0.1%