custom KSRSS launch sites v1
This commit is contained in:
parent
54fc8339ab
commit
7c8e2fbd8f
31
CKAN/KSRSSLaunchSites.ckan
Normal file
31
CKAN/KSRSSLaunchSites.ckan
Normal file
@ -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
|
||||||
|
}
|
56
KSRSSLaunchSites/LaunchSites.cfg
Normal file
56
KSRSSLaunchSites/LaunchSites.cfg
Normal file
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user