Devil Daggers Custom Leaderboards is a program that records data from custom spawnset runs, and uploads it to a custom leaderboard.
Current version: 0.14.2.0
Oldest supported version: 0.14.2.0
File size: 761 KB
Download
System requirements
- Microsoft Windows
- .NET Runtime 5.0.x (x64 for 64-bit systems, x86 for 32-bit systems)
- The latest Steam version of Devil Daggers
Installation
- Make sure to install .NET Runtime 5.0.x. If you already have the .NET Desktop Runtime 5.0.x used for the survival and asset editors, you can skip this step.
- Download the .zip file.
- Unzip its contents.
- Run the executable (.exe file) inside the folder.
Source code
The source code can be found on GitHub.
Changelog
0.14.2.0 - February 25, 2021
- Works with the latest Devil Daggers build.
0.14.1.0 - February 21, 2021
- The application now works with Devil Daggers V3.1 and has the new features built-in, such as the Leviathan dagger and the new death types.
- Added new stats: Gems despawned, Gems eaten, Gems total, Enemies alive per enemy type, Enemies killed per enemy type
- The Homing dagger has been replaced by the new Leviathan dagger.
- The application now runs on .NET 5.0.
- Graphical improvements (for as far as console graphics go) and other small improvements.
- Fixed detection for usernames longer than 16 characters.
0.10.4.0 - October 01, 2020
- The application does not display misleading stats in the menu or lobby anymore.
- Improved update messages.
- Fixed tiny bug where getting the very same score as a dagger time would display the score in the wrong color.
- Implemented API updates as preparation for a new leaderboard category.
0.10.0.0 - August 24, 2020
- Implemented custom improved colors.
- Fixed not resetting homing after death.
- Fixed user highlight being unreadable for 'Default' dagger scores.
- Improved anti-cheat.
- Implemented collecting graph data for custom leaderboards. This is only stored in the database for now and not yet displayed on the website.
0.9.6.1 - August 21, 2020
- Rebuilt application for API updates.
0.9.6.0 - August 20, 2020
- Rewrote much of the application.
- Removed dependencies.
- Ported to .NET Core. Application is no longer dependent on .NET Framework and does not require .NET Framework 4.6.1.
- Fixed crash that occurred when setting a very large custom font size.
- Added icon.
- Renamed 'Shots' to 'Daggers'.
- Fixed resetting homing to 0 just before detecting player death.
- Fixed writing level up difference when previous highscore did not achieve that level.
- Fixed not being able to read current upgrade and homing count in some Devil Daggers instances due to malformed pointer chains.
0.6.1.0 - May 08, 2020
- Fixed ascending leaderboards displaying incorrect dagger colors and statistic differences.
0.6.0.0 - May 07, 2020
- Leaderboards and run info are now displayed in the console when the player died.
- Added colors for daggers, deaths, and statistic differences.
- Fixed floating point imprecision issues with the leaderboard database.
- The program now shows a warning when homing and level up times are not being detected. This warning will be triggered after collecting the first gem. The problem can be resolved by restarting Devil Daggers. It happens about 1 out of 10 times for me and seems to appear randomly. I'm still investigating what causes it.
0.4.4.0 - November 03, 2019
- Compatibility and maintenance updates related to the website.
- The application is renamed to Devil Daggers Custom Leaderboards again for consistency with the other tool names.
0.4.3.0 - August 08, 2019
- Improved way of detecting survival file cheats; there is no need to record the entire run anymore.
- Fixed log file not being written to.
- Implemented "Speedrun" category leaderboards.
0.4.0.1 - June 05, 2019
- Compatibility update due to some internal bug fixes which aren't related to the application directly.
0.4.0.0 - May 27, 2019
- Leaderboards are now secured with the Advanced Encryption Standard (AES).
0.3.3.0 - May 24, 2019
- Fixed inconsistent spawnset hashing. The hashing system is no longer dependent on files. This fixes the problem where some spawnsets wouldn't work if they were downloaded directly from the website rather than imported via Devil Daggers Survival Editor.
0.3.0.0 - May 20, 2019
- The program now tells you when there is an update available and warns you when the current version is no longer accepted by the server.
0.2.5.0 - May 19, 2019
- Added logging.
- Some improvements in the layout and better feedback for when runs don't upload.
- Crash fixes and internal clean up. The "out of bounds" error shouldn't occur anymore when starting the application before starting Devil Daggers.
- Console is no longer resizable so it doesn't mess with the layout.
- Added a retry count for when the upload fails. Usually it retries 3 times and stops after that, waiting for you to restart a run.
0.2.1.0 - May 18, 2019
- Lots of internal clean up, improvements, and fixes.
- Program now outputs what values it submits to the server.
- Program only retrieves the spawnset hash during the first second of the run so people cannot cheat by changing the survival file during the run. If you start the program later than 1 second after the run starts, the hash will not be calculated and your submission will be marked as invalid and not upload.
- The server now has a minimal version it will accept submissions from.
0.1.10.0 - May 18, 2019
- Small fixes.
0.1.9.0 - May 18, 2019
- Application now uses .NET Framework 4.6.1 rather than 4.7.2.
- Fixed bug where level up values don't reset when you restart a run.
- Prevented replays from uploading so people won't submit runs to the wrong leaderboard by intentionally replacing the survival file during the replay.
0.1.5.0 - May 17, 2019
- Made application Windows-only because scanning memory for other operating systems will work differently anyway.
- Enforced en-US culture to fix broken submissions on PCs that use commas as decimal separators.
- Fixed usernames being limited to 4 characters.
- Prevented submissions with 0.0000 time from uploading by setting a time constraint of a minimum of 2.5 seconds.
0.1.0.0 - May 15, 2019
- Initial release.