How can I modify the ui that is displayed by default when the game starts?

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
a820715049
Posts: 6
Joined: 14 Apr 2021 11:57

How can I modify the ui that is displayed by default when the game starts?

Post by a820715049 »

I want to show different initialization ui, according to the player's progress when my game starts. How should I implement it?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: How can I modify the ui that is displayed by default when the game starts?

Post by idaot »

You can add a custom Initialization UI (a custom Naninovel UI will work) under the Engine configuration. You can also add a custom Initialization script in the Scripts configuration (you can choose any script in your project as long as it has been added to the Scripts Resources). A guide on how to customize a UI can be found here, I highly recommend checking out the calendar UI example project linked right below the video to get a working example of a semi-advanced UI: https://naninovel.com/guide/user-interf ... tomization

Post Reply