dialogic icon indicating copy to clipboard operation
dialogic copied to clipboard

Add an ability to save Backgrounds outside of Dialogic similar to Definitions.

Open Chessa1 opened this issue 2 years ago • 1 comments

I made a plug-in that uses RNG to initialize timelines to simulate an AI for RPG battles -- Everything works, I added the stats to be saved in the plugin vs dialogic and to link up to it through signals/etc, but there's one thing that seems to lack any ability to be linked this way -- Backgrounds.

This means to have any background consistently, I have to add the background at the start of every timeline that will be chosen, the problem with this is...

Everytime it swaps timeline, it flickers and then pops onto the screen. So, basically, it's not really useable at all in that way...

So, my request is simply just, adding a way to set a background via code, similar to saving stats via code, outside of the dialogic node itself but still using the editor.

Chessa1 avatar Aug 01 '21 09:08 Chessa1

In version 2.0 you should be able to interact much better with every aspect of dialogic from code. Leaving open to make sure this works and it is easy to do.

coppolaemilio avatar Jun 19 '22 09:06 coppolaemilio

The flickering mentioned here I believe was actually a 1.x bug that was fixed a while back. Rest of this feature-wise should be implemented by the overall Dialogic 2 design, together with the custom background scene system in #1225

exelia-antonov avatar Sep 28 '22 16:09 exelia-antonov