Skip to content

Template

If you add a Template node to the configuration, Kopernicus will import the planetary data and adapt it using the rest of your configuration file. There are various parameters to describe if specific data should be ignored, such as oceans or atmosphere. This node is completely optional, but if you miss an important value, then Kopernicus may throw an exception if you do not specify a template body.

Example

Template
{
  name = Eve
  removeAtmosphere = true
  removeAllPQSMods = true
  removeOcean = true
}
PropertyFormatDescription
nameTextThe name of your template body. Only the names of stock-bodies are valid.
removePQSBooleanWhether Kopernicus should remove the surface of the template body. See the PQS subnode for more details.
removeAtmosphereBooleanWhether to remove the atmosphere from the template body. See the Atmosphere subnode for more details.
removeBiomesBooleanWhether to remove the biomes of the template body. See the Biomes subnode for more details.
removeOceanBooleanWhether to remove the ocean of the template body. See the Ocean subnode for more details.
removePQSModsText ListA selection of terrain modifications that Kopernicus should remove. Possible values are listed on the PQSMods page.
removeAllPQSModsBooleanWhether to remove every terrain modification from the template body and make it a perfect sphere.
removeProgressTreeBooleanWhether to remove contracts and milestones from the template body.
removeCoronasBooleanWhether to remove the coronas from the template body (really only applicable for the Sun).