mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
NetKAN generated mods - FilterExtensions/FilterExtensions-1.17, PilotAssistant/PilotAssistant-1.2.1
This commit is contained in:
30
FilterExtensions/FilterExtensions-1.17.ckan
Normal file
30
FilterExtensions/FilterExtensions-1.17.ckan
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Filter Extensions",
|
||||
"identifier": "FilterExtensions",
|
||||
"abstract": "Custom, configurable filters for the VAB/SPH.",
|
||||
"description": "With the stock editor now supporting custom filters in a reasonable way, creating more and better filters is the next logical step. However, the requirement for categories to be managed via code is just a terrible idea. Not to mention that there is no easy way to be compatible with anyone else. Filter extensions allows the usage of .cfg files to create, edit, or delete all categories and sub-categories. It uses standard config files, and as such patches can be applied, and dependencies allowed for using Module Manager.",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/104231",
|
||||
"repository": "https://github.com/Crzyrndm/FilterExtension"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/000_FilterExtensions",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "Crzyrndm",
|
||||
"version": "1.17",
|
||||
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/1.17/Filter.Extensions.1.17.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 641448,
|
||||
"ksp_version": "0.90.0"
|
||||
}
|
23
PilotAssistant/PilotAssistant-1.2.1.ckan
Normal file
23
PilotAssistant/PilotAssistant-1.2.1.ckan
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PilotAssistant",
|
||||
"name": "Pilot Assistant",
|
||||
"abstract": "Helpful tool wich controls planes' altitude and heading via autopilot or custom SAS",
|
||||
"license": "CC-BY-4.0",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/100073",
|
||||
"repository": "https://github.com/Crzyrndm/Pilot-Assistant"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Pilot Assistant",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "Crzyrndm",
|
||||
"version": "1.2.1",
|
||||
"download": "https://github.com/Crzyrndm/Pilot-Assistant/releases/download/1.2.1/Pilot.Assistant.1.2.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 59780
|
||||
}
|
Reference in New Issue
Block a user