Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
I am making kind of a cbs, but I need to know how to take a screenshot of a map in its current state, and save it to... I don't know, c:\temp, temporary cache files/folders or something like that.
Help is appreciated.
when I want to use a screenshot of the current map for a menu background I just use:
@spriteset = Spriteset_Map.new
in scene menu, I'm guessing it should work for battles too?
just be sure to replace the battle bg with this.
( I haven't tested it btw, just guessing)