- 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. Note that this is also required in order to attach a debugger. - Download the latest MightyMooseCore dll and place it into the "Dependencies" subdirectory.
- Open the DiscordLink .sln file using Visual Studio 2022 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.