Releases: KSP-RO/KSCSwitcher
Releases · KSP-RO/KSCSwitcher
v2.2.0.0
What's Changed
- Add CI by @StonesmileGit in #15
- Fix EditorGrassFixer not getting correct color data by @siimav
- Remove excessive terrain brightening from EditorGrassFixer by @siimav
- Clobber the alpha channel to 0 when reading ground color from texture by @siimav
- Some code refactoring and cleanup by @siimav
Full Changelog: v2.1.0.0...v2.2.0.0
2.1.0.0 for KSP 1.8+
2.0.0.0 for KSP 1.8+
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+
- Recompile for KSP 1.8
1.6.2.0 for KSP 1.7.3
- Recompile for ksp 1.7.3
1.6.1.0 for KSP 1.4.x - 1.6.1
Updated for 1.6.1 Release
1.4.5.1 for KSP 1.4.5
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
1.4.5 support
1.4.3.0 for KSP 1.4.3
a build against 1.4.3
0.8 for KSP 1.3.1
Merge pull request #5 from aw1621107/update-for-KSP-1.3.0 Recompile for KSP 1.3.1