Cross-platform Devil Daggers modding tools, practice tools, and custom leaderboards client
The new tools are currently in development. The new app is a complete rewrite of the old Windows-only tools, combined into one app. It currently runs on Windows and Linux (some features are still missing on Linux for now).
- ddinfo-core - core libraries for parsing spawnsets, mods, replays, and more
- ddinfo-web - website and web server at devildaggers.info
The original tools are not included in this repository. Visit these repositories:
- Survival Editor - old Windows-only spawnset editor
- Custom Leaderboards - old Windows-only custom leaderboards client (no longer works)
- Asset Editor - old Windows-only asset editor
- Clone the repository.
- Install the .NET SDK version 8.0.x or later. The SDK is available for Windows, macOS, and Linux.
- Run the project:
- Execute
dotnet run --project src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
from the command line. - Alternatively, you can open the
src/DevilDaggersInfo.Tools.sln
file in an IDE such as JetBrains Rider or Visual Studio and run theDevilDaggersInfo.Tools
project.
- Execute
While the project provides many ways to practice and modify the game, it does not allow you to cheat, or encourage cheating at all. You are also asked to not redistribute the game's assets, and only use them for modding purposes.
Most of these features have been discussed with the community and the developer of Devil Daggers (Sorath), some of which have been done in collaboration.
(Note: This code was originally part of the DevilDaggersInfo repository (now ddinfo-web). It was moved to a separate repository on October 7th, 2023.)