Added WIP files.

This commit is contained in:
Paul Fenwick 2014-10-05 18:13:23 +11:00
parent 83c9b99338
commit 332d95dcdf
5 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"spec_version": 1,
"name" : "Mission Controller 2",
"identifier" : "MissionControllerEC",
"abstract" : "Better missions for Kerbal Space Program",
"download" : "https://kerbalstuff.com/mod/93/Mission%20Controller%202/download/Version_1.01_Available",
"license" : "GPLv3",
"version" : "1.01",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/43645",
"github" : {
"url" : "https://github.com/malkuth1974/MissionController2",
"releases" : false
}
},
"install" : [
{
"file" : "MissionControllerEC",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 2048 x 1024",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 4096 x 2048",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 8192 x 4096",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}