Skip to content

Commit

Permalink
Version adjustment last changes in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed May 24, 2020
1 parent 6938202 commit 44f73fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# SnowRunner-Tool Changes


## v1.0.3.1 (xx.xx.2020)
## v1.0.3.1 (24.05.2020)
- Reveal backup in explorer (right click)
- Rename backup in the list
- Autobackup feature, see Readme
- Fixed a bug that led to duplicate backup attempts when changin money or XP


## v1.0.3.0 (21.05.2020)
Expand Down
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@ All other path fields in the dialog are read only and will be filled by the app.
### Autobackup

The *Autobackup* option automatically creates backups while the game is running. The function ist triggered
by the game itself: After the game saved it´s state (when a message is displayed to the player), *SnowRunner-Tool*
creates a backup of the files. You can disable this function or set it to 2, 5 or 10 "minutes". The actual time
intervals depend on the intervals, the game saves it´s state. They vary from ~ 20 seconds to ~ 60 seconds.
So, if you activate an interval of 5 minutes, the game state is backuped every fifth time the game itself saves,
which usually results in one backup per less than 5 minutes.
by the game itself: After the game saved it´s state (when a "saving" message is displayed to the player),
*SnowRunner-Tool* creates a backup of the files. You can disable this function or set it to
2, 5 or 10 "minutes" - or exact: *cycles*. The actual time intervals depend on the intervals, the game saves
it´s state.
They vary from ~ 20 seconds to ~ 60 seconds. So, if you activate an interval of 5 minutes, the game state is backuped every fifth time the game itself saves,
which usually results in one backup per less than 5 minutes. You have to reload the backup list
(*File* - *Reload backup table*) or restart *SnowRunner-Tool* to see these backups appear in the list.

### Logging

Expand Down
2 changes: 1 addition & 1 deletion innosetup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#include <idp.iss>
#define MyAppName "SnowRunner-Tool"
#define MyAppVersion "1.0.3.0"
#define MyAppVersion "1.0.3.1"
#define MyAppPublisher "elpatron68"
#define MyAppURL "https://github.com/elpatron68/SnowRunner-Tool"
#define MyAppExeName "SnowRunner-Tool.exe"
Expand Down

0 comments on commit 44f73fc

Please sign in to comment.