NetKAN generated mods - CriticalTemperatureGauge/CriticalTemperatureGauge-1.0.2-e, Karbonite/Karbonite-0.6.2, Thermometer/Thermometer-1.0.4, USI-EXP/USI-EXP-0.4.1, USITools/USITools-0.4.1, kOS/kOS-0.17.2

This commit is contained in:
NetKAN bot 2015-05-15 21:20:03 +02:00
parent e26e31c7ea
commit 988d076fe0
6 changed files with 173 additions and 1 deletions

View File

@ -0,0 +1,23 @@
{
"identifier": "CriticalTemperatureGauge",
"spec_version": "v1.4",
"license": "GPL-3.0",
"install": [
{
"find": "Ravien",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/119686",
"kerbalstuff": "https://kerbalstuff.com/mod/754/Critical%20temperature%20gauge%20"
},
"ksp_version": "1.0.2",
"name": "Critical temperature gauge ",
"abstract": "Tweakable temperature gauge - Deadly Reentry compatible.",
"author": "Ravien",
"version": "1.0.2-e",
"download": "https://kerbalstuff.com/mod/754/Critical%20temperature%20gauge%20/download/1.0.2-e",
"x_generated_by": "netkan",
"download_size": 11582
}

View File

@ -0,0 +1,48 @@
{
"spec_version": 1,
"name": "Karbonite",
"identifier": "Karbonite",
"author": "RoverDude",
"abstract": "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/87335",
"repository": "https://github.com/BobPalmer/Karbonite"
},
"depends": [
{
"name": "USITools"
},
{
"name": "CommunityResourcePack"
},
{
"name": "FirespitterCore"
},
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "TextureReplacer"
}
],
"comment": "This may be renamed to USI-Karbonite in the future",
"provides": [
"USI-Karbonite"
],
"install": [
{
"file": "GameData/UmbraSpaceIndustries",
"install_to": "GameData"
}
],
"version": "0.6.2",
"download": "https://github.com/BobPalmer/Karbonite/releases/download/0.6.2/Karbonite_0.6.2.zip",
"x_generated_by": "netkan",
"download_size": 16626552,
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.2"
}

View File

@ -0,0 +1,29 @@
{
"spec_version": "v1.4",
"license": "MIT",
"identifier": "Thermometer",
"depends": [
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "Thermometer",
"install_to": "GameData",
"filter": ".DS_Store"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/118087-Thermometer",
"kerbalstuff": "https://kerbalstuff.com/mod/719/Thermometer"
},
"ksp_version": "1.0.2",
"name": "Thermometer",
"abstract": "Display the Temperature of parts in their right click menu.",
"author": "rreeggkk",
"version": "1.0.4",
"download": "https://kerbalstuff.com/mod/719/Thermometer/download/1.0.4",
"x_generated_by": "netkan",
"download_size": 44802
}

View File

@ -0,0 +1,45 @@
{
"spec_version": 1,
"name": "USI Exploration Pack",
"identifier": "USI-EXP",
"author": "RoverDude",
"abstract": "PackRat Rover and parts geared towards planetary exploration",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "1.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/86695",
"repository": "https://github.com/BobPalmer/ExplorationPack"
},
"depends": [
{
"name": "FirespitterCore",
"min_version": "7.0.5398.27328"
},
{
"name": "ModuleManager",
"min_version": "2.5.1"
},
{
"name": "USITools",
"min_version": "0.4.0"
},
{
"name": "CommunityResourcePack",
"min_version": "0.2.3"
},
{
"name": "ModuleRCSFX"
}
],
"install": [
{
"file": "GameData/UmbraSpaceIndustries",
"install_to": "GameData"
}
],
"version": "0.4.1",
"download": "https://github.com/BobPalmer/ExplorationPack/releases/download/0.4.1/ExpPack_0.4.1.zip",
"x_generated_by": "netkan",
"download_size": 3547546
}

View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"name": "Umbra Space Industries Tools",
"author": "RoverDude",
"identifier": "USITools",
"abstract": "Common libraries for USI mods",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"ksp_version": "1.0",
"provides": [
"USI-Tools"
],
"comment": "May be renamed to USI-Tools in the future",
"install": [
{
"file": "GameData/000_USITools",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/BobPalmer/UmbraSpaceIndustries"
},
"version": "0.4.1",
"download": "https://github.com/BobPalmer/UmbraSpaceIndustries/releases/download/0.4.1/USITools_0.4.1.zip",
"x_generated_by": "netkan",
"download_size": 49911
}

View File

@ -32,7 +32,7 @@
"comment": "RT gives incentive to having local control of craft, even unmanned ones"
}
],
"ksp_version": "1.0",
"ksp_version": "1.0.2",
"name": "kOS: Scriptable Autopilot System",
"abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.",
"author": "erendrake",