Conversion tool to allow for Random Maps in Crusader Kings 3, by converting from Azgaars Fantasy Map generator https://azgaar.github.io/Fantasy-Map-Generator/
Refer to the project wiki for guidance Project wiki
Join the Discord server to help with development or just get updates
Progress tracked on Trello board
All development is recommended to use a virtualenv of some kind.
Before installing packages, recommended setup is to install Conda.
Install packages by runnng conda install -r requirements.txt
.
In addition, we have a Poetry file in project.toml that can be used. This SO post describes how to manage.
First install Poetry package manager. Install here
Then run poetry install
.