art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU General Public License v3.0
153 stars 38 forks source link

NPC lookup issues with Skyrim and Fallout 4 + Audio file copy issues for FO4 #294

Open YetAnotherModder opened 4 weeks ago

YetAnotherModder commented 4 weeks ago

FO4 Mantella is crashing when trying to load missing voice files that are absent for Mantella.esp. FO4 Mantella is needlessly copying voice files to the Mantella.esp directory. FEMALE_VOICE_MODELS & MALE_VOICE_MODELS lookup functions are doomed to fail because they're missing "Race" at the end of the search string for both Fallout4.py & Skyrim.py If condition check for actor_race are doomed to fail in the prepare_sentence_for_game() function for Skyrim and Fallout due to being formatted to a string.

See for fixes : https://github.com/art-from-the-machine/Mantella/pull/293