my-opengoal-mods / jak-tracker

Configurable tracker - supports manual tracking or auto-tracking with OpenGOAL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jak-tracker

Customizable Tracker, w/ OpenGOAL Autotracker

Download the latest release JakTracker.zip from here

Piggybacking on the work done to support LiveSplit autosplitter, this program will scan OpenGOAL memory and display which Power Cells you've collected in your current game. It also has a manual tracker mode which you could use for any game you want - you'd just need to setup a layout and corresponding icons.

image

Notes

  • Windows/antivirus software may flag this program as a risk, we promise it is safe to run. This project is open source and you can audit the source code if you want to verify or run the python yourself - we simply use pyinstaller to package it up into an exe for easier distribution.
  • In auto tracker mode, the program may load for ~10 seconds on startup, as it takes some time to scan through OpenGOAL memory
  • In manual tracker mode:
    • You can click on boolean icons to toggle them on/off
    • You can click/shift+click on counter icons to increase/decrease their count
  • Use the right-click menu to swap between layouts, or refresh the current layout from file (useful as you test changes)
  • prefs.yaml, fields.yaml and the layouts and icons subfolders should all live in the same folder as JakTracker.exe (see below for more details)

Configuration Files

About

Configurable tracker - supports manual tracking or auto-tracking with OpenGOAL


Languages

Language:Python 99.2%Language:Batchfile 0.8%