can I use sub script for event CG?

Posted: 17 May 2024 05:40
by saveyou

I'm creating an event scene in NaniNovel,
and I want to know how to create and use a sub-script that will be used only in the event scene.
For example, there is a special conversation in the event scene,
and I want to display the same conversation later when viewing the event in the gallery.
Is there a way to do this?


Re: can I use sub script for event CG?

Posted: 22 Jun 2024 19:58
by idaot

The gallery is designed for CG textures only. You would need to create a custom gallery for any other type of content. Check the Custom UI example project in the samples repo which has an example of a music gallery that is made entirely without C# scripting: https://github.com/naninovel/samples