irswat Posted November 1, 2016 Share Posted November 1, 2016 (edited) If I get this mod off the ground it will revolutionize the game. I aim to incorporate voice commands into skyrim. For example: saying "fus ro dah" would equip and perform unrelenting force. Other functions I want to include: equip, unequip, potions, as well as the same sort of autocasting functionality grimy built into grimy tools, you know the one where you can cast spells without having to unequip your weapon. The way I plan to do this is to use an open source voice recognition software in conjunction with speech to text. I will then save the text and load the text file with Papyrus Utilities. I will cin the commands from the text file into a string and then parse them into categories (command/item/cast) and types (e.g. armor, weapon, potions, spells, shouts, etc) by running simple conditional statements. I will then call the commands.I would like one or two experienced coders committed to helping me through the process that I can count on for answers, etc.I need someone to help me create the voice to text engine: Using an open source library like CMU Sphinx create a lightweight voice to text program that is versatile enough for use with Skyrim dialect and update output in real time. I can do the parsing and scripting in game.What do you think? Edited November 1, 2016 by irswat Link to comment Share on other sites More sharing options...
irswat Posted November 1, 2016 Author Share Posted November 1, 2016 edit: would a MOD please add skyrim to the end of the title? Link to comment Share on other sites More sharing options...
irswat Posted November 1, 2016 Author Share Posted November 1, 2016 (edited) Found these:http://www.nexusmods.com/skyrim/mods/21047/?http://www.nexusmods.com/skyrim/mods/28448/? Seems these guys have beat me to this. Maybe I will see if I can join their dev teams. Edited November 1, 2016 by irswat Link to comment Share on other sites More sharing options...
Recommended Posts