How to run
Download .NET 10
First download and install .NET 10 (.NET Runtime or SDK) for the platform you are using.
https://dotnet.microsoft.com/download/dotnet/10.0
Clone Repository
Once you have .NET 10 installed, clone the OpenCoreMMO repository to your machine
git clone https://github.com/caioavidal/OpenCoreMMO.gitRun the server
cd src
dotnet run -p "NeoServer.Server.Standalone"
OCM Server starts with a 1/1 account with some players loaded.
Last updated