Hi, good mods, but you can change the version to 1.2 as it's a simple config file.
Also you could include a .version to have a managment version through AVC, wich is more clean.
Also, you have to pay attention to the multiple dependencies of other mods that patch Kopernicus and the sunlight.
I don't know how to check the presence of these mods but i have post the question on the Kopernicus thread. My temporary solution is to change the AFTER keyword with the last loaded mod.
In my case :
@Kopernicus:AFTER[JOOL_RINGS]
{
@Body[Sun]
{
@ScaledVersion
{
Light
{
sunlightIntensity = 1.2
scaledSunlightIntensity = 1.2
IVASunIntensity = 1.2
ambientLightColor = 0,0,0,1.0
}
}
}
}