Files
Aurora.3/tools/mapcapturemerge/README.md
Karolis c514fb6d25 updates README. Fixes APCs on camera (#7028)
No, a description isn't necessary. It allows me to do this, tho.
2019-09-21 20:29:14 +03:00

19 lines
840 B
Markdown

# Map capture merge tool
---
This is script for merging captured map images using `Capture-Map` verb.
---
Map capture merge tool manual
======
1. Capture desired Z levels using in game verb `Capture-map`
2. Before closing game window, go to cache folder usually located under Documents/BYOND and copy all map capture images named like `map_capture_x1_y33_z1_r32.png` to folder under this tool called `captures`.
3. Install *Python* and *Pillow* library (If you don't have them).
4. Run `python merge.py` and wait for captured images to be merged.
5. After execution you will find all merged map images in this folder.
Notes:
* This tool has been tested with Python 2.7.6 under Windows 10 WSL Bash.
* This tool has been tested with Python 3.6.1 under Windows 10.
* This tool has been tested with Python 3.7.3 under Windows 10 1903.