NetKAN: Custom Asteroids and sub-packages.

This commit is contained in:
Paul Fenwick 2014-11-13 13:28:44 +11:00
parent 335ca18dda
commit 452523affb
3 changed files with 111 additions and 1 deletions

View File

@ -0,0 +1,45 @@
{
"spec_version": 1,
"identifier": "CustomAsteroids-Pops-Stock-Inner",
"name": "Custom Asteroids (inner stock system data)",
"abstract": "Adds asteroids inside orbit of Jool",
"release_status": "stable",
"depends": [
{
"name": "CustomAsteroids",
"min_version": "1.0",
"comment": "Version at which config format stabilized."
}
],
"provides": [
"CustomAsteroids-Pops"
],
"conflicts": [
{
"name": "AlternisKerbol"
},
{
"name": "RealSolarSystem",
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to allow them?"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData",
"filter_regexp": "(?<!Basic Asteroids\\.cfg)$"
}
],
"x_maintained_by": "Starstrider42",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"ksp_version": "0.25",
"license": "MIT",
"author": "Starstrider42",
"version": "v1.1.0",
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
"x_generated_by": "netkan",
"download_size": 24276
}

View File

@ -0,0 +1,51 @@
{
"spec_version": 1,
"identifier": "CustomAsteroids-Pops-Stock-Outer",
"name": "Custom Asteroids (outer stock system data)",
"abstract": "Adds comets outside orbit of Jool",
"release_status": "stable",
"depends": [
{
"name": "CustomAsteroids",
"min_version": "1.0",
"comment": "Version at which config format stabilized."
}
],
"provides": [
"CustomAsteroids-Pops"
],
"conflicts": [
{
"name": "AlternisKerbol"
},
{
"name": "PlanetFactory"
},
{
"name": "PlanetFactoryCE"
},
{
"name": "RealSolarSystem",
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to select for them?"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData",
"filter_regexp": "(?<!Trans-Jool\\.cfg)$"
}
],
"x_maintained_by": "Starstrider42",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"ksp_version": "0.25",
"license": "MIT",
"author": "Starstrider42",
"version": "v1.1.0",
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
"x_generated_by": "netkan",
"download_size": 24276
}

View File

@ -9,10 +9,24 @@
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"depends": [
{
"name": "CustomAsteroids-Pops"
}
],
"recommends": [
{
"name": "CustomAsteroids-Pops-Stock-Inner"
},
{
"name": "CustomAsteroids-Pops-Stock-Outer"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData"
"install_to": "GameData",
"filter": "config"
}
],
"name": "Custom Asteroids",