alterNERDtive / VoiceAttack-profiles

A collection of VoiceAttack profiles that I use to play Elite:Dangerous
https://docs.alternerd.tv/VoiceAttack-profiles
GNU General Public License v3.0
60 stars 7 forks source link

Possible fix for mis-pronounced system names from RATSIGNALS #81

Closed alterNERDtive closed 2 years ago

alterNERDtive commented 3 years ago

So system names come in as all caps, then I currently lower case them. Caps would be spelt out letter by latter (bad), all lower will not be spelt out if there’s a “better” pronunciaton, e.g. “do dash X” instead of “D O dash X” in proc gen system names (bad, but less bad).

Possible fix in the message passed to EDDI (thanks, T’kael):

{set reportSystem to SystemDetails("ALPHA CENTAURI")} Rat signal reported in {P(reportSystem.name, "starsystem")}.

Adds latency (EDSM lookup), defaults back to the supplied name if not in the DB. Needs some testing, but might be a good way to fix it. Possibly optional for the latency thing.

alterNERDtive commented 2 years ago

Honestly, not a thing I want to spend time on.