Skip to content

Commit

Permalink
Create Changelog.md, update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elpatron68 committed May 21, 2020
1 parent 41c794b commit 4859896
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SnowRunner-Tool Changes

## v1.0.3.0 (21.05.2020)

* Cheat experience points (XP).
* Backup and restore `initial.pak`.
* Create a backup while you are playing the game (just hit `F2`).
* Rearrange menus.
* Delete backups (via right click)
* Overhaul UI.
* Remove support for 3rd party backups.
* Check for updates, download update file.
* Main window is now resizable. Size and position are saved.
* Restoring a backup is only available if the game is not running.
17 changes: 15 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ Create a backup of your `initial.pak` file before making changes to it! Open the

**This feature is experimental, handle with care!**

### Cheats
### Menu Cheats

Set the amount of money or experience points you´d like to have by opening the *Cheats* menu. Before changing the money or XP points in your save game file, another fresh backup will be made.

![Money cheat](images/SnowRunner-Tool_MoneyCheat.png)

## Settings
## Menu Settings

In the *Settings* menu, you can enter a couple paths this tool needs to operate. Also, usage reporting and remote logging can en- and disabled. A check mark will be displayed if an option is enabled.

Expand Down Expand Up @@ -102,6 +102,18 @@ Both reporting options require an active internet connection. No personal data w

Debug logging is **disabled** by default. Usage reporting is **enabled** by default.

## Menu Help

Pretty self-explanatory:

* Link to this Readme (online)
* Check for new version
* Copy support-ID
* Project web links
* License
* About


## Notes

* If *SnowRunner-Tool* does not start after double clicking, install Microsoft .NET Framework 4.7.2 (see *Installation* above).
Expand Down Expand Up @@ -129,6 +141,7 @@ Enables remote logging.

- User [grimdanfango](https://forums.focus-home.com/user/grimdanfango) made a Powershell Script that creates Backups in a configurable interval while the game is running. Instructions can be found <a href="https://forums.focus-home.com/topic/47932/backup-save-game-script" target="_blank">here</a>.
- Thread on <a href="https://www.reddit.com/r/snowrunner/comments/gdf1jt/pc_snowrunner_backs_up_your_saved_games_heres_how/" target="_blank">Reddit</a> discussing the games´s backups and how to restore them manually.
- This tool on [Github](https://github.com/elpatron68/SnowRunner-Tool)
- This tool on [mod.io](https://snowrunner.mod.io/snowrunner-tool/#15370)

## License
Expand Down
4 changes: 2 additions & 2 deletions SnowRunner-Tool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
>
</MenuItem>
<MenuItem x:Name="MnChkUpd"
Header="Check _update"
Header="Check for _update"
Click="MnChkUpd_Click"
/>
<MenuItem x:Name="MnSupportID"
Header="_Copy Support-ID"
Header="_Copy support-ID"
Click="MnuSupportID_Click"
/>
<MenuItem Header="_Web">
Expand Down

0 comments on commit 4859896

Please sign in to comment.