It gives possibility to call
NVDA controller
functions from Severance: Blade of Darkness
game scripts.
Copy nvda.dll
and nvdaControllerClient32.dll
to <game-path>/Bin
directory.
You can call it from python scripts in the following way:
import nvda
nvda.SpeakText("Some text")
You can download nvda.dll
from
appveyor build artifacts.
nvdaControllerClient32.dll
can be found at
NVDA site