Space Engineers

Space Engineers

Floor Plan Script Mk1
Wallard 19 Mar, 2020 @ 12:09am
How to make multiple layers on same grid?
I am using 4 separate programmable blocks, and running 4 separate instances of this script.I have changed the DisplayPanelTag string in the code from this:

string strDisplayPanelTag = "L_PANEL";

to this: (numbered 1 thru 4 for the separate Prog Blocks)

string strDisplayPanelTag = "L_PANEL1";

I have named the LCD blocks to reflect this and have been able to load and separately manipulate the 4 separate running scripts. I can successfully have 4 different floor plans displayed on the same grid, of that grid.

The ship in question, has 4 decks. What I'm trying to do is have an LCD showing ONLY the walkable areas of each deck, like a map of each deck. I have been trying for hours to sort this out in such a way that each LCD displays its own deck of the ship and all I can manage to do is get different versions of the entire ship. Am I missing something, or am I trying to do something this script wasn't designed to do?