Skip to content

Commit

Permalink
Retract notes about events in README
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jun 16, 2024
1 parent 0af7d27 commit 3d23d28
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,25 @@ Aside from showing the time until next saving, the reason for suspending the sav

- If saving is not possible at a specific time, the save is performed as soon as possible. And afterwards again at the normal interval of X minutes after the latest save. The interval is always in relation to the most recent save. That means even when manually saving, the next automatic save will be X minutes afterwards. This avoids too frequent saves.

- The event-based saving can cause issues when e.g. a chapter change coincides with a world change. In general, the event-based saving is not recommended.

- The default settings look like this: Save every 5 minutes and alternate over the bottom three slots.

Gothic 1
```ini
[AUTOSAVE]
minutes=5
slotMin=13
slotMax=15
events=0
```

Gothic 2
```ini
[AUTOSAVE]
minutes=5
slotMin=18
slotMax=20
events=0
```
Gothic 1
```ini
[AUTOSAVE]
minutes=5
slotMin=13
slotMax=15
events=0
```

Gothic 2
```ini
[AUTOSAVE]
minutes=5
slotMin=18
slotMax=20
events=0
```

## Installation

Expand Down

0 comments on commit 3d23d28

Please sign in to comment.