Phantom5800 / pmr-tracker

Web based tracker for Paper Mario Randomizer
MIT License
6 stars 12 forks source link

Map Tracker Logic - More Color Coding #48

Open Phantom5800 opened 2 years ago

Phantom5800 commented 2 years ago

It seems there's a desire to add more color variations for the map tracker areas, other than just "accessible" or not. Some ideas:

MarioManTAW commented 2 years ago

One idea I had (inspired by a Wind Waker randomizer tracker) was to display a number of checks available (in each area and in total). I haven't looked too much into the code to see how hard this would be but it would be another possible related enhancement.

MythicFrog commented 1 year ago

Didn't realize this was a suggestion already. I have a branch with a X/Y appearing beside each category Ex. Shiver Region (4/19) would denote 4 available checks and 19 total checks left. Completed zones would show 0/0 so as you complete checks it counts down both sides.

I originally added this as a toggle since it relies on aggregating jQuery selectors which could cause some noticeable delay when selecting items that open quite a few checks. Not sure if its specifically this code or due to other selectors in the general logic update functions.