Skip to content

Releases: OpenGOAL-Unofficial-Mods/jak-tracker

0.2.3

12 Jun 00:41
Compare
Choose a tag to compare

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.

This 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 ~5 seconds on startup, as it takes some time to scan through OpenGOAL memory
    • prefs.yaml has a gk_offset field to help speed this process up by skipping the first ~12MB of 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.2.2

05 Jun 23:27
Compare
Choose a tag to compare

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.

This 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 ~5 seconds on startup, as it takes some time to scan through OpenGOAL memory
    • prefs.yaml has a gk_offset field to help speed this process up by skipping the first ~12MB of 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.2.1

05 Jun 07:17
Compare
Choose a tag to compare

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.

This 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 ~5 seconds on startup, as it takes some time to scan through OpenGOAL memory
    • prefs.yaml has a gk_offset field to help speed this process up by skipping the first ~12MB of 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.2.0

28 May 07:22
Compare
Choose a tag to compare

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.

This 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 ~5 seconds on startup, as it takes some time to scan through OpenGOAL memory
    • NEW: prefs.yaml has a gk_offset field to help speed this process up by skipping the first ~12MB of 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.1.04

23 May 06:22
Compare
Choose a tag to compare

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.

This 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.1.03 (CPU fix)

30 Mar 04:56
Compare
Choose a tag to compare

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.

This 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
  • NEW! 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.1.02

01 Dec 07:48
2f938b4
Compare
Choose a tag to compare

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.

NEW! This 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
  • NEW! 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.1.01

29 Nov 05:07
Compare
Choose a tag to compare

jak-tracker

Auto-Tracker for OpenGOAL Jak 1 (Randomizer)

Download the latest release JakTracker.zip below or 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.

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.
  • The program may load for ~10 seconds on startup, as it takes some time to scan through OpenGOAL memory
  • NEW! Use the right-click menu to swap between layouts. Also useful for refreshing the current layout from file, 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

  • 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
  • Colors/sizing/etc are defined in prefs.yaml
  • fields.yaml defines the autosplitter/autotracker fields and their offsets - you shouldn't need to touch this!

0.1

28 Nov 01:07
9eb61a0
Compare
Choose a tag to compare
0.1

Initial release! Download JakTracker.zip below (not the source code options)

jak-tracker

Auto-Tracker for OpenGOAL Jak 1 (Randomizer)

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.

  • 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 yourself - we simply use pyinstaller to package it up into an exe.
  • The program may load for ~10 seconds on startup, as it takes some time to scan through OpenGOAL memory
  • Tracker UI Customization!
    • Icon layout is defined in layout.yaml
    • Colors/sizing/etc are defined in prefs.yaml
    • Custom icons can be used - just replace the corresponding PNG file(s) in the icons subfolder
    • Both of the above YAML files and the entire icons subfolder should live in the same folder as JakTracker.exe