Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Wonderful tool! 10/10! Except... there's a little issue for me. There's something in the code that doesn't allow my game to start in the main menu, I didn't add the label you added to skip the main menu but if you could just tell me which piece of code in which file you put the code in to prevent the user from starting at the main menu? Thanks Nighten!

Hi! Normally the only thing that should skip the main menu is these lines at the top of script.rpy

#Skip the main menu
label main_menu:
    return

In case you still have this problem, make sure to delete script.rpyc (the binary file) to be sure it's up to date. Sorry for the late response, I hope this can at least help someone. Don't hesitate if you have any more question.
Have a nice day!

Thanks Nighten!