Outer-Wilds-New-Horizons / new-horizons

A tool for modifying or creating new planets, dialogue, ship logs, and more for Outer Wilds.
https://nh.outerwildsmods.com/
MIT License
42 stars 15 forks source link

ReuseDialogueOptionsListFrom #854

Closed omega-fallon closed 2 months ago

omega-fallon commented 2 months ago

Feature

A new capability for NH XML dialogue files: when put into a given node, <ReuseDialogueOptionsListFrom>OtherNodeID</ReuseDialogueOptionsListFrom> will use the dialogue options list from OtherNodeID. This will cut down on the need for copy-pasting vanilla dialogue options into custom nodes, and will also ensure that if the vanilla set of options is modified then mods which are trying to get to that list can actually get there instead of using an unmodified copy.

Context

No response