Skip to content

Adding support for Celestial Tint

sfDesat edited this page Apr 29, 2024 · 8 revisions

This will be a brief tutorial on how to add support for your custom moon.

Celestial Tint uses the ContentTags system from LethalLevelLoader. It will read the first ContentTag it finds in the list. To change the planet preview that is seen from orbit, simply open your ExtendedLevel and change what tag comes first under ContentTags.

Warning

If no tags are added to your moon, Celestial Tint will fallback to reading what is in your PlanetPrefab and apply either Wasteland, Valley or Tundra.

Supported Tags

  • Wasteland
  • Valley
  • Tundra
  • Company
  • Canyon
  • Ocean
  • Rocky
  • Volcanic
  • Argon

Note

More tags will be added over time and the visuals are subject to change.

Preview images

Screenshot_1 Tag: Wasteland

Screenshot_1 Tag: Valley [Legacy tag: Forest]

Screenshot_1 Tag: Tundra [Legacy tag: Snow]

Screenshot_1 Tag: Company

Screenshot_1 Tag: Canyon [Legacy tag: Desert]

Screenshot_1 Tag: Ocean

Screenshot_1 Tag: Rocky

Screenshot_1 Tag: Volcanic [Subject to change]

Screenshot_1 Tag: Argon

Clone this wiki locally