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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,18 @@ Available at : https://github.com/HarmonyKSP/HarmonyKSP
5
5
Original distribution : https://github.com/pardeike/Harmony
6
6
7
7
Licence : MIT
8
+
9
+
### KSP PLAYERS :
10
+
This is a library used by other KSP mods. It doesn't provide any functionality in-game, but is required by other mods.
11
+
To install it, copy the `000_Harmony` folder into your `GameData` folder.
12
+
13
+
### KSP MODDERS :
14
+
If you are using Harmony, or planning to use Harmony for your modding needs, please redirect your players to this community maintained version instead of bundling the orginal to avoid version conflicts.
15
+
16
+
Alternatively, you can also re-bundle the `GameData\000_Harmony` folder in your mod distribution, but be sure to always bundle the latest version.
17
+
18
+
That distribution is also available on [CKAN](https://github.com/KSP-CKAN/NetKAN/blob/master/NetKAN/Harmony2.netkan) under the `Harmony2` identifer, use the following `depends` in your `*.netkan` metadata file to add the dependency :
19
+
```
20
+
"depends": [ { "name": "Harmony2" } ],
21
+
```
22
+
Or ask (nicely) the CKAN people to sort it for you : [CKAN Discord](https://discord.gg/Mb4nXQD)
0 commit comments