mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-13 11:42:31 +00:00
Map capture merge tool
This is script for merging captured map images using Capture-Map verb.
Map capture merge tool manual
- 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.pngto folder under this tool calledcaptures. - Install Python and Pillow library (If you don't have them).
- Run
python merge.pyand 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.