I'm making a little mod for one game on Ren'Py. After that, I'll make the game.
I want to change the main menu of the game. But for this I have to REDIRECT the main menu screen to my, because I have to create mod WITHOUT changes in game files (I have some reasons for this).
My question is: How to redirect the system screen (at least the main menu screen) to my screen, WITHOUT ANY CHANGES in game files? Only creating my own files.
I changed line " _main_menu_screen = "main_menu" " to my ( _main_menu_screen = "my_main_menu" ) and created the my_main_menu screen, but after return game open default main_menu.
Please, help!
If you need any part of the code, please tell me about it.