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
No longer moving to my script from title
We are not providing support via this forum; it's community-driven. For official support see https://naninovel.com/support/#naninovel-support
-
- support
- Posts: 275
- Joined: 01 Aug 2020 08:25
Re: No longer moving to my script from title
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.
-
- Posts: 8
- Joined: 22 Jan 2022 01:40
Re: No longer moving to my script from title
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?
-
- support
- Posts: 275
- Joined: 01 Aug 2020 08:25
Re: No longer moving to my script from title
It's only possible via backup. It's generally a good idea to keep backups for any important projects.
-
- Posts: 8
- Joined: 22 Jan 2022 01:40
Re: No longer moving to my script from title
Thanks, I'll keep that in mind for the future.