StarSystems {{ currentPage ? currentPage.title : "" }}

Stores the specific settings for each profile of star system generation feature.

Properties available:

  • Name: Profile name.

  • Type: The type of the profile.

  • PlanetProfile: The valid group of planets to use in the profile.

  • TotalMembers: The min and max value of system members (Random generation).

  • DefaultMoonCount: The min and max value of moons to planets (Random generation).

  • DefaultBeltCount: The min and max value of asteroids belts (Random generation).

  • DefaultRingCount: The min and max value of rings to planets (Random generation).

  • DefaultDensity: The default density of asteroids in belts and rings.

  • DistanceMultiplier: The multiplier of distance between system members.

  • WithStar: Will try to add a star to the system (Need ATA starts).

  • AllowDuplicate: Allows the generation of duplicate planets and moons.

  • VanillaAsteroids: If turned off it will remove the default asteroids generated by the game.

  • Version: Version of the profile.

  • Members: List of the members of the system (Mapped generation).

Member Properties available:

  • Name: Member name (Display Name).

  • MemberType: Type of the system member.

  • DefinitionSubtype: Type of the planet (Planet member type).

  • HasRing: If true will generate a ring in the planet (Planet member type).

  • Density: The density of the planet ring or the asteroid belt.

  • Order: The order in the system.

  • MoonCount: The min and max ammount of moon in the planet (Planet member type).

  • ValidMoons: The list of valid moon types to the planet (Planet member type).

Types available:

  • Random = 0

  • Mapped = 1

PlanetProfiles available:

  • All = 0

  • Vanilla = 1

  • ExtendedSurvival = 2

  • Vanilla & ExtendedSurvival = 3

  • ATA = 4

  • Vanilla & ATA = 5

  • ExtendedSurvival & ATA = 6

  • Vanilla & ExtendedSurvival & ATA = 7

MemberTypes available:

  • Planet = 0

  • AsteroidBelt = 1

{{{ content }}}