Is there a set of commands that would zoom the map to fill the screen after I've got the camera angles set for overhead view?
I've almost got my script working the way I want; I'm having trouble getting the map zoomed right. I'm planning to start the game with a special configuration file that will load it up in windowed mode with a size MUCH larger than my actual screen is capable of. This way I get the maximum resolution in my map. But to pull that off, I've got to have my script do all the work, as I cannot see the entire window at this point.
I'm also having a little difficulty getting the screen shot to be taken at the proper time, as the script keeps executing while the map is still loading. What can I do about this? I've tried the wait command, but it is frame based, rather than allowing a fixed delay.
All of this would be easier if I had a command reference. I've looked through the wiki, but have only found the barest bits on the commands.
Thank you all for getting me this far.