Space Engineers

Space Engineers

Not enough ratings
Group Cargo Capacity Display and Warning
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
3.109 KB
10 Apr, 2015 @ 1:26am
8 Apr, 2019 @ 7:03pm
4 Change Notes ( view )

Subscribe to download
Group Cargo Capacity Display and Warning

Description
Script that allows you to assign cargo containers to groups, and shows in a vertical graph the percentage full the group is. A warning LCD is also used once the groups combined inventory is over 80%, this can be text or a texture you set.

You can safely add or remove containers from the assigned groups without having to recompile the script.
11 Comments
Sinops 19 Feb, 2016 @ 8:31am 
всё работает ! :steamhappy:
Morphik  [author] 19 Feb, 2016 @ 8:26am 
I am not even sure if this script still works, Sinops. This is a old script. Did you just use the graph rendering snippet or any other part of the script.
Sinops 19 Feb, 2016 @ 8:03am 
Really wanted in this form to bring the contents of oxygen in the room. Here's what happened.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=627665055это my first work with scripts on this very desirable approvals.
Спасибо!
Celestite 18 Apr, 2015 @ 9:45am 
and bhy the way nice United Earth federation emblem
Celestite 18 Apr, 2015 @ 9:44am 
problem: i dont visit forums
Morphik  [author] 18 Apr, 2015 @ 7:15am 
If you go to the official forums. http://forums.keenswh.com/ there are a lot more people there with a lot more C# skills than I posses, if you are kind and polite and willing to show interest they help with your scripts.
Celestite 18 Apr, 2015 @ 6:08am 
the name will be HPS DERREK
Celestite 18 Apr, 2015 @ 6:03am 
indeed an intresting ai oh and i will need programing in a future small ship willing to help?
raymazoida 16 Apr, 2015 @ 5:05am 
There is an advantage to the 1 group per block.

Many of the scrips only update 1 lcd per tick, which if you have a lot means you could end up with some not being updated in a while.

So using this I can ensure my data is "current"

Plus it helps give use to my "server room" lol
Morphik  [author] 16 Apr, 2015 @ 4:53am 
You are very welcome, my programing knowlege is very limited, I had a ton of help from the Keen forums. I forgot to mention that this script currently only can handle one group at a time per program block, I want to get the script someday to hopefully allow people to put in as many group name's as they want into the scripts parameters.