Odie / skyui-vr

SkyUI interface mod for SkyrimVR
MIT License
160 stars 27 forks source link

Feature: Voice input for filter/search via DSN mod #55

Open CyDragon80 opened 3 years ago

CyDragon80 commented 3 years ago

I floated this idea on the DragonbornSpeaksNaturally project https://github.com/DougHamil/DragonbornSpeaksNaturally/issues/18

Think the thought was that if there was a console command for SkyUI to set filter text input, the existing DSN or Dragonborn Unlimited voice recognition mods could potentially be configured to pass text to it.

Is there currently a console command for setting filter text in SkyUI? If not, how hard might that be to add? Just kind of brain storming.

Odie commented 3 years ago

Howdy!

I don't think there is anything that deals with responding to console commands. It's probably doable through SKSE?

Odie commented 3 years ago

Just as a quite note after taking a quick look at the skse src:

"src/Hooks_ObScript.cpp" seems to have a short example of how to add a console command. It should/might be possible to add a new console command to. It should be possible to then send this signal to skyui via some scaleform api and have skyui respond accordingly.

I wonder if it's possible to do any of this through papyrus?