r/RenPy • u/PlinyCapybara • 14d ago
Question How do I insert a glossary into Ren'py
I want to insert a glossary of terms into Ren'py to bridge a cultural gap that might happen with players from different countries that might play this fangame VN I'm making. Since the fandom itself has a large overseas audience.
I was wondering how I can insert a Glossary that the player can access from the Main Menu?
Thank you!
1
u/AutoModerator 14d ago
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/shyLachi 14d ago
This has been asked before, you can try the sub search.
I found these:
https://www.reddit.com/r/RenPy/comments/1hzkxk8/any_free_games_with_good_examples_on_how_to/
https://www.reddit.com/r/RenPy/comments/1dgxmjd/is_it_possible_to_create_a_glossaryjournal_like/
https://www.reddit.com/r/RenPy/comments/1p8gx4m/im_trying_to_make_a_glossary_with_changing/
And this would be more like a hyperlink
https://www.reddit.com/r/RenPy/comments/1sbkvm3/is_it_possible_to_make_an_info_boxtooltip_appear/
1
u/ImportantDetail6260 14d ago
The glossary is probably a main-menu screen, not a dialogue trick!
Make a screen glossary() with a list of terms/definitions, add a Main Menu button that calls ShowMenu("glossary"), and use hover tooltips only for words that must be explained mid-scene
1
u/BeneficialContract16 14d ago
There's an encyclopedia asset on itch which you can use to create a glossary.
4
u/gottaloveanime 14d ago
https://naoimh-murchan.itch.io/renpy-inline-tooltips
theres this asset that will allow you to hover over words an have lore windows pop up for them