- May 29, 2022
- 231
- 445
I know there's a way to do this in Python, using Tkinter. However, I think Tkinter uses C libraries so I feel like it's potentially not supported in Ren'Py. And I don't mean the navigation menu and stuff like that, I'm talking about something that looks like this:
Except with "File, Save, Load, Language, System, About" and stuff like that.
A lot of popular visual novel engines (like KiriKiri and CatSystem2) have this, so I find it a bit insane that it's already not an option in Ren'Py. Is there a way to add this functionality to Ren'Py? Or is it just not possible at all? I've attempted to make multiple google searches on how to do so but it seems like there's no answer. Attempted to try with Tkinter, however it didn't really work for me and I'm afraid it may break the game.
Except with "File, Save, Load, Language, System, About" and stuff like that.
A lot of popular visual novel engines (like KiriKiri and CatSystem2) have this, so I find it a bit insane that it's already not an option in Ren'Py. Is there a way to add this functionality to Ren'Py? Or is it just not possible at all? I've attempted to make multiple google searches on how to do so but it seems like there's no answer. Attempted to try with Tkinter, however it didn't really work for me and I'm afraid it may break the game.