Lich King Voice Mods
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #1 of 53 Audio mods in this game by downloads
📋 About This Mod
Lich King VA of Tav1357, You_Narrator,...
INSTALLATION
Extract the mod
Drag in BG3ModManager
Manually extract (Point&Click) into BG3 folder
DESCRIPTION
This mod let TTS (Text-to-speech) AI read Narrator's dialogue, which extracted by STT (Speech-to-text) program
‧˚₊꒷꒦︶꒷꒦꒷︶꒦꒷₊˚‧
STT's script (Google Colaboratory):
from google.colab import drive
drive.mount('/content/drive')
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
from google.colab import drive
drive.mount('/content/drive')
import shutil
import time
# Define the directory containing .wav files
audio_dir = "/content/drive/MyDrive/audios"
# Define the output directory in Google Drive
output_dir = "/content/drive/MyDrive/Narrator_Out_Large"
# Define the completed directory in Google Drive
completed_dir = "/content/drive/MyDrive/Completed/audios"
# Counter for processed files
counter = 0
# Get the total number of .wav files
total_files = len()
# Function to replace any existing file or folder
def replace_existing(path):
if os.path.exists(path):
if os.path.isfile(path):
os.remove(path)
shutil.rmtree(path)
# Create the output and completed directories if they don't exist
for dir in :
if not os.path.exists(dir):
os.makedirs(dir)
# Check if there are .txt files in the output directory that have similar names to any .wav files in the audio directory
for filename in os.listdir(output_dir):
if filename.endswith(".txt"):
wav_file = os.path.join(audio_dir, os.path.splitext(filename) + ".wav")
if os.path.exists(wav_file):
shutil.move(wav_file, completed_dir)
# Check if there are .wav files in the completed directory that don't have si
📊 Mod Details
- Game
- Baldurs Gate 3 Mods
- Author
- ToxicDrake
- Version
- 1
- Downloads
- 403
- Endorsements
- 4
- Category
- Audio
- Created
- 11/3/2025
- Updated
- 11/3/2025
🔧 How to Install Baldurs Gate 3 Mods
Download from Nexus.
📖 Full step-by-step install guide for Baldurs Gate 3 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Baldurs Gate 3 commands, item IDs, and more.
Keep browsing — more Baldurs Gate 3 mods await