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.
- 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
- You can click on
- 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 thelayouts
andicons
subfolders should all live in the same folder asJakTracker.exe
(see below for more details)
- Custom icons can be used - just replace the corresponding PNG file(s) in the
icons
subfolder - Icon/text layout is defined in the
layouts
subfolder, for example:jak-tracker/layouts/noLTS_moles_plants.yaml
Lines 6 to 26 in 8e7f73a
- Colors/sizing/etc are defined in
prefs.yaml
:Lines 3 to 27 in 71faa5c
fields.yaml
defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!