Skip to content

v1.2

Compare
Choose a tag to compare
@antD97 antD97 released this 03 Feb 12:00
· 42 commits to master since this release

SDPS

A handy tool to calculate DPS in the game Smite. It uses the in-game
combat log so this tool should always work, even with future updates containing new items and gods.

See here for a more detailed readme.

Usage

  1. Make sure you have Java installed. If you don't, you can download it here.
  2. Join a jungle practice and type /combatlog toggle piped to enable combat logging to file. This
    only has to be done once every game launch.
  3. Extract the zip file and run SDPS.bat to start the program.
  4. Enter your Smite in-game name when prompted or enter your name in the in-game_name.txt file to
    keep it saved.
  5. The program should be able to find your combat log file, but if it can't, it'll ask you to find
    it. It should be located in Documents\My Games\Smite\BattleGame\Logs. From there you'll want to
    select the CombatLog file with the largest number.
  6. After that, it will begin tracking your damage done in that match. When you do your first tick of
    damage, it will start the timer used to calculate DPS. From then on, any time you do damage, it
    will print out your DPS from that initial hit to your last hit.
  7. If you want to reset the DPS timer, press enter on the console window.

Changelog

Since v1.0:

  • Fixed bad DPS calculation
  • Added support for unexpected log format
  • Updated readme and screenshots
  • Added MIT license and renamed project