Space Engineers

Space Engineers

Automatic LCDs 2
DrwHem Aug 27, 2024 @ 6:49am
CargoP help
I currently have a screen setup to show me what % capacity i have taken up for my cargo containers on my base. currently using CargoP. I dont think thats the right code tho because i know my cargo containers are 100% full but the code is showing 60%. so im thinking maybe its also counting the ships cargo that are docked to the station.
how do i exclude docked ships from the cargo summary?
< >
Showing 1-1 of 1 comments
Leconite Sep 10, 2024 @ 4:54am 
Try limiting the block search with something like
CargoP {C:*}

The "C:*" limiter will keep the search contained to the current construct, which means the grid AutoLCD's is running on plus sub-grids, but not anything attached via connectors.

If you ship is docked via merge block, there is nothing that can be done about it, AutoLCD's treats everything docked via merge block as part of the construct.
< >
Showing 1-1 of 1 comments
Per page: 1530 50