Quote:
Originally Posted by ATH
You should add this to your prime.txt:
NumBackupFiles=2
TwoBackupFiles=1
...
|
"TwoBackupFiles" is an old syntax and will be converted. If none of those two variables are set "NumBackupFiles" defaults to 3 which is the maximum.
Jacob
From the file common.c in the sources :
Quote:
/* Convert old TwoBackupFiles boolean to new NumBackupFiles integer. Old default */
/* was 2 save files, new default is 3 save files. */
|