"NetKAN generated mods - kOSBFSMultipleArchiveManager-0.2"
This commit is contained in:
parent
4e83d747bd
commit
2b0fb043de
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"spec_version": "v1.10",
|
||||
"identifier": "kOSBFSMultipleArchiveManager",
|
||||
"name": "kOS mutiple archive manager",
|
||||
"abstract": "Since kOS don't support subfolders (yet?), I've a bunch of scripts and also I hate to alt-tab all the time. I made this plugin, so I can manage my scripts without alt-tab too much in a poorkerbal way.",
|
||||
"author": "hashashin",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/134863",
|
||||
"spacedock": "https://spacedock.info/mod/433/kOS%20mutiple%20archive%20manager",
|
||||
"repository": "https://github.com/hashashin/kos_multiarchive",
|
||||
"x_screenshot": "https://spacedock.info/content/hashashin_471/kOS_mutiple_archive_manager/kOS_mutiple_archive_manager-1458594487.1541932.png"
|
||||
},
|
||||
"version": "0.2",
|
||||
"ksp_version": "1.0.5",
|
||||
"depends": [
|
||||
{
|
||||
"name": "kOS"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/kos_ma",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"find_regexp": "^git.*dll$",
|
||||
"install_to": "GameRoot",
|
||||
"find_matches_files": true
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/433/kOS%20mutiple%20archive%20manager/download/0.2",
|
||||
"download_size": 559511,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue