NetKAN added mod - TrekDrive-0.9w
This commit is contained in:
parent
d794c5838f
commit
8cb645ff85
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"spec_version": "v1.18",
|
||||
"identifier": "TrekDrive",
|
||||
"name": "TrekDrive by ShadowWorks [WIP]",
|
||||
"abstract": "A standalone warp drive mod inspired by Star Trek and RoverDude's Standalone Alcubierre Warp Drive. The drive requires at least two parts to operate. The current WIP release contains two modified stock parts as test articles, and a test craft, the plugin itself, and the source code.",
|
||||
"author": "TheShadow1138",
|
||||
"version": "0.9w",
|
||||
"ksp_version": "1.12.1",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/199749-wip-191-111-trekdrive-by-shadowworks/",
|
||||
"spacedock": "https://spacedock.info/mod/2626/TrekDrive%20by%20ShadowWorks%20[WIP]",
|
||||
"x_screenshot": "https://spacedock.info/content/TheShadow1138_1098/TrekDrive_by_ShadowWorks_WIP/TrekDrive_by_ShadowWorks_WIP-1613422609.6305315.png"
|
||||
},
|
||||
"tags": [
|
||||
"parts",
|
||||
"plugin",
|
||||
"crewed"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "Waterfall"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GameData/TrekDrive",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
".DS_Store"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "Craft",
|
||||
"install_to": "Ships",
|
||||
"as": "VAB"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/2626/TrekDrive%20by%20ShadowWorks%20%5BWIP%5D/download/0.9w",
|
||||
"download_size": 31401889,
|
||||
"download_hash": {
|
||||
"sha1": "A999321A105C0F55684A9A51532AB9B2B9A39812",
|
||||
"sha256": "0EE9275E3847CD173CFBFB12D66D4128682A8953C1A0B9C57DD187C3912E76CC"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-07-16T02:05:27.571954+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue