Skip to content

Commit c1fcaf3

Browse files
author
markus
committed
Merge branch 'master' of https://github.com/elpatron68/cpupdate
2 parents 07d8d18 + 0d06d7d commit c1fcaf3

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
This package contains portable editions of Git and 7-Zip as well as a Batch script that
55
* checks Coursplay´s Github repository for the latest version,
66
* installs Courseplay (if it wasn´t formerly installed) to your FS17 mod folder,
7-
* backups your current Courseplay mod folder in case of an update,
8-
* updates your current Courseplay mod folder to the latest version from the Github repository.
7+
* backups your current Courseplay in case of an update,
8+
* updates your current Courseplay to the latest version from the Github repository.
99

1010
## Who needs this?
11-
Every Farming Simulator 17 enthusiast should have a look at the famous mod [Courseplay](https://github.com/Courseplay/courseplay). If you are using Courseplay and want to be sure to always use the latest version, you should update your installation before playing, as there are frequent updates. This can be a quite complicated process if you want to be sure to have a backup of former versions.
11+
Every Farming Simulator 2017 enthusiast should have a look at the famous mod [Courseplay](https://github.com/Courseplay/courseplay). If you are using Courseplay and want to be sure to always use the latest version, you should update your installation before playing, as there are frequent updates. This can be a quite complicated process if you want to be sure to have a backup of former versions.
1212

1313
## How to use?
1414
1. [Download the latest version of `cpupdate_installer.exe`](https://github.com/elpatron68/cpupdate/releases).
@@ -18,18 +18,28 @@ Every Farming Simulator 17 enthusiast should have a look at the famous mod [Cour
1818

1919
![Sceenshot (fresh install)](https://github.com/elpatron68/cpupdate/blob/master/_screenshots/fresh_install.png)
2020

21-
Fresh installation
21+
(Fresh installation)
2222

2323
![Sceenshot (update)](https://github.com/elpatron68/cpupdate/blob/master/_screenshots/update.png)
2424

25+
(Update installation)
26+
2527
## How to restore an older version?
26-
With every Courseplay update *cpupdate* creates a zipped backup file of your former version. You can find it under your *cpupdate* directory (see step 2. above) in the folder `cpbackup`. Just extract the content to `<your Farming Simulator mod folder>\ZZZ_Courseplay\`. `<your Farming Simulator mod folder>` is usually under your Documents folder - `my games` - `FarmingSimulator2017` - `mods`.
28+
With every Courseplay update *cpupdate* creates a backup of your former version. You can find it under your *cpupdate* directory (see step 2. above) in the subfolder `.\cpbackup`. Just extract the content to `<your Farming Simulator mod folder>\ZZZ_Courseplay\`. `<your Farming Simulator mod folder>` is usually under your Documents folder - `my games` - `FarmingSimulator2017` - `mods`.
2729

2830
## How get rid of it?
2931
Just delete the directory you extracted the installer to (see step 2. above). Attention! You will loose your backup files, too.
3032

3133
## Expert usage
32-
If you have installed Git and 7-Zip on your computer, you can download only the script file `cpupdate_portable.bat`, open it in an editor and set the path to Git and 7-Zip suiting your needs (Lines 19 - 20)
34+
If you have installed Git and 7-Zip on your computer, you can download only the script file `cpupdate_portable.bat`, open it in an editor and set the path to Git and 7-Zip suiting your needs (Lines 45 - 46)
35+
36+
You can also set the default deployment mode from `ZIPFILE` to `DIRECTORY` if you like (Line 32 - 33).
37+
38+
In lines 39 - 40 you can toggle between "auto-close-behaviour" and "hit-a-key-before-closing-the-window-because-i-want-to-see-what-happened-mode".
39+
40+
## What´s fresh?
41+
Version 1.1 (5.12.2016)
42+
* Now capable of creating a zipped file in your mod directory
3343

3444
## Anything else?
3545
If you like this, star it on [GitHub](https://github.com/elpatron68/cpupdate/)!

0 commit comments

Comments
 (0)