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

Replace Python script shenanigans with a proper VoiceAttack plugin #62

Open alterNERDtive opened 4 years ago

alterNERDtive commented 4 years ago

I dreaded the day, I knew it was coming … at some point I’ll have to do things properly. At least with the new packaging & update workflow it won’t create extra work for users.

No ETA.

alterNERDtive commented 4 years ago

Should also adopt some kind of async/event model for stuff like EDDI’s route details thingy (see #61).

alterNERDtive commented 4 years ago

Less horrible than I feared, but more interesting quirks than VA has anyway …

Parsing RATSIGNALs is way faster now though running it in a plugin.

alterNERDtive commented 3 years ago

Status: all user-facing interactions with the scripts are already gone; they are now called from the plugins. Rewriting them as .Net libraries will have to wait for after 4.0. ETA: might be 4.x.

alterNERDtive commented 3 years ago