shupershuff / Diablo2RLoader

D2rLoader - Diablo 2: Resurrected launcher for multi-boxing
MIT License
61 stars 11 forks source link

Feature Idea, Voice Alarms for DClone #25

Closed shupershuff closed 1 year ago

shupershuff commented 1 year ago

So I just discovered that PowerShell can talk to you: $voice = New-Object -ComObject Sapi.spvoice $voice.rate = 0 $Region = "NA" $voice.speak("d clone inbound on $region")

Might look into adding this as an optional, configurable feature for S5 Ladder.

shupershuff commented 1 year ago

Mostly there and tested with an actual d clone walk. Won't quite be ready for publishing tomorrow morning though :(

shupershuff commented 1 year ago

Still a WIP. Tested and improved logic yesterday. Currently adding in DClone source options, config validation and error handling for when DClone source API's become unreachable.

shupershuff commented 1 year ago

Implemented