0 of 0

File information

Last updated

Original upload

Created by

Yoesph

Uploaded by

Yoesph

Virus scan

Safe to use

About this mod

API for mod author's to easily edit existing dialogue.

Requirements
Permissions and credits
Changelogs
What is this mod?

Easy to use dependency that allows mod author's to edit dialogue by passing a formatted table to this mod's functions.

It also includes a dialogue scraper that recursively scans the dialogue manager and grabs all unique handle ID's along with their text content. This will be expanded to skill rolls and other things as requested.

GitHub repo for this mod has info for mod authors to use this in their mods.

Compatibility

Required:
1. Script Extender
2. MCM

Other Resources

Moxifier's Github and Resources Page with insight and resources they used for their mods.
Dialogue Parser & Datamined Dialogue here.

Thank you to:
To ShinyHobo for their BG3 Modders Multitool
Norbyte for their lslib tool
LaughingLeader for their BG3 Mod Manager
effectivemess for pointing me in the right direction for the Client Side implementation
Moxifier for allowing me to link the extra resources