You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
This package contains portable editions of Git and 7-Zip as well as a Batch script that
5
5
* checks Coursplay´s Github repository for the latest version,
6
6
* 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.
9
9
10
10
## 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.
12
12
13
13
## How to use?
14
14
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
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`.
27
29
28
30
## How get rid of it?
29
31
Just delete the directory you extracted the installer to (see step 2. above). Attention! You will loose your backup files, too.
30
32
31
33
## 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
33
43
34
44
## Anything else?
35
45
If you like this, star it on [GitHub](https://github.com/elpatron68/cpupdate/)!
0 commit comments