- Clone the repository and make sure you are on the correct branch.
- Download the modkit Eco server DLLs from Play.Eco.
3a. Copy the reference assemblies into the "Dependencies" subdirectory.
OR
3b (Dev Tier). Place the Eco repository at ../Eco and build the server. - Place a copy of the game server at "../EcoServer" from the repository root.
- Open the DiscordLink .sln file using Visual Studio 2019 or newer.
- Install the required NuGets via the Visual Studio NuGet browser.
- Attempt to build and run the mod.
This will:
- Create a new build of the selected configuration.
- Copy the relevant DLLs and PDB files to the server.
- Execute the server .exe.
- Connect the debugger to the server application, allowing you to use breakpoints and other runtime debugging tools.