renpy-encyclopaedia
renpy-encyclopaedia copied to clipboard
A Ren'Py plugin for creating an Encyclopaedia/Glossary/Bestiary or similar system.
Hello there! I find no clues about my question so I have to bother here for a proper answer. It would be great if you can kindly point out what's...
On the default screen, a textbutton is created for each entry. The more entries an encyclopaedia has, the more of a hit this will cause to performance. The listing of...
Implemented separately here by @valery-iwanofu: https://github.com/valery-iwanofu/renpy-word-description Add optional attributes `hint_desc` and `hint_note` to EncEntry class?   
When sorting by "A to Z," "Z to A," "Subject," or "Unread" the locked entries denoted by "???" are sorted with the "letter" "?" at the top of the list....
The Screen Sizes look bad on 4K How do I adjust the size to accommodate 4k Screens?
Ren'Py loads files in alphabetical order. If the framework's files are loaded after a file which uses objects from the framework, this almost certainly will cause errors without an init...
Hello, what I am thinking and trying to do is set up .rpy files for each book / Subject so for example, I have active_species.rpy which as my `human_book =...