rockyjvec / EasyAPI

EasyAPI is an in-game script library for Space Engineers that aims to make the programmable blocks easier to use.
http://steamcommunity.com/sharedfiles/filedetails/?id=379297410
19 stars 10 forks source link

Script to complex error #11

Open paradineai opened 9 years ago

paradineai commented 9 years ago

I am using the bulkhead door manager script from steam (the one you made). I have a very complex and fairly large ship that I am building (not even half finished) and I have (a) more doors than the script can handle, (b) more vents than the script can handle, or (c) both. I am able to run the script with no issues for 1 deck but as soon as I try to add in even 1 room from my second deck it gives me the error. I was hoping there would be a way to add in a deck tag to the PB so I can run more than 1 PB in the ship so I can have 1 per deck. By doing this it will split the load to prevent the script to complex error as well as to allow several more rooms to be protected while allowing for much larger ships and stations. Please let me know if this is something I can do in my own copy of the script on my own (and if so how to do it) or if it will be done in an update.