MobyGamer / total-dos-launcher

A system for easily loading and running thousands of DOS programs on vintage hardware
MIT License
109 stars 10 forks source link

Custom pre-launch notes #20

Open MobyGamer opened 7 years ago

MobyGamer commented 7 years ago

User should have the ability to add custom notes to each title that show up directly before title is launched. Notes should probably persist in their own file (files?) and be identified using the hash. Maybe something like a notes\ dir that is created using a dir specified by tdl.ini, and falling back to cache\notes if unset. Note files can start with a hash, and a flag can exist that indicates title has a note file, to not only assist in finding them but allowing them to persist across new index loads. How best to find a note file other than brute search has yet to be determined and requires further thought.