Change: Automatic screenshot numbering with a filename ending in '#' (#9781)

This commit is contained in:
larryfenn
2022-11-08 06:13:16 -05:00
committed by GitHub
parent b7abaa55a3
commit d738cd235f
2 changed files with 10 additions and 1 deletions

View File

@@ -1493,6 +1493,7 @@ DEF_CONSOLE_CMD(ConScreenShot)
IConsolePrint(CC_HELP, " 'minimap' makes a top-viewed minimap screenshot of the whole world which represents one tile by one pixel.");
IConsolePrint(CC_HELP, " 'no_con' hides the console to create the screenshot (only useful in combination with 'viewport').");
IConsolePrint(CC_HELP, " 'size' sets the width and height of the viewport to make a screenshot of (only useful in combination with 'normal' or 'big').");
IConsolePrint(CC_HELP, " A filename ending in # will prevent overwriting existing files and will number files counting upwards.");
return true;
}