-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from UmbraSpaceIndustries/DEVELOP
Develop
- Loading branch information
Showing
28 changed files
with
523 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
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,31 @@ | ||
{ | ||
"NAME": "Community Category Kit", | ||
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version", | ||
"VERSION": { | ||
"BUILD": 0, | ||
"MAJOR": 2, | ||
"MINOR": 0, | ||
"PATCH": 0 | ||
}, | ||
"DOWNLOAD": "https://github.com/BobPalmer/CommunityCategoryKit/releases", | ||
"GITHUB": { | ||
"ALLOW_PRE_RELEASE": false, | ||
"REPOSITORY": "CommunityCategoryKit", | ||
"USERNAME": "BobPalmer" | ||
}, | ||
"KSP_VERSION":{ | ||
"MAJOR":1, | ||
"MINOR":3, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MIN":{ | ||
"MAJOR":1, | ||
"MINOR":2, | ||
"PATCH":9 | ||
}, | ||
"KSP_VERSION_MAX":{ | ||
"MAJOR":1, | ||
"MINOR":3, | ||
"PATCH":9 | ||
} | ||
} |
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,28 @@ | ||
2.0.0 - KSP 1.3 | ||
------------------ | ||
KSP 1.3 Compatibility | ||
Added Rovers as a new standard category | ||
|
||
1.2.1 - 2016.12.12 | ||
- [Change] Recompile for KSP 1.2.2 | ||
|
||
1.2.0 - 2016.12.2 | ||
- [Enhancement] Define common filters via a config file. | ||
- [Enhancement] Allow defining custom filters by updating via ModuleManager (read Wiki!). | ||
|
||
1.1.0 - 2016.11.29 | ||
- [Fix #7] Add images for Containers category. | ||
- [Fix #9] Sync up DLL's and mod's versions. | ||
|
||
0.1.2 - (KSP 1.2.1) | ||
------------------- | ||
Recompile for KSP 1.2.1 | ||
|
||
0.1.1 - 2016.10.15 | ||
------------------ | ||
Fixed initial tag for real this time | ||
|
||
0.1.0 - 2016.10.15 | ||
------------------ | ||
Initial Release! | ||
Added tag of cck-lifesupport |
32 changes: 32 additions & 0 deletions
32
FOR_RELEASE/GameData/CommunityCategoryKit/common-filters.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,32 @@ | ||
// This file contains filters approved by CCK owners. | ||
// Do not change this file via ModuleManager! If you need a new filter in | ||
// the editor you should add it into "extra-filters.cfg". | ||
// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki | ||
CCKCommonFilterConfig | ||
{ | ||
Item | ||
{ | ||
name = Containers | ||
tag = cck-containers | ||
normalIcon = CommunityCategoryKit/icons/Containers | ||
usedByMod = Kerbal Inventory System (KIS) | ||
usedByMod = Kerbal Attachment System (KAS) | ||
} | ||
Item | ||
{ | ||
name = Life Support | ||
tag = cck-lifesupport | ||
normalIcon = CommunityCategoryKit/icons/LifeSupport_N | ||
selectedIcon = CommunityCategoryKit/icons/LifeSupport_S | ||
usedByMod = USI Life Support | ||
} | ||
Item | ||
{ | ||
name = Rovers | ||
tag = cck-rovers | ||
normalIcon = CommunityCategoryKit/icons/Rovers_N | ||
selectedIcon = CommunityCategoryKit/icons/Rovers_S | ||
usedByMod = Malemute | ||
usedByMod = Feline Utility Rovers | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
FOR_RELEASE/GameData/CommunityCategoryKit/extra-filters.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,43 @@ | ||
// This file is always empty in CCK but third-party mods are allowed (and | ||
// encouraged) to extend it with own custom filters. There will be a | ||
// filter entry created in the editor for every Item record in this file if | ||
// it has at least one matching part. | ||
// | ||
// In order to create a custom filter create a ModuleManager patch file and | ||
// put it anywhere in your mod's folder structure: | ||
// | ||
// @CCKExtraFilterConfig | ||
// { | ||
// Item | ||
// { | ||
// name = Cool Mod Things | ||
// tag = cck-cool-mod | ||
// normalIcon = CoolMod/Textures/FilterIcon | ||
// usedByMod = Cool Mod | ||
// } | ||
// } | ||
// NOTE. If you want a special icon to be displayed when the filter is active | ||
// use `selectedIcon` field to define one. | ||
// | ||
// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki | ||
// | ||
// NOTE. Avoid creating a brand new filter only because you feel you need | ||
// one. You may improve players experience by re-using filters used by the | ||
// other mods. To figure out if there are right candidates try the following: | ||
// 1. Check CCK common filters (common-filters.cfg). | ||
// 2. Try searching KSP add-ons forum for keyword "CCK" or | ||
// "CommunityCategoryKit". When mod uses CCK it's usually stated in the | ||
// description. | ||
// 3. Ask community by posting a question on the CCK forum. | ||
// 4. Find another mod (other than yours) which may benefit of the new | ||
// filter, and suggest a new common filter on the CCK forum! | ||
// | ||
// Once you've found the right mod just use its tag and some icon texture | ||
// (communicate with the author if they use own icon). CCK will automatically | ||
// de-dupe filters so what there will be only one filter created with all the | ||
// matching parts. | ||
|
||
CCKExtraFilterConfig | ||
{ | ||
// Add Item entires for custom filters via ModuleManager. | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.