Skip to content

Commit 4c00459

Browse files
authored
Update ReadMe.md
1 parent 46eb724 commit 4c00459

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ReadMe.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,18 @@ Available at : https://github.com/HarmonyKSP/HarmonyKSP
55
Original distribution : https://github.com/pardeike/Harmony
66

77
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

Comments
 (0)