SAVEDIR "dirname";
Names the default folder for saving games and screenshots. If this folder does not exist, it will be created when first saving a game score with game_save.
Remarks:
- Backslashes ("\") have to be given in C notation, i.e. as double backslashes (e.g. "C:\\mygame").
- The folder name given here may be overridden by the command line option -dir.
-
Only one folder is created, if necessary; a folder chain of several nested folders can not be created this way.
Example:
SAVEDIR "\\gamesave"; // Save games in subfolder "\gamesave"
See also:
include, BIND, LEVEL, PATH, RESOURCE, game_save► latest
version online