NetKAN generated mods - KWRocketry/KWRocketry-2.7, ModuleAnimateEmissive/ModuleAnimateEmissive-v1.0, SolverEngines/SolverEngines-v1.0

This commit is contained in:
NetKAN bot 2015-05-25 01:58:39 +02:00
parent 6903ad8e48
commit fdedf16f3a
3 changed files with 58 additions and 8 deletions

View File

@ -2,23 +2,15 @@
"spec_version": 1,
"identifier": "KWRocketry",
"license": "CC-BY-SA-3.0",
"comment": "It looks like KWRocketry is the only thing that uses ModuleAnimateEmissive for now.",
"depends": [
{
"name": "ModuleAnimateEmissive"
}
],
"provides": [
"ModuleAnimateEmissive"
],
"install": [
{
"file": "KW Release Package v2.7 (Open this, don't extract it)/GameData/KWRocketry",
"install_to": "GameData"
},
{
"file": "KW Release Package v2.7 (Open this, don't extract it)/GameData/ModuleAnimateEmissive",
"install_to": "GameData"
}
],
"resources": {

View File

@ -0,0 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "ModuleAnimateEmissive",
"name": "Animate Emissive Module",
"abstract": "ModuleAnimateEmissive replaces ModuleAnimateHeat with a more flexible, configurable module.",
"license": "LGPL-2.1",
"release_status": "stable",
"install": [
{
"find": "SolverEngines",
"install_to": "GameData",
"filter": [
"Icons",
"PluginData",
"SolverEngines.dll"
]
}
],
"resources": {
"repository": "https://github.com/KSP-RO/SolverEngines"
},
"author": "NathanKell",
"version": "v1.0",
"download": "https://github.com/KSP-RO/SolverEngines/releases/download/v1.0/SolverEngines_v1.zip",
"x_generated_by": "netkan",
"download_size": 32662
}

View File

@ -0,0 +1,31 @@
{
"spec_version": "v1.4",
"identifier": "SolverEngines",
"name": "Solver Engines plugin",
"abstract": "SolverEngines is at its heart a replacement paradigm for how KSP deals with engines",
"license": "LGPL-2.1",
"release_status": "stable",
"depends": [
{
"name": "ModuleAnimateEmissive"
}
],
"install": [
{
"find": "SolverEngines",
"install_to": "GameData",
"filter": [
"ModuleAnimateEmissive.dll",
"PluginData"
]
}
],
"resources": {
"repository": "https://github.com/KSP-RO/SolverEngines"
},
"author": "NathanKell",
"version": "v1.0",
"download": "https://github.com/KSP-RO/SolverEngines/releases/download/v1.0/SolverEngines_v1.zip",
"x_generated_by": "netkan",
"download_size": 32662
}