mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-12 22:55:06 +00:00
No description
39c1ac40c0
Also: - Eliminate duplicate code - Packet logging on a few more cases |
||
---|---|---|
Server | ||
Shared | ||
TestClient | ||
.gitignore | ||
README.md | ||
SmoMultiplayerServer.sln |
Super Mario Odyssey: Online Server
The official server for the Super Mario Odyssey: Online mod.
Windows Setup
- Download latest build from Releases
- Run
Server.exe
settings.json
is autogenerated in step 2, modify it however you'd like.
Building (Mac/Linux Setup)
Must have the .NET 6 SDK and Git installed. Run these commands in your shell:
git clone https://github.com/Sanae6/SmoOnlineServer
cd SmoOnlineServer
# replace run with build to only build the server
dotnet run --project Server/Server.csproj -c Release
If you ran dotnet build
instead of dotnet run
, you can find the binary at Server/bin/net6.0/Release/Server.exe
Commands
Run help
to get what commands are available in the server console.
Run the loadsettings
command in the console to update the settings without restarting.
Server address and port will require a server restart, but everything else should update when you run loadsettings
.