s-victor / TinyPedal

Free and Open Source telemetry overlay application for racing simulation
GNU General Public License v3.0
75 stars 8 forks source link

[Feature / Suggestion] - Add track corner names #26

Open srlemke opened 1 year ago

srlemke commented 1 year ago

Hello, If you are running out of ideas for new feature, here goes a suggestion:

A few years ago I created for ACC, using simhub, a widget that displayed track corner names: https://www.racedepartment.com/downloads/live-track-corner-names-shows-all-corner-names-on-all-acc-tracks.38078/

The corner names I got here: https://www.racingcircuits.info The 'hard' work part it to map the corners to the correct point.

At that point I basically had another widget displaying the % of the track I was, dunno if rF2 shared memory has that info, I would believe so, so basically, when I was withing a range of track % my widget shows the corner name.

An idea would be to have some small extra widget/module that would display the track % traveled and let the users input the corner name and probably store it to some local file(like where the classes and heatmap files are) or file per track id. The advantage of this would that this files would be shareable and could be added/merged upstream.

I believe it could fit well in the existing track map widget, like this:

TP

thanks!

s-victor commented 1 year ago

Thanks for your suggestion. There is a widget idea on my todo list which is something similar to your suggestion, which I hope to do in the near future. This feature however will need a properly UI to support user-friendly editing (or something automated), otherwise it wouldn't be much use due to the open & modding nature of rf2. (don't want to get anyone on high hope so I'll keep it a secret for now)