Planet Config - Gameslinx/Tessellation GitHub Wiki

Planet Config

The planet config tells Parallax what planet to apply to and what textures to apply to that planet.

Format

Each mod that uses Parallax should contain their own Parallax terrain config (NOT a ParallaxGlobal.cfg variant).

Parallax                        //This identifies the config as a Parallax config
{
	Body                    //This defines a celestial body
	{
		name = Kerbin   //The name of the body the config applies to
		Textures        //This defines the textures that this celestial body will use
	        {
                       [Parameters]    //The rest of the config
                }
	}
}

Parameters