DSDeaths icon indicating copy to clipboard operation
DSDeaths copied to clipboard

Added config file and template text option

Open blackoutroulette opened this issue 2 years ago • 4 comments

Hey I added some new features to the tracker:

  1. The tracker will now create a predefined config.json file which can be edited without recompiling the code.
  2. The tracker can now differentiate between 32-bit and 64-bit applications by using the "isWow64" switch inside the config.
  3. I added the new pointer offsets from #26 for regular ds2 and sotfs ds2.
  4. 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.
  5. I added timestamps for the console messages.

Should be stable but still needs further testing, sadly I don't own all FromSoftware games.

blackoutroulette avatar Jan 16 '23 16:01 blackoutroulette

Not bad. This will make it a little easier to work with the program. Can still make a simple GUI? What do you think?

DanzoGit avatar Jan 17 '23 02:01 DanzoGit

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.

blackoutroulette avatar Jan 18 '23 14:01 blackoutroulette

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.

quidrex avatar Jan 20 '23 09:01 quidrex

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 😄

blackoutroulette avatar Jan 21 '23 02:01 blackoutroulette