Skip to content

Commit cfe1bcf

Browse files
authored
Merge pull request #1149 from BobPalmer/DEVELOP
Develop
2 parents 557f5fb + 1638079 commit cfe1bcf

File tree

127 files changed

+8435
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+8435
-306
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"NAME":"000_AT_Utils",
3+
"URL":"https://raw.githubusercontent.com/allista/AT_Utils/master/GameData/000_AT_Utils/000_AT_Utils.version",
4+
"DOWNLOAD":"https://github.com/allista/AT_Utils/releases",
5+
"CHANGE_LOG_URL":"",
6+
"VERSION":
7+
{
8+
"MAJOR":1,
9+
"MINOR":4,
10+
"PATCH":0,
11+
"BUILD":0
12+
},
13+
"KSP_VERSION_MIN":
14+
{
15+
"MAJOR":1,
16+
"MINOR":2,
17+
"PATCH":2
18+
},
19+
"KSP_VERSION_MAX":
20+
{
21+
"MAJOR":1,
22+
"MINOR":2,
23+
"PATCH":2
24+
}
25+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
StylesConfig
2+
{
3+
//available colors: normal (meaning white), grey, red, dark_red, green, dark_green, yellow, dark_yellow, cyan, magenta
4+
EnabledButtonColor = green
5+
ActiveButtonColor = yellow
6+
InactiveButtonColor = grey
7+
ConfirmButtonColor = green
8+
AddButtonColor = green
9+
CloseButtonColor = red
10+
DangerButtonColor = red
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
AbsMinSize = 0.5
2+
AbsMaxSize = 10
3+
AbsMinAspect = 0.5
4+
AbsMaxAspect = 10

FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.12 - 2017.02.04
2+
------------------
3+
Dependency Updates
4+
15
0.8.11 - 2017.01.16
26
-------------------
37
Fixed runaway efficiency issue
512 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

FOR_RELEASE/GameData/000_USITools/USITools.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":8,
13-
"PATCH":11,
13+
"PATCH":12,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"DOWNLOAD": "https://github.com/BobPalmer/CommunityCategoryKit/releases",
3+
"GITHUB": {
4+
"ALLOW_PRE_RELEASE": false,
5+
"REPOSITORY": "CommunityCategoryKit",
6+
"USERNAME": "BobPalmer"
7+
},
8+
"KSP_VERSION": {
9+
"MAJOR": 1,
10+
"MINOR": 2,
11+
"PATCH": 2
12+
},
13+
"KSP_VERSION_MAX": {
14+
"MAJOR": 1,
15+
"MINOR": 2,
16+
"PATCH": 2
17+
},
18+
"KSP_VERSION_MIN": {
19+
"MAJOR": 1,
20+
"MINOR": 2,
21+
"PATCH": 0
22+
},
23+
"NAME": "Community Category Kit",
24+
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
25+
"VERSION": {
26+
"BUILD": 0,
27+
"MAJOR": 1,
28+
"MINOR": 2,
29+
"PATCH": 2
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
1.2.2 - 2016.02.04
2+
------------------
3+
Added Rovers as a new standard category
4+
5+
1.2.1 - 2016.12.12
6+
- [Change] Recompile for KSP 1.2.2
7+
8+
1.2.0 - 2016.12.2
9+
- [Enhancement] Define common filters via a config file.
10+
- [Enhancement] Allow defining custom filters by updating via ModuleManager (read Wiki!).
11+
12+
1.1.0 - 2016.11.29
13+
- [Fix #7] Add images for Containers category.
14+
- [Fix #9] Sync up DLL's and mod's versions.
15+
16+
0.1.2 - (KSP 1.2.1)
17+
-------------------
18+
Recompile for KSP 1.2.1
19+
20+
0.1.1 - 2016.10.15
21+
------------------
22+
Fixed initial tag for real this time
23+
24+
0.1.0 - 2016.10.15
25+
------------------
26+
Initial Release!
27+
Added tag of cck-lifesupport
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
// This file contains filters approved by CCK owners.
2+
// Do not change this file via ModuleManager! If you need a new filter in
3+
// the editor you should add it into "extra-filters.cfg".
4+
// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki
5+
CCKCommonFilterConfig
6+
{
7+
Item
8+
{
9+
name = Containers
10+
tag = cck-containers
11+
normalIcon = CommunityCategoryKit/icons/Containers
12+
usedByMod = Kerbal Inventory System (KIS)
13+
usedByMod = Kerbal Attachment System (KAS)
14+
}
15+
Item
16+
{
17+
name = Life Support
18+
tag = cck-lifesupport
19+
normalIcon = CommunityCategoryKit/icons/LifeSupport_N
20+
selectedIcon = CommunityCategoryKit/icons/LifeSupport_S
21+
usedByMod = USI Life Support
22+
}
23+
Item
24+
{
25+
name = Rovers
26+
tag = cck-rovers
27+
normalIcon = CommunityCategoryKit/icons/Rovers_N
28+
selectedIcon = CommunityCategoryKit/icons/Rovers_S
29+
usedByMod = Malemute
30+
usedByMod = Feline Utility Rovers
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// This file is always empty in CCK but third-party mods are allowed (and
2+
// encouraged) to extend it with own custom filters. There will be a
3+
// filter entry created in the editor for every Item record in this file if
4+
// it has at least one matching part.
5+
//
6+
// In order to create a custom filter create a ModuleManager patch file and
7+
// put it anywhere in your mod's folder structure:
8+
//
9+
// @CCKExtraFilterConfig
10+
// {
11+
// Item
12+
// {
13+
// name = Cool Mod Things
14+
// tag = cck-cool-mod
15+
// normalIcon = CoolMod/Textures/FilterIcon
16+
// usedByMod = Cool Mod
17+
// }
18+
// }
19+
// NOTE. If you want a special icon to be displayed when the filter is active
20+
// use `selectedIcon` field to define one.
21+
//
22+
// See more info here: https://github.com/BobPalmer/CommunityCategoryKit/wiki
23+
//
24+
// NOTE. Avoid creating a brand new filter only because you feel you need
25+
// one. You may improve players experience by re-using filters used by the
26+
// other mods. To figure out if there are right candidates try the following:
27+
// 1. Check CCK common filters (common-filters.cfg).
28+
// 2. Try searching KSP add-ons forum for keyword "CCK" or
29+
// "CommunityCategoryKit". When mod uses CCK it's usually stated in the
30+
// description.
31+
// 3. Ask community by posting a question on the CCK forum.
32+
// 4. Find another mod (other than yours) which may benefit of the new
33+
// filter, and suggest a new common filter on the CCK forum!
34+
//
35+
// Once you've found the right mod just use its tag and some icon texture
36+
// (communicate with the author if they use own icon). CCK will automatically
37+
// de-dupe filters so what there will be only one filter created with all the
38+
// matching parts.
39+
40+
CCKExtraFilterConfig
41+
{
42+
// Add Item entires for custom filters via ModuleManager.
43+
}
Loading
Loading
Loading
Loading
Loading

FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.6.6 - 2017.02.04
2+
------------------
3+
Added common resource Sodium a potential high efficient electric propellant
4+
Added common resource Caesium a rare but dense and highly efficient electric propellant
5+
ResourceLode value set to zero to prevent exploits.
6+
17
0.6.5 - (2017.01.01)
28
--------------------
39
Updated asteroid and scanner settings

FOR_RELEASE/GameData/CommunityResourcePack/CRP.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"VERSION":{
1111
"MAJOR":0,
1212
"MINOR":6,
13-
"PATCH":5,
13+
"PATCH":6,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{

FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg

+68-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ RESOURCE_DEFINITION
532532
density = 0.005
533533
flowMode = ALL_VESSEL
534534
transfer = NONE
535-
unitCost = 250
535+
unitCost = 0
536536
isTweakable = true
537537
isVisible = true
538538
volume = 1
@@ -680,6 +680,19 @@ RESOURCE_DEFINITION
680680
volume = 1
681681
}
682682

683+
RESOURCE_DEFINITION
684+
{
685+
abbreviation = Cs
686+
name = Caesium
687+
density = 0.00193
688+
flowMode = ALL_VESSEL
689+
transfer = PUMP
690+
isTweakable = true
691+
isVisible = true
692+
unitCost = 77
693+
volume = 1
694+
}
695+
683696
RESOURCE_DEFINITION
684697
{
685698
abbreviation = C
@@ -1014,6 +1027,33 @@ RESOURCE_DEFINITION
10141027
volume = 1
10151028
}
10161029

1030+
RESOURCE_DEFINITION
1031+
{
1032+
abbreviation = Na
1033+
name = Sodium
1034+
density = 0.000968
1035+
flowMode = ALL_VESSEL
1036+
transfer = PUMP
1037+
isTweakable = true
1038+
isVisible = true
1039+
unitCost = 1.4
1040+
volume = 1
1041+
}
1042+
1043+
RESOURCE_DEFINITION
1044+
{
1045+
abbreviation = PVC
1046+
name = PolyvinylChloride
1047+
density = 0.00149
1048+
hsp = 7981
1049+
flowMode = ALL_VESSEL
1050+
transfer = PUMP
1051+
isTweakable = true
1052+
isVisible = true
1053+
unitCost = 1
1054+
volume = 1
1055+
}
1056+
10171057
RESOURCE_DEFINITION
10181058
{
10191059
abbreviation = Pu238
@@ -1028,6 +1068,20 @@ RESOURCE_DEFINITION
10281068
ksparpicon = TriggerTech/KSPAlternateResourcePanel/Icons/Plutonium-238
10291069
}
10301070

1071+
1072+
RESOURCE_DEFINITION
1073+
{
1074+
abbreviation = R
1075+
name = Regolith
1076+
density = 0.002
1077+
flowMode = ALL_VESSEL
1078+
transfer = PUMP
1079+
isTweakable = true
1080+
isVisible = true
1081+
unitCost = 0.355
1082+
volume = 1
1083+
}
1084+
10311085
RESOURCE_DEFINITION
10321086
{
10331087
abbreviation = UF4
@@ -1068,6 +1122,19 @@ RESOURCE_DEFINITION
10681122
volume = 1
10691123
}
10701124

1125+
RESOURCE_DEFINITION
1126+
{
1127+
abbreviation = SW
1128+
name = SolarWind
1129+
density = 0.00000124725
1130+
flowMode = ALL_VESSEL
1131+
transfer = PUMP
1132+
isTweakable = true
1133+
isVisible = true
1134+
unitCost = 0.001
1135+
volume = 1
1136+
}
1137+
10711138
RESOURCE_DEFINITION
10721139
{
10731140
abbreviation = ThP
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"NAME":"ConfigurableContainers",
3+
"URL":"https://github.com/allista/ConfigurableContainers/tree/master/GameData/ConfigurableContainers/ConfigurableContainers.version",
4+
"DOWNLOAD":"https://github.com/allista/ConfigurableContainers/releases",
5+
"CHANGE_LOG_URL":"",
6+
"VERSION":
7+
{
8+
"MAJOR":2,
9+
"MINOR":4,
10+
"PATCH":0,
11+
"BUILD":3
12+
},
13+
"KSP_VERSION_MIN":
14+
{
15+
"MAJOR":1,
16+
"MINOR":2,
17+
"PATCH":2
18+
},
19+
"KSP_VERSION_MAX":
20+
{
21+
"MAJOR":1,
22+
"MINOR":2,
23+
"PATCH":2
24+
}
25+
}

0 commit comments

Comments
 (0)