Cargo Display - Potateau/Space-Engineers GitHub Wiki

Script for displaying grid cargo onto text panels.

Script Link
In-Game Directory
SubtypeId Reference


Includes assembler and refinery inventories.

Custom Data Configuration

To display the inventories of items the first line in the Custom Data field must be "cargodisplay".

Note:

  • Refer to .sbc files in SpaceEngineers\Content\Data for the subtypeId of items.
  • Ores and Ingots cause an issue since they share the same name. Include Ore or Ingot as a suffix in the filename to distinguish.
  • Stone and Ice are ores.
  • Hydrogen and Oxygen displays are custom. See in the example below for hydrogen; oxygen uses the same format. No display name functionality.
  • The "/" is necessary where shown.

Enter the items you want to see the inventory of on each line as "subtypeId/displayname". The subtypeId field is case sensitive. Use "line break" to get a line break in the display. Formatting must follow the example below.

Example Custom Data Text:
cargodisplay
Steel Plate/Steel Plates
Large Tube/Large Steel Tubes
line break
hydrogen storage/
hydrogen capacity/
hydrogen tank count/

Additional information may also be displayed to communicate production goals. Adding "=number" to the end of a line will display "/number" after the inventory count.

Example Custom Data Text:
cargodisplay
Steel Plate/Steel Plates=100000
Large Tube/Large Steel Tubes=1000
line break
hydrogen storage/
hydrogen capacity/
hydrogen tank count/