This is script for merging captured map images using Capture-Map
verb.
- Capture desired Z levels using in game verb
Capture-map
- 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 calledcaptures
. - Install Python and Pillow library (If you don't have them).
- Run
python merge.py
and wait for captured images to be merged. - 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.