Space Engineers

Space Engineers

Cargo Capacity Script + (Suports Cocpit LCD's)
13 Comments
SAVAGE11B 17 Feb @ 1:01pm 
How do I use this in game? am I supposed to copy paste this script? I am an idiot when it comes to computer code lol
Rastlore30 8 Mar, 2024 @ 4:10pm 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=822950976

been around since 2016, updated 4 Feb 2024... handles this function and isn't limited. Set up is as easy as loading it into a Programmable Block and putting the tag [LCD] into the name of the screen you want set up to display data, then going into the Custom Data of said screen or block and set the commands. I mean, it even has a fully detailed guide for every command you can use for whatever you want displayed...

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=407158161

In that screenshot, you only need to input 3 commands to get the same result that you can also tailor to your preferences, even works for modded blocks, (drills, cargo, reactors, you name it). I just don't understand why we keep reinventing the wheel here unless this was a script you wrote while learning how to set up code. If that is the case then good work and I look forward to your future scripts.
Cado 26 Feb, 2024 @ 5:48am 
Thanks for the script! As a new player I was too confused by many things to make it work (especially I didn't know that setting screens into "Text and Images" mode is required, and properly configuring screen index was confusing), but I used your code to develop my own version that was more tailored to my needs :) You were great help!
Darth Porgus 15 Jan, 2024 @ 8:51am 
Thank you for this script. Schönes Profilbild von GATE.
Progammer TM08 3 Jan, 2024 @ 6:23pm 
Could you add an Hydrogen Bar in a possible future update?
Miniblåsan 8 Dec, 2023 @ 6:49pm 
@infra-dan-accelerator unit 84725

Misspelling can be both right and wrong, depends entirely on how you see it.

For example, as a Swede, I can tell you that this German builder has spelled reaktor exactly right both in German and in my native language, Swedish while in English you prefer C instead of K in the word, which is so strange to us.
infra-dan-accelerator unit 84725 6 Dec, 2023 @ 11:57am 
you misspelled "reactor"
Bannor 4 Dec, 2023 @ 10:43pm 
Using this on a named control seat. I've set the seat name in the script, and it appears to be monitoring my ship (debug display gives data about current cargo), but I can't get it to display on the control seat main display - it is completely blank. I've added the display name to the script, but still blank.
Same deal on another ship with an industrial cockpit.
What am I doing wrong?
Shiro Forge 4 Dec, 2023 @ 12:46pm 
//Name of your LCD Pannel -> Can be Changed
readonly string LcdName = "LCD";

if I'm reading right this should be changed to the specific lcds name?
or altered to a cockpit number with this string pointing to the cockpit?

//Name of your Cockpit Block -> Can be Changed
readonly string CockpitName = "Industrial Cockpit";

//Lcd Panel Number on your Cockpit Block -> Changed to desired Value
'KeithFromCanada' Olson 4 Dec, 2023 @ 11:46am 
I suggest adding a 'partially-full Progressbar' character for double the precision without using more characters. For example, someone could use '▌' (<ALT-221>) for the 'partially-full' character and '█' (<ALT-219>) for the 'full' character. Others might use 'o' & 'O'/'-' & '=', etc.)
Babich 3 Dec, 2023 @ 10:18am 
Script was changing every LCD on my base. Settings was default, except LCD number which was equals 3.
Crazypuer 3 Dec, 2023 @ 2:54am 
Subscribed, cause it is what I was looking for 2 years now
Silk 3 Nov, 2023 @ 5:18am 
Subscribed, now to see how to set it up.