Morrowind
0 of 0

File information

Last updated

Original upload

Created by

taitechnic

Uploaded by

taitechnic

Virus scan

Safe to use

Tags for this mod

About this mod

Support mod for use by other OpenMW lua Mods only. Currently a WIP. Requires OpenMW 0.49.

Requirements
Permissions and credits
Update :

Optional Dialogue helper ESP for Tamriel Rebuilt, early test version. Made to support the use of Tamriel Rebuilt Voices by Cepko, allowing its' voice audio to be heard in dialogue in Tamriel Rebuilt locations, using the framework provided by the lua script version of OpenMW Voices of Vvardenfell.

Requires Tamriel Rebuilt 23.10 hotfix version, and Tamriel Data 10.1



This mod is useful only as a support mod for other OpenMW lua based mods. Requires OpenMW version 0.49.


Currently a WIP. Provides a bridge to MWscript for a few bits of functionality currently missing in OpenMW lua. The most useful function currently is the simulation of MWSE style infoGetText events, so a lua mod can be notified when Dialogue topics are clicked on.


Installation

Unzip contents to a Data folder. Enable the files OpenMW_luahelper.esp, OpenMW_luahelper.omwscripts, and OpenMW_luahelper_dialog.esp, in the Game Launcher. Make sure OpenMW_luahelper_dialog.esp is located early in your load order, ideally so it loads just after Morrowind.esm / Tribunal.esm / Bloodmoon.esm. See the screenshot in the Media section for recommended placement in the Game Launcher mod list.

If using the optional Dialogue helper ESP for Tamriel Rebuilt 23.10, make sure OpenMW_luahelper_dialog_TR.esp is located so it loads just after TR_Mainland.esm


How it works

When a dialogue topic is clicked on and a response generated in the dialogue window, a tes3InfoGetText event will be sent to any Player scripts and Global scripts that are running. You can catch this event through eventHandlers. The event data that comes with it will have the InfoID of the dialogue stored as a string in the key info.id

With the supplied ESP, only the dialogue entries for vanilla Morrowind and the Tribunal and Bloodmoon expansions, will generate a tes3InfoGetText event.

An optional additional ESP has now also been released for testing, that supports tes3InfoGetText events for the Tamriel Rebuilt mod.


Since this is still a WIP, I recommend for now not to use it with any important Save Files.