Log In  
Follow
32bitsago
[ :: Read More :: ]

Hi,

I would like to create a screenshot of the entire map (8x4 screens of 16x16 tiles) instead of just the "viewport" (1 screen of 16x16 tiles). I've looked for ways to take screenshots from the command line but this doesn't seem to be possible.

My current idea is to use an automation (probably AppleScript since I'm on Mac) to press two keys every second: "X" on which I advance the camera to the next screen using some code attached to btnp(), and "F6" to take the screenshot. Once I have all 32 screenshots I would stitch them together with another script into a single image.

All in all not super complicated, nor a lot of work, but before I write any code I wanted to check if there isn't some easier/ready-made way to do this to avoid facepalming myself later for missing something obvious :)

Cheers, 32bitsago

P#84423 2020-11-18 07:23