No longer moving to my script from title

The engine is not working as expected? Documentation is wrong or out of date? Let us know here!
Forum rules
We are not providing support via this forum; it's community-driven. For official support see https://naninovel.com/support/#naninovel-support
Post Reply
AmberRose
Posts: 8
Joined: 22 Jan 2022 01:40

No longer moving to my script from title

Post by AmberRose »

It's been working perfectly fine for days. recently I started importing the map and inventory extensions, but assume they didn't cause the issue. I've also renamed a single nani script, and updated all of its references. However, when I start the game now, I press new game and it says it's reached the end of my script. There's no way it shot through my entire naninovel script and got nothing from it

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

Re: No longer moving to my script from title

Post by idaot »

You can check via debug which script you are playing: https://naninovel.com/guide/naninovel-s ... ipts-debug
Check that the Start Game scipt is correct: https://naninovel.com/guide/getting-sta ... ty-project
And make sure the script has been assigned to the Scripts resources in Naninovel's configuration.

It is not recommended to import the example projects into another project in full as they will override NaninovelData which stores all configuration data.

AmberRose
Posts: 8
Joined: 22 Jan 2022 01:40

Re: No longer moving to my script from title

Post by AmberRose »

Thank you, the script is definitely set as the start game script, but I'll see if the debug helps as I didn't know I could do that. It is likely due to putting in the other projects. Luckily I was only working on a test project to be sure I understood all of the functions, but I'm hoping I can sort through exactly what happened before starting a new project, that way I can know how to fix it if I mess up a future project the same way. Is there a way to override the data to the previous/ more up to date data that I was using?

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

Re: No longer moving to my script from title

Post by idaot »

It's only possible via backup. It's generally a good idea to keep backups for any important projects.

AmberRose
Posts: 8
Joined: 22 Jan 2022 01:40

Re: No longer moving to my script from title

Post by AmberRose »

Thanks, I'll keep that in mind for the future.

Post Reply