NetKAN generated mods - ContractConfigurator-Tourism/ContractConfigurator-Tourism-1.1.4, ContractConfigurator/ContractConfigurator-1.1.1, FilterExtensions/FilterExtensions-2.1.3
This commit is contained in:
parent
ebb490b97e
commit
e237fb8a2a
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ContractConfigurator-Tourism",
|
||||
"abstract": "Better tourism! A richer tourism experience than stock. Take tourists to space and to visit the stations and bases that you've already created. Build new tourist attractions like the space casino mega-project. 15 new contracts for tourism.",
|
||||
"name": "Contract Pack: Tourism Plus",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ContractConfigurator"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "WaypointManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Tourism",
|
||||
"install_to": "GameData/ContractPacks"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/113621",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractPack-Tourism/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractPack-Tourism/master/GameData/ContractPacks/Tourism/LICENSE.txt",
|
||||
"repository": "https://github.com/jrossignol/ContractPack-Tourism"
|
||||
},
|
||||
"version": "1.1.4",
|
||||
"download": "https://github.com/jrossignol/ContractPack-Tourism/releases/download/1.1.4/ContractPack-Tourism_1.1.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 43904,
|
||||
"ksp_version_min": "1.0.2",
|
||||
"ksp_version_max": "1.0.99"
|
||||
}
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ContractConfigurator",
|
||||
"name": "Contract Configurator",
|
||||
"abstract": "A config-file based solution for creating new contracts!",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "nightingale",
|
||||
"description": "A config-file based solution for creating new contracts!",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CoherentContracts"
|
||||
},
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
|
||||
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
|
||||
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
|
||||
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
|
||||
"repository": "https://github.com/jrossignol/ContractConfigurator"
|
||||
},
|
||||
"version": "1.1.1",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/1.1.1/ContractConfigurator_1.1.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 233399,
|
||||
"ksp_version_min": "1.0.2",
|
||||
"ksp_version_max": "1.0.2"
|
||||
}
|
|
@ -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": "2.1.3",
|
||||
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/2.1.3/Filter.Extensions.v2.1.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 752577,
|
||||
"ksp_version": "1.0.2"
|
||||
}
|
Loading…
Reference in New Issue