diff --git a/CKAN/KSRSSLaunchSites.ckan b/CKAN/KSRSSLaunchSites.ckan new file mode 100644 index 0000000..a473a70 --- /dev/null +++ b/CKAN/KSRSSLaunchSites.ckan @@ -0,0 +1,31 @@ +{ + "spec_version": "v1.4", + "name": "SKS KSRSS Launch sites", + "identifier": "SKSKRSSLaunchSites", + "abstract": "Adds two equatorial launch sites to KSRSS.", + "author": "Izaya", + "license": "restricted", + "version": "v1", + "release_status": "stable", + "ksp_version_min": "1.8.0", + "ksp_version_max": "1.12.99", + "depends": [ + { "name": "kOS" } + ], + "resources": { + "homepage": "https://git.shadowkat.net/izaya/KSP-mods/KSRSSLaunchSites", + "repository": "https://git.shadowkat.net/izaya/KSP-mods", + }, + "install" : [ + { "file" : "ksp-mods/KSRSSLaunchSites", + "install_to" : "GameData/SKS" + } + ], + "tags": [ + "parts", + "config" + ], + "download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip", + "download_content_type": "application/zip", + "install_size": 437410 +} diff --git a/KSRSSLaunchSites/LaunchSites.cfg b/KSRSSLaunchSites/LaunchSites.cfg new file mode 100644 index 0000000..4d19008 --- /dev/null +++ b/KSRSSLaunchSites/LaunchSites.cfg @@ -0,0 +1,56 @@ +@KSCSWITCHER:AFTER[KSRSS] { + @LaunchSites { + Site + { + name = md_gan + displayName = MD - Gan + description = asdf + PQSCity + { + KEYname = KSC + changeGrassColor = true + latitude = -0.694444 + longitude = 73.155 + repositionRadiusOffset = 203 + repositionToSphereSurface = false + lodvisibleRangeMult = 6 + reorientFinalAngle = 0 + } + PQSMod_MapDecalTangent + { + radius = 2000 + heightMapDeformity = 80 + absoluteOffset = 150 + absolute = true + latitude = -0.694444 + longitude = 73.155 + } + } + Site + { + name = eq_wolf + displayName = EQ - Wolf Volcano + description = asdf + PQSCity + { + KEYname = KSC + changeGrassColor = true + latitude = 0.1 + longitude = -90.25 + repositionRadiusOffset = 203 + repositionToSphereSurface = false + lodvisibleRangeMult = 6 + reorientFinalAngle = 0 + } + PQSMod_MapDecalTangent + { + radius = 2000 + heightMapDeformity = 80 + absoluteOffset = 150 + absolute = true + latitude = 0.1 + longitude = -90.25 + } + } + } +}