Perchik71 / Creation-Kit-Platform-Extended

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit by Bethesda.
GNU General Public License v3.0
57 stars 8 forks source link

[Request] Allow "Duplicate" to work for Dialogue Topics #34

Open robertgk2017 opened 6 months ago

robertgk2017 commented 6 months ago

A lot of records have a "duplicate" option when you right click on them in the object window. Would it be possible to replicate this function and make it work on Dialogue Topics inside the quest window?

Perchik71 commented 5 months ago

The creation of the dialog takes place in two stages, I'm not sure, but most likely because of this there is no such function. But in general, it is useless, since the dialogue must be unique and there is just a lot of INFO forms. If the INFO contains the same thing, it makes sense to make them template-based, like shared.

robertgk2017 commented 5 months ago

well this would be used to quickly make a new one if an existing one already has most of what you want. and we just want to change the responde text for example.

robertgk2017 commented 5 months ago

now for duplicating a topic. that should not copy the infos. only the topic itself shoukd be created ideally. similar to how duplicating a worldspace doesnt also duplicate every cell and reference in the space.