This is a fork of the outdated Blackflighter/donjon-painter.
donjon-painter is a companion script to donjon's Random Dungeon Generator. By selecting a TSV file along with a set of tile assets, you can easily create large, beautiful dungeon maps. Learn how to create new tilesets for donjon-painter here.
- Python:
- >= 3.5
- Pillow
Download the appropriate executable from the releases page. Then extract the archive and run in the terminal.
donjon-painter
If you're using Arch Linux, get the PKGBUILD from here.
donjon-painter is available on PyPI. Get it using this command:
pip install --user --upgrade donjon-painter
Windows users have the option of downloading an EXE version of the script, which can be found over here. If you wish to run the EXE in the terminal often, you can edit your PATH environment variable so you don't need to navigate to the program first.
All that needs to be done here is to clone this repository. Having done so, extract the files, and navigate to the location of said folder. Once you're done with that, run this command:
python3 setup.py install
First of all, begin by heading to donjon's Random Dungeon Generator to generate the dungeon of your liking. Having done that, you should select the option to download a TSV map of the generated file, as depicted below:
Having done this, run donjon-painter. By default, if you don't specify anything, it will default to interactive mode. This brings up a menu of options in the terminal, which you can then input.
donjon-painter
If you're using the EXE file, all you need to do is open it up, and this will bring you to interactive mode.
A more advanced usage entails specifying both the command and the map file of your choice:
donjon-painter [OPTIONS] MAPFILE
Creating a map in interactive mode is a fairly simple process. You'll be given a set of options to choose from, marked numerically. All you need to do is input said number, and follow the instructions provided.
At minimum, you must select your TSV file of choice, along with the theme you would like to use. Other options can be toggled/set if you'd like some further customisation.
There's a number of things you can do to change the behaviour of this script, as detailed below.
-h, --help Display the commands below -t, --tileset Specify a theme folder outside of the inbuilt ones (consult CONTRIBUTING.rst for further information) -m, --measure Measure the time it takes to create your map -o, --output Choose a different location/name to save your map to -p, --pixels Choose a different size to make your map tiles in pixels (default 70) -r, --randomise Shuffle the map floor patterns for some variation if required -s, --savetiles Used in conjunction with the --tileset option, create a complete tileset theme (consult CONTRIBUTING.rst)