Space Engineers

Space Engineers

172 ratings
Graphical Resource Bars
4
2
12
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
269.045 KB
Aug 3, 2024 @ 7:47am
Oct 7, 2025 @ 9:09am
21 Change Notes ( view )

Subscribe to download
Graphical Resource Bars

Description
A Script that displays a grids resources as graphical bars.
The colours of the bars are customizable for those (Like me) who like to color code your grids.


UPDATE 05 October 2025: Changeable Border Offsets
UPDATE 08 October 2025: Themes!!!

https://youtu.be/gjx0RVto-Jk?si=eIBouY8rxJ2I2ZuD

Options:

To make it display on a screen go to the block in the control panel
Press 'Custom Data'
Paste in this next line
[Graphical Resource Bars]
Then Press 'Recompile' on the Programming Block that has the script in it.

There are several more options you can paste in after that line, though they are ALL optional
These are the supported options so far

  • To tell the script which LCD screen on the block to use (0 is default, which is the first screen)
    ScreenNumber=0
  • To Make a screen only use text mode make the following true
    TextMode=false
  • To adjust where the information appears on the screen use:
    TopOffset=20 LeftOffset=0 RightOffset=10
  • To Let the script decorate the screen for you choose a theme like so:
    Theme=1
  • To choose which Bars are shown on a specific block, use the following (true is default, false means don't show it)
    ShowBatteries=true ShowWindSpeed=true ShowSunExposure=true ShowWindTurbines=true ShowSolarPanels=true ShowHydrogen=true ShowHydrogenEngines=true ShowOxygen=true ShowReactorFuel=true ShowWater=true
  • As the script is getting too many features you can now set it to Whitelist Mode to make defaults for the above "ShowBars" false (So it only shows the ones you specify as true) - defaults to false so you can ignore this if you don't want to use it.
    WhitelistMode=false
  • To choose custom colours for each bar, use the following entries (Below shows the default colors)
    BatteryColor=255,0,0 WindSpeedColor=255,255,0 SunExposureColor=0,255,0 ReactorFuelColor=0,255,128 WindTurbineColor=0,255,255 SolarPanelColor=128,0,0 HydrogenColor=128,128,0 HydrogenEngineColor=0,128,0 OxygenColor=0,128,0 WaterColor=0,255,255
  • To stop it showing the titles between each category, set this to false (defaults to true)
    ShowCategoryTitles=true
  • To stop it showing the titles on the left of the bars, set this to false (defaults to true)
    ShowTitles=true
  • To change what the text on the screen says (e.g. put it in your language) change the following
    AvailablePowerName=Доступная мощность BatteryName=Аккумуляторы WindSpeedName=Скорость ветра SunExposureName=воздействие солнца PowerUsageName=Потребление энергии WindTurbinesName=Ветряные турбины SolarPanelsName=Солнечные панели GasStockpilesName=Запасы газа HydrogenName=Водород OxygenName=кислород
    PLEASE NOTE: I used google translate to get this Russian Text so let me know if it doesn't say what I think it does.
if you want an option to stay as the default value, you can just skip the entry all together.


NOTES:
  1. If you use this in Multiplayer on a server - There is known bugs in the game for screen updates.
    The only fix for this is to cross your fingers and hope that Keen finally fix it (It's been over half of a decade so far)

  2. More settings and features to come... I'll keep you up to date.
    It is my hopes to keep updates so they won't need you to adjust anything to keep the same output.
    I'll add notes at the top if changes are unavoidable.
Themes
Index
Theme Name
0
No Theme (Default)
1
Amiga Workbench 1.3.2
Let me know if you want to see more themes and what they might be
38 Comments
Zigalmare Jan 19 @ 10:31pm 
any way we could change the background color of the screen when the theme 1 is on ?
Mum-O-Killowe Nov 6, 2025 @ 6:11pm 
Is there a way to add cargo containers Ore to a screen? I'd like to have a screen where I can see when my cargo has all been drained and I can make another resources run. Thanks for a great Mod!
SoftcoreDevil Nov 3, 2025 @ 8:49pm 
cyberpunk 2077 or fallout themes would be cool
7T Primal Wolf Sep 14, 2025 @ 3:07pm 
I guess add oxygen firms and algae Farms to the sun exposure gauge If possible.
Kiasanth  [author] Sep 14, 2025 @ 5:24am 
@ 7T Primal Wolf: Sure, what would you like me to add to it?
7T Primal Wolf Sep 13, 2025 @ 7:43am 
will this be gettin' an Update for Apex?
ProTecz Sep 10, 2025 @ 11:35am 
nvm i found a way, edited the begin script 10 offset pixels to 30 and works fine now
ProTecz Sep 10, 2025 @ 10:36am 
Is this still being updated ?
I'd like to scale the bars and font but i cant figure out if this is possible, its taking all the screen size and i want to offset it slightly so it isn't blocked by panels sit infront of the edges.
DIEU CARTMAN ! Aug 26, 2025 @ 1:36pm 
Merci les mec pour l'update ;)
Kiasanth  [author] Aug 12, 2025 @ 5:21am 
Thanks @Maggz I've added these fixes. Sorry for the delay, this isn't the only game I play :P