Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.11 KB

readme.md

File metadata and controls

33 lines (25 loc) · 2.11 KB

TheWildWest: BountyTracker

Installation

You will need these dependencies:

  • Python
  • pip (it comes with Python, open command prompt and type "pip" to check if you have it)
  • ImDisk Toolkit(Optional) this tool allows you to create a virtual disk on your ram, it can speed up the loading and saving times for tesseract-ocr because it requires to save the image to a disk before extracting optical characters(example: bounty label on your screen).

Usage

To setup and run the program open BountyTracker.exe (if you don't trust random exe files on the internet you can open BountyTracker.py instead, but I assure I didn't put any malicious software in this project)

To uninstall libraries run Uninstall.exe (or Uninstall.bat)

If the app can't detect the bounty you need to adjust the capture_rectangle in Capture.txt (change the capture_preview = true to help you see what the computer sees)

Example

If the capture_preview option doesn't help use an image editor to figure out the coordinates for your rectangle

Example2

BountyTracker will update your discord presence (if enabled) like this:

  • The time you've kept your bounty for is shown when hovering the icon in discord (saves to file LastBounty)
  • The different icons and messages will update periodically
  • Hovering the icon will show your dead bounty which is 40% of your alive bounty Showcase Showcase2 Showcase3

Issues

The app doesn't detect when bounty has been lost because it only reads the specified rectangle where the bounty is on your screen