A hint tracker for Metroid Prime 2: Echoes Randomizer which helps organize the hints that players write down during a play session.
- You can right-click any of the hint panels to give them a checkmark. This is useful for tracking which hints have been solved, which keys have been obtained, which bosses have been defeated, etc. You can remove the checkmark by right-clicking again.
- For the Luminoth lore hint scans, Randovania sometimes provides you with a proximity hint. You can write down the proximity/room count into the text inputs that are marked as "in".
- i.e. "The Dark Beam can be found exactly 2 rooms from the Missile Launcher."
- If you want to freely write down something in the item or location inputs instead of choosing an option from the popup, you can click away, press Tab, or press the Escape key.
If you're looking to download and use the tracker, check out the to the latest release.
You will need pnpm
. I recommend installing Node.js and then installing it via corepack
:
corepack enable pnpm
Install the project dependencies.
pnpm install
Run the tracker in development mode:
pnpm run dev
Build an executable of the tracker:
NOTE: You need to be using the operating system you intend to build for.
i.e. you must build the macOS distribution on a macOS computer.
pnpm run dist:win # Windows 64-bit
pnpm run dist:mac # macOS ARM
pnpm run dist:linux # Linux 64-bit