Compare commits

...

2 Commits

Author SHA1 Message Date
Izaya 7c8e2fbd8f custom KSRSS launch sites v1 2023-06-08 09:26:02 +10:00
Izaya 54fc8339ab fix kOSSAS for parts with existing kOS processors and no SAS 2023-06-08 09:25:22 +10:00
3 changed files with 88 additions and 1 deletions

View 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
}

View 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
}
}
}
}

View File

@ -1,4 +1,4 @@
@PART[*]:HAS[@MODULE[ModuleSAS]]:NEEDS[kOS] {
@PART[*]:HAS[@MODULE[ModuleSAS&!kOSProcessor]]:NEEDS[kOS] {
@MODULE[ModuleSAS] {
&SASServiceLevel = 0
}