Download the latest release JakTracker.zip from here
⚠ MAKE SURE YOU HAVE SPEEDRUNNER MODE ENABLED ⚠
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
pyinstallerto package it up into an exe for easier distribution. - In
autotracker mode, the program may load for ~10 seconds on startup, as it takes some time to scan through OpenGOAL memory- NEW:
prefs.yamlhas agk_offsetfield to help speed this process up by skipping the first ~12MB of memory
- NEW:
- In
manualtracker mode:- You can click on
booleanicons to toggle them on/off - You can click/shift+click on
countericons 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.yamland thelayoutsandiconssubfolders 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
iconssubfolder - Icon/text layout is defined in the
layoutssubfolder, 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.yamldefines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!
