DSDeaths
DSDeaths copied to clipboard
Added config file and template text option
Hey I added some new features to the tracker:
- The tracker will now create a predefined config.json file which can be edited without recompiling the code.
- The tracker can now differentiate between 32-bit and 64-bit applications by using the "isWow64" switch inside the config.
- I added the new pointer offsets from #26 for regular ds2 and sotfs ds2.
- The tracker will create a template.txt file which can be used to display a custom text. For example: "My Deaths: $deaths :(". $deaths will be replaced with the actual deaths and written into the deaths.txt file.
- I added timestamps for the console messages.
Should be stable but still needs further testing, sadly I don't own all FromSoftware games.
Not bad. This will make it a little easier to work with the program. Can still make a simple GUI? What do you think?
Not bad. This will make it a little easier to work with the program. Can still make a simple GUI? What do you think?
Thanks. Im not really experienced with GUI's in general, maybe at some point in the future.
Sorry for not responding yet, I have to think about the changes. I kept the app intentionally as one file and not configurable so far to make it as easy as possible to use but I definitely see the value of a template file and separating the config.
Sorry for not responding yet, I have to think about the changes. I kept the app intentionally as one file and not configurable so far to make it as easy as possible to use but I definitely see the value of a template file and separating the config.
No problem its your project. Let me know if you want something changed or don't want to change anything at all, I won't be mad if you reject the pull request 😄