CWolfs / MissionControl

A HBS BattleTech mod that provides a framework for runtime modifications of the contracts and encounters.
GNU General Public License v3.0
20 stars 13 forks source link

Dialogue: Add full support for dialogue system to async / non-interrupt dialogue #609

Open CWolfs opened 9 months ago

CWolfs commented 9 months ago

The dialogue system in MC was never designed to work for the async / non-interrupt system. Expand it to cover it.

e.g.

image

CWolfs commented 9 months ago

As pointed out I actually fixed this in v1.5.2 but only for the dialogue interpoloation. The player lance pilot support will still need to be done for this story.

CWolfs commented 9 months ago

Turns out I didn't rebuild the dll for 1.5.2 as this partial upgrade was an undocumented addition. The work is done for the dialogue interpolation but it wasn't released in 1.5.2.