"NetKAN generated mods - IXSWarpshipOS-0.4.0.8"
This commit is contained in:
parent
abd9f48fef
commit
0064aec0c5
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "IXSWarpshipOS",
|
||||
"name": "IXS-Warpship-OS",
|
||||
"abstract": "Kerbal remake of Dr. White's concept design of a warp capable space vessel using Dr. Alcubierre's theory on bending space-time, effectively circumventing Einstein's law of relativity. This mod continues the work RoverDude, Stevie_D and Sophia. This mod requires RoverDude's Alcubierre Drive (standalone) and Community Resource Pack. Suggested additional mod: Spacedocks (by Fenrir)",
|
||||
|
@ -15,15 +15,26 @@
|
|||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "AlcubierreStandalone"
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "WarpDrive"
|
||||
},
|
||||
{
|
||||
"name": "AlcubierreStandalone"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "SpaceDock"
|
||||
"name": "SpacedocksRedeployed"
|
||||
},
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
@ -38,7 +49,16 @@
|
|||
{
|
||||
"find": "IXSWarpShipOS",
|
||||
"install_to": "GameData",
|
||||
"filter": ".DS_Store"
|
||||
"filter": [
|
||||
".DS_Store",
|
||||
"Example Craft",
|
||||
"old Spacedocks.zip"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "IXS01 Warpship Prototype.craft",
|
||||
"install_to": "Ships/VAB",
|
||||
"find_matches_files": true
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/589/IXS-Warpship-OS/download/0.4.0.8",
|
||||
|
|
Loading…
Reference in New Issue