Skip to content

Commit

Permalink
Fixes KSP-CKAN#181: Separate Flags ckan for TriggerAu's mods
Browse files Browse the repository at this point in the history
Fixes KSP-CKAN#181: Recommend all TriggerAu's addons to install his flags
  • Loading branch information
hakan42 committed Dec 28, 2014
1 parent bdf0979 commit 1e6e1fe
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NetKAN/AlternateResourcePanel.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"manual": "https://sites.google.com/site/kspalternateresourcepanel/",
"x_curse": "http://kerbal.curseforge.com/ksp-mods/220649-alternate-resource-panel"
},
"recommends" : [
{ "name" : "TriggerAu-Flags" }
],
"install" :[
{
"find" : "KSPAlternateResourcePanel",
Expand Down
5 changes: 4 additions & 1 deletion NetKAN/KSPTips.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"repository": "https://github.com/TriggerAu/KSPTips",
"kerbalstuff": "https://kerbalstuff.com/mod/416/KSP%20Tips",
"x_curse": "http://kerbal.curseforge.com/ksp-mods/226245-ksp-tips"
},
},
"recommends" : [
{ "name" : "TriggerAu-Flags" }
],
"x_netkan_license_ok": true
}
3 changes: 3 additions & 0 deletions NetKAN/KerbalAlarmClock.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"manual": "http://triggerau.github.io/KerbalAlarmClock/",
"x_curse": "http://kerbal.curseforge.com/ksp-mods/220289-kerbal-alarm-clock"
},
"recommends" : [
{ "name" : "TriggerAu-Flags" }
],
"install" : [
{
"find" : "KerbalAlarmClock",
Expand Down
3 changes: 3 additions & 0 deletions NetKAN/TransferWindowPlanner.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"manual": "http://triggerau.github.io/TransferWindowPlanner/",
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224116-transfer-window-planner"
},
"recommends" : [
{ "name" : "TriggerAu-Flags" }
],
"install" : [
{
"find" : "TransferWindowPlanner",
Expand Down
19 changes: 19 additions & 0 deletions NetKAN/TriggerAu-Flags.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"spec_version" : "v1.4",
"$kref" : "#/ckan/kerbalstuff/195",
"name" : "TriggerAu Flags",
"identifier" : "TriggerAu-Flags",
"abstract" : "Flags contained in TriggerAu's Addons",
"license" : "MIT",
"release_status" : "stable",
"author": "TriggerAu",
"resources": {
"license" : "https://github.com/TriggerAu/AlternateResourcePanel/blob/master/LICENSE",
"repository" : "https://github.com/TriggerAu/AlternateResourcePanel"
},
"install" :[
{
"find" : "Flags",
"install_to" : "GameData/TriggerTech"
}]
}

0 comments on commit 1e6e1fe

Please sign in to comment.