Skip to content
Valeri edited this page Jul 27, 2021 · 1 revision

Welcome to the GalacticComputers wiki!

A couple of things in mod need more than one line of documentation, so I've decided to put them here.

Cargo Loader status messages

  • OUT_OF_ITEMS
  • TARGET_NOT_FOUND
  • TARGET_FULL
  • TARGET_LACKS_INVENTORY
  • SUCCESS

Cargo Unloader status messages

  • TARGET_NOT_FOUND
  • TARGET_LACKS_INVENTORY
  • TARGET_EMPTY
  • SUCCESS

Important: TARGET_LACKS_INVENTORY is never reported due to a bug in GC. There is also no status if unloader's inventory is full.

Solar Panel and Solar Array status messages

  • DISABLED
  • NO_PANELS (Solar Array only)
  • NIGHT_TIME
  • RAINING
  • BLOCKED_FULLY
  • BLOCKED_PARTIALLY
  • GENERATING
  • UNKNOWN

Wind Turbine (GalaxySpace) status messages

  • DISABLED
  • GENERATING
  • UNKNOWN