NetKAN generated mods - Graphotron/Graphotron-0.3.0, HyperEdit/HyperEdit-1.4.1
This commit is contained in:
parent
6f7e225f48
commit
feaa631a87
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Graphotron",
|
||||
"name": "Graphotron",
|
||||
"abstract": "Graphotron is a plugin and part for KSP, that tracks and plots sensor and flight data into a nice graph.",
|
||||
"author": [
|
||||
"olex",
|
||||
"khyperia",
|
||||
"Ezriilc"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Kerbaltek",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://www.Kerbaltek.com/graphotron"
|
||||
},
|
||||
"download": "http://www.kerbaltek.com/_IamCKAN_Gimme_graphotron_",
|
||||
"version": "0.3.0",
|
||||
"ksp_version_min": "1.0.0",
|
||||
"ksp_version_max": "1.0.99"
|
||||
}
|
|
@ -1,23 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "HyperEdit",
|
||||
"abstract": "Allows you to teleport any ship, and edit any orbit - even the planets!",
|
||||
"identifier": "HyperEdit",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://www.kerbaltek.com/hyperedit",
|
||||
"repository": "https://github.com/Ezriilc/HyperEdit"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Kerbaltek",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
|
||||
"ksp_version_min": "1.0.0",
|
||||
"license": "restricted",
|
||||
"author": [ "khyperia", "Payo", "sirkut", "Ezriilc" ],
|
||||
"version": "1.4.1",
|
||||
"download": "http://www.kerbaltek.com/_downloads/hyperedit/HyperEdit-1.4.1_for-KSP-1.0.zip"
|
||||
"spec_version": 1,
|
||||
"identifier": "HyperEdit",
|
||||
"name": "HyperEdit",
|
||||
"abstract": "HyperEdit is the ultimate cheat plugin for KSP. Teleport your ship, refill your tanks, change any orbit, move the planets around, and edit things like speed, gravity, atmospheric pressure, time, and more.",
|
||||
"author": [
|
||||
"khyperia",
|
||||
"Ezriilc",
|
||||
"Payo",
|
||||
"sirkut",
|
||||
"others"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Kerbaltek",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://www.Kerbaltek.com/hyperedit"
|
||||
},
|
||||
"download": "http://www.kerbaltek.com/_IamCKAN_Gimme_hyperedit_",
|
||||
"version": "1.4.1",
|
||||
"ksp_version_min": "1.0.0",
|
||||
"ksp_version_max": "1.0.99"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue