Autosave slots and Autosave interval
Currently, the server is defaulting to three Autosave files that are rotated (as the server creates a new autosave file, the oldest is deleted, and the others are moved down the list. Currently, these are:
- SessionName_autosave_0.sav
- SessionName_autosave_1.sav
- SessionName_autosave_2.sav
To override this default, do the following:
- Stop your server.
- Click "Configuration Files"
- Click "Text-Editor" next to Engine.ini
- Find the line
mNumRotatingAutosaves=6
- Change the value after the = to your desired number of autosaves.
- Press save in the top left.
- Startup your server.