Releases: nagalun/multiplayerpiano-server
Minor feature & bugfix test release
You can now specify the address to listen on when starting the server:
Usage: mpp-sv-64x-1.1.1.exe ADMINPASSWORD [PORT {1234}] [DEFAULT_COLOR {FF7F00}] [LISTEN_ADDR]
The default listen address is 0.0.0.0 (all interfaces)
Updated json library, users can set their color as well now with the userset packet.
Minor feature test release
You can now set the default color of rooms when starting the server:
Usage: mpp-sv-64x-1.1.0.exe ADMINPASSWORD [PORT {1234}] [DEFAULT_COLOR {FF7F00}]
Example:
mpp-sv-64x-1.1.0.exe test 1234 FF0000
Also updated libraries.
Things to note:
New warnings show up when compiling under Windows, server wasn't tested very much. If you encounter crashes open an issue.
Bugfix release
Bugfix for the MPP server
Fix that makes the server listen on 0.0.0.0 (all interfaces)
It should work for everyone now. (open an issue if it doesn't)
MPP server binary
Test build for Windows (64 bit), compiled with MinGW64 (statically linked)
How to start the server:
- Open a CMD in the same directory the .exe is in
- Type the filename and specify the admin password and optionally the port, like so:
mpp-server-64bit-mgw ADMINPASSWORD [PORT {default: 1234}]