https://github.com/matjam/dps-converter
Dungeon Painter Studio Converter to convert maps into DPS format
https://github.com/matjam/dps-converter
Last synced: 5 days ago
JSON representation
Dungeon Painter Studio Converter to convert maps into DPS format
- Host: GitHub
- URL: https://github.com/matjam/dps-converter
- Owner: matjam
- License: mit
- Created: 2020-05-17T19:14:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T19:19:11.000Z (about 6 years ago)
- Last Synced: 2025-11-23T16:22:49.017Z (7 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About DPS Converter
This is a tool currently designed to simply take a donjon TSV file and convert it into a Dungeon Painter Studio file.
I may end up doing some dungeon generation with it natively at some point, but for now this works.
# setup
Setup a python3 venv
```
python3 -m venv venv
```
Activate the venv (windows)
```
.\venv\Scripts\activate.bat
```
install the package into the venv
```
pip install -e .
```
run the tool
```
dps-converter INPUT OUTPUT
```
where INPUT is a donjon format TSV map file and OUTPUT is the name of a .dps file you want to create.
You need to have the FA dungeon tilesets loaded for it to work; you could use something else but it's currently specific to that tileset.