Skip to content

Releases: KSP-RO/KSCSwitcher

v2.2.0.0

2.1.0.0 for KSP 1.8+

26 Jun 04:45
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect SpaceCenter.Instance.transform update by @ryanc55 in #14

2.0.0.0 for KSP 1.8+

13 Feb 17:31
Compare
Choose a tag to compare

Thanks to @standecco for working on this update.

Changelog

  • Reformatted most of the code in the mod
  • Fixed the floating origin bug, where upon loading the game KSC buildings would flicker and couldn't be directly clicked on
  • Added the ability to manually specify a grass color for each launch site; alternatively, KSCSwitcher can parse the grass color from the color map on its own.

How to use the new grass color features:

In your desired site config, add a line saying
changeGrassColor = true.
This will tell KSCSwitcher that you want it to change the color of that specific site instead of using the default value.
The color will be parsed from the color map and set automatically.
If you want to manually specify a color, you can do so by also adding a field named grassColor and setting its value to your desired color.

Example from the default KSCSwitcher config:

Site
{
    name = ksc
    displayName = Kerbal Space Center
    description = When Kerbals dream of space their first thought is often of Kerbal Space Center, the de facto home of spaceflight for the peoples of Kerbin.
    PQSCity
    {
        KEYname = KSC
        latitude = -0.0969
        longitude = -74.6002
        repositionRadiusOffset = 43
        repositionToSphereSurface = false
        reorientFinalAngle = 345
        lodvisibleRangeMult = 6
        changeGrassColor = true // this is required to change the color
        grassColor = 1, 1, 1, 0 // this is optional, if you want to override the color
    }
    PQSMod_MapDecalTangent
    {
        radius = 7000
        heightMapDeformity = 0
        absoluteOffset = 64
        absolute = true
        latitude = -0.25
        longitude = -74.6
    }

Note for players: the grass color change requires a new RSS version that sets the changeGrassColor field to true for all sites

1.8.0.0 for KSP 1.8+

11 Feb 21:39
Compare
Choose a tag to compare
  • Recompile for KSP 1.8

1.6.2.0 for KSP 1.7.3

02 Nov 23:05
8b5b7fb
Compare
Choose a tag to compare
  • Recompile for ksp 1.7.3

1.6.1.0 for KSP 1.4.x - 1.6.1

11 Apr 19:25
Compare
Choose a tag to compare

Updated for 1.6.1 Release

1.4.5.1 for KSP 1.4.5

29 Aug 14:11
Compare
Choose a tag to compare

Moved the .version file into the download package for NetKAN to use for versioning
KSP-CKAN/NetKAN#6696

1.4.5.0 for KSP 1.4.5

28 Aug 14:46
Compare
Choose a tag to compare
1.4.5 support

1.4.3.0 for KSP 1.4.3

23 May 15:04
Compare
Choose a tag to compare

a build against 1.4.3

0.8 for KSP 1.3.1

01 Apr 15:50
9437110
Compare
Choose a tag to compare
Merge pull request #5 from aw1621107/update-for-KSP-1.3.0

Recompile for KSP 1.3.1