
Lethal Company
You are viewing a potentially older version of this package. View Latest Version

Loads Windows Speech recognition into Lethal Company and provides a dev-friendly way of using it.
In short - nothing. This is a simple API, instead other mods use methods from this mod to build their own features. So go check their feature list to see what voice commands they may offer.
Head over to the troubleshooting page for common issues.
If your a developer and want to implement VoiceRecognitionAPI go to the For Developers wiki page to find out how.
Uhhh so this is my first time really trying to do a public Github repo so bare with me if I screw something up.
If you'd like to build the mod for yourself:
<Project>
<PropertyGroup>
<!--This should be the path to the folder that contains `LethalCompany.exe` usually people have it on the C: drive but incase not, change it here-->
<LethalCompanyPath>C:\Program Files (x86)\Steam\steamapps\common\Lethal Company</LethalCompanyPath>
</PropertyGroup>
</Project>