Skip to content

Added config file and template text option#29

Open
blackoutroulette wants to merge 1 commit intoquidrex:masterfrom
blackoutroulette:master
Open

Added config file and template text option#29
blackoutroulette wants to merge 1 commit intoquidrex:masterfrom
blackoutroulette:master

Conversation

@blackoutroulette
Copy link
Copy Markdown
Contributor

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 Counter with DS2 not working anymore #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.

@DanzoGit
Copy link
Copy Markdown
Contributor

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

@blackoutroulette
Copy link
Copy Markdown
Contributor Author

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.

@quidrex
Copy link
Copy Markdown
Owner

quidrex commented Jan 20, 2023

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.

@blackoutroulette
Copy link
Copy Markdown
Contributor Author

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 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants