itch.io is community of indie game creators and players

Devlogs

Version 3.4.0 released

Ren'Py Encyclopaedia Framework
A browser tool made in HTML5

The latest version of renpy-encyclopaedia adds a new container object called Book. This is a new way to link multiple entries together. It has a similar purpose to Sub-Pages but has more features.

Full documentation for it is available at: https://renpy-encyclopaedia.readthedocs.io/en/stable/

Added 

 - Book object for grouping EncEntry. 

 Changed 

- `AddEntryError` is raised when adding an entry fails, instead of ValueError.

 - The attribute EncEntry.has_pages has been removed. Use `len(EncEntry().pages) > 1` instead. 

- The method `Encyclopaedia.add_entry_to_unlocked_entries()` is now private and renamed to `Encyclopaedia._add_entry_to_unlocked_entries()` 

- The method `EncEntry.add_entry_to_unlocked_entries()` is now private and renamed to `EncEntry._add_entry_to_unlocked_entries()`

Files

  • docsgame-3.4.0-web.zip 48 MB
    31 days ago
  • docsgame-3.4.0-pc.zip 44 MB
    31 days ago
Download Ren'Py Encyclopaedia Framework
Leave a comment