"NetKAN generated mods - InfernalRobotics-Sequencer-1.0.0"
This commit is contained in:
parent
fb6bbb9bcc
commit
32d5fa4008
InfernalRobotics-Sequencer
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "InfernalRobotics-Sequencer",
|
||||
"name": "Sequencer for Infernal Robotics",
|
||||
"abstract": "This add-on serves as an example on how to use Infernal Robotics's API. With this mod you can create and play sequences of servo movement commands and special commands, like GoTo, Toggle ActionGroup, Delay and Wait.",
|
||||
"author": "ZiwKerman",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/104547-113-ir-sequencer-v100-add-on-to-infernal-robotics-updated-09072016/",
|
||||
"repository": "https://github.com/MagicSmokeIndustries/IR-Sequencer"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"ksp_version": "1.1.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "InfernalRobotics",
|
||||
"min_version": "0.21.3"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "IRSequencer",
|
||||
"install_to": "GameData/MagicSmokeIndustries"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/MagicSmokeIndustries/IR-Sequencer/releases/download/1.0.0/IRSequencer-1.0-Final.zip",
|
||||
"download_size": 236244,
|
||||
"download_hash": {
|
||||
"sha1": "9B54559CA669612521A6A378F517306A897B7DE8",
|
||||
"sha256": "5B9D251D6234EC1217BB7F358D60D03303AAD751F9C3CED16D9776D402873DA6"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue