-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
417d12f
commit a90901f
Showing
13 changed files
with
195 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
GameData/KGEx/Komplexity/PatchManager/EnableKomplexity.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
PatchManager | ||
{ | ||
// Required settings. | ||
// srcPath should use forward slashes, and include the full file name. srcPath should be in a directory | ||
// called ".../PatchManager/PluginData" | ||
modName = Komplexity | ||
patchName = Enable Komplexity | ||
srcPath = KGEx/Komplexity/Patches/Komplexity.cfg | ||
shortDescr = Enable this mod | ||
|
||
// Optional, but recommended | ||
longDescr = Enable the mod to enable the KSC building levels spread out to 10 levels instead of 4 | ||
|
||
|
||
//// Optional entries here | ||
|
||
// dependencies, only show this patch if these specified mods are available | ||
// List either the directory of the mod (as show by ModuleManager), or the | ||
// mod DLL (as show by ModuleManager) | ||
dependencies = CustomBarnKit | ||
|
||
// exclusions, this patch is exclusive with these, in other words, don't install this | ||
// if a patch listed in the exclusion is installed | ||
// exclusions = | ||
// Path to icon, if desired. Can be a flag, but will be shrunken down to a 38x38 image | ||
// icon = | ||
// Is this patch active on mod installation? If this is true, then this | ||
// is describing a patch which is initially active. | ||
installedWithMod = true | ||
// Author's name, if desired | ||
author = zer0Kerbal | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.