-
Notifications
You must be signed in to change notification settings - Fork 5
/
CommunityPartsTitlesExtrasCategory.netkan
33 lines (33 loc) · 1.26 KB
/
CommunityPartsTitlesExtrasCategory.netkan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"spec_version" : "v1.4",
"identifier" : "CommunityPartsTitlesExtrasCategory",
"name" : "Community Parts Titles Extras: Categories",
"abstract" : "Highly recommended Extras for the Community Parts Titles. Create new categories or place parts to a more appropriate category. Though these techniques aren't overused",
"author" : "flart",
"$kref" : "#/ckan/github/yalov/CommunityPartsTitles",
"$vref" : "#/ckan/ksp-avc",
"license" : "GPL-3.0",
"resources" : {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/174189-*"
},
"tags": [
"config",
"convenience"
],
"depends": [
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "CommunityPartsTitles" },
{ "name": "CommunityPartsTitlesExtrasNoCCKDup" },
{ "name": "CommunityCategoryKit" }
],
"install" : [
{
"file" : "GameData/002_CommunityPartsTitles/Extras",
"install_to" : "GameData/002_CommunityPartsTitles",
"filter" : "CPTE_category_hide_cck_parts.cfg",
"comment" : "Extras folder without the category_hide_cck_parts.cfg. There is CommunityPartsTitlesExtrasNoDup for it"
}
]
}