Skip to content

Commit 1a500ea

Browse files
committed
Adding INSTALL.md file with detailed install instructions
1 parent c79ba2c commit 1a500ea

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

INSTALL.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Module Manager /L Experimental
2+
*Lasciate ogne speranza, voi ch'intrate*
3+
- - -
4+
5+
ModuleManager is mod that let you write patch file that edit other part at load time.
6+
7+
This is Lisias' Experimental fork for Module Mamager.
8+
9+
10+
## Installation Instructions
11+
12+
To install, place the GameData folder inside your Kerbal Space Program folder. Optionally, you can also do the same for the PluginData (be careful to do not overwrite your custom settings):
13+
14+
* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork:
15+
+ Delete `<KSP_ROOT>/ModuleManager*`
16+
- Yes. Every single file that starts with this name.
17+
* Extract the package's `GameData` folder into your KSP's root:
18+
+ `<PACKAGE>/GameData` --> `<KSP_ROOT>/GameData`
19+
20+
The following file layout must be present after installation:
21+
22+
```
23+
<KSP_ROOT>
24+
[GameData]
25+
000_KSPe.dll
26+
ModuleManager.CHANGE_LOG.md
27+
ModuleManager.LICENSE
28+
ModuleManager.README.md
29+
ModuleManager.dll
30+
ModuleManager.version
31+
...
32+
[PluginData]
33+
[ModuleManager]
34+
...
35+
KSP.log
36+
PastDatabase.cfg
37+
...
38+
```
39+
40+
Note: the `PluginData/ModuleManager` folder will be automatically created and populated after the first run.
41+
42+
### Dependencies
43+
44+
* [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions)
45+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is Lisias' Experimental fork for Module Mamager.
1616
* Documentation
1717
+ [Homepage](http://ksp.lisias.net/add-ons/ModuleManager) on L Aerospace KSP Division
1818
+ [Project's README](https://github.com/net-lisias-ksp/ModuleManager/blob/master/README.md)
19+
+ [Install Instructions](https://github.com/net-lisias-ksp/ModuleManager/blob/master/INSTALL.md)
1920
+ [Change Log](./CHANGE_LOG.md)
2021
+ [TODO](./TODO.md) list
2122
* Official Distribution Sites:

pack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ echo $FILE
1515
clean
1616
zip -r $FILE ./GameData/* -x ".*"
1717
zip -r $FILE ./PluginData/* -x ".*"
18+
zip $FILE ./INSTALL.md
1819
zip -d $FILE __MACOSX "**/.DS_Store"
1920
mv $FILE ./Archive

0 commit comments

Comments
 (0)