Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 992 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 992 Bytes

qud-wiki

Data extractors for the official Caves of Qud wiki.

This project reads game data in the raw format used by the Caves of Qud roguelike RPG, and contains functionality for updating the entire wiki after a game patch with a few clicks. This project uses Python and Qt via the PySide2 library, and uses the mwclient library for Mediawiki functionality.

screenshot

How do I run this? Check the detailed instructions in CONTRIBUTING.md.

Tile support

Tile support requires a full extract of the game Textures directory. To get an up-to-date copy of the game textures, you can install the brinedump mod and use the brinedump:textures wish to dump an up-to-date version of Textures on your local machine.