NetKAN generated mods - FilterExtensions/FilterExtensions-2.1.4, FilterExtensionsDefaultConfig/FilterExtensionsDefaultConfig-2.1.4
This commit is contained in:
parent
b79aede819
commit
1672634704
|
@ -1,14 +1,16 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Filter Extensions",
|
||||
"name": "Filter Extensions - Plugin",
|
||||
"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.",
|
||||
"abstract": "Plugin allowing for configurable filters for the VAB/SPH using .cfg files.",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "FilterExtensionsDefaultConfig"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Filter Extensions - Default Configuration",
|
||||
"identifier": "FilterExtensionsDefaultConfig",
|
||||
"abstract": "Configuration files using Filter Extensions to create a large array of new part categories in the Editor",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "FilterExtensions"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/000_FilterExtensions Configs",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/Crzyrndm/FilterExtension"
|
||||
},
|
||||
"author": "Crzyrndm",
|
||||
"version": "2.1.4",
|
||||
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/2.1.4/Filter.Extensions.v2.1.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 754635,
|
||||
"ksp_version": "1.0.2"
|
||||
}
|
Loading…
Reference in New Issue