You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default profiles include "Demon's Souls (All Bosses) [EN]"
Non-Windows/Mono version that can be run with any Microsoft .Net 2.0 compatible framework, like Mono
Tested on Ubuntu 18.04 and Mono 5.14
Run the application in the application's directory with mono HitCounterManager.exe
Note: The Non-Windows / Mono version does not support global hot keys
Changes:
When application closes, the user can decide if the changes shall be saved
So, in case you messed up your splits or deleted anything by mistake:
Just close the application and select No to skip saving these changes to your save XML file
When you update to the newest version and simply overwrite/reinstall the old existing files,
your save XML file will no longer be overwritten as the default profile are located in a separate file.
Your save file: HitCounterManagerSave.xml
Default profiles: HitCounterManagerInit.xml
Note: To reset to the default profiles, just delete your save file and the application creates a new save file based on the default profiles
Output file gets written only once, every time when values have been changed
Improves stability and performance
For developers: Coding language switched from VB.Net to C#
Old VB.Net code of version 1.13 is still available in branch visualbasic but will no longer be maintained
Fixes:
Sometimes the session progress marker got lost
Application crashed upon starting without any XML file
Output was wrong when designs of version 1.10 were used with 1.13