NetKAN generated mods - FilterExtensions/FilterExtensions-2.0.5, ImageViewer/ImageViewer-0.2.2, KSPIRC/KSPIRC-0.9.0.1, MissionController2/MissionController2-Version_1.12.1, MoarEggs/MoarEggs-1.2.0_-_KSP_1.0_Update, PlaneMode/PlaneMode-0.4.1, notes/notes-0.10.1
This commit is contained in:
parent
5291eceaad
commit
716ef65f64
|
@ -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.0.5",
|
||||
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/2.0.5/Filter.Extensions.v2.0.5.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 626384,
|
||||
"ksp_version": "1.0.0"
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/77970",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/76/Image%20viewer"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "Image viewer",
|
||||
"abstract": "Just an ingame image viewer.",
|
||||
"author": "hashashin",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/101868",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/422/KSPIRC"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "KSPIRC",
|
||||
"abstract": "Use Internet Relay Chat (IRC) from within KSP",
|
||||
"author": "timmers_uk",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/43645-Mission-Controller-2-Preview-Version-3-(KSP-24-2)-(New-Agena-Mini-Story)",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/93/Mission%20Controller%202"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "Mission Controller 2",
|
||||
"abstract": "Mission Controller 2 Adds New Economy Adjustments and Contracts to Kerbal Space Program.",
|
||||
"author": "Malkuth74",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/114810-0-90-Moar-Eggs!-V1-0-05-04-2015?p=1821749#post1821749",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/681/Moar%20Eggs!"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "Moar Eggs!",
|
||||
"abstract": "Just a fun little project: A flying Easter Egg! Happy Easter everyone!",
|
||||
"author": "ENygma",
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "PlaneMode",
|
||||
"x_netkan_license_ok": true,
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/106934",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/493/Plane%20Mode"
|
||||
},
|
||||
"ksp_version": "1.0",
|
||||
"name": "Plane Mode",
|
||||
"license": "MIT",
|
||||
"abstract": "Swap Yaw/Roll in Flight",
|
||||
"author": "dbb",
|
||||
"version": "0.4.1",
|
||||
"download": "https://kerbalstuff.com/mod/493/Plane%20Mode/download/0.4.1",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 16002
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55625",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/74/In%20game%20notes%20/%20notepad%20/%20checklist"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"ksp_version": "1.0",
|
||||
"name": "In game notes / notepad / checklist",
|
||||
"abstract": "Simple plugin I make for personal use and learning purposes, it is a space to put short notes (some form of notepad). It is hidden by default use ALT+ \"N\" keys (by default) to unhide/hide or the toolbar button. The notes are persistent via the save button and the interface shows everywhere in the game.",
|
||||
"author": "hashashin",
|
||||
|
|
Loading…
Reference in New Issue