Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
and that to the battery one as well
a updated video would be nice
I've got some errors but with MonkeyGaming's corrections (thanks to him too), it almost works. I have always a bug, my hydrogen tanks are not detected. No problem with oxygen (with specific Tag), but hydrogen (with or without Tag) does not work. I have specified Tag into script and in tank's name, but with no result. Does anyone can help me ? Thank you
if (tank_X_Typ.Contains(Hydro_ident_String))
The type of the gas tank is a "Hydrogen Tank" or an "Oxygen Tank" while the identification string may be changed freely by the user:
string Hydro_ident_String = "Hydro";
Though these strings are having common section by default, but the first moment a user would give some custom id string!...
So maybe worths for consideration... ;)
--------------------
Why we would go out from quarantine, while we can fly into the space?? ;D
Stay healthy engineers, the blocks will not weld themselves! XD
Change TankStatus_Lcd_X.ShowPublicTextOnScreen(); to TankStatus_Lcd_X.ContentType = VRage.Game.GUI.TextPanel.ContentType.TEXT_AND_IMAGE; and WritePublicText to WriteText
-------------
Input string was not in a correct format.
at
System.Number.ParseSingle(String value, NumberStules option, NumberFormatInfo numfmt)
at System.Singel.Parse(string s)
at Program.Main(String argument, UpdateType updateSource)
-------------
etc....
I have a small problem. When I use more than 2 screens to display it does not seem to work on the third.
Ps: Ich steh total auf die Skripts für Space Engeneers, die machen einen das leben so leicht :-)
My only request would be to have it use two different name tags to show on two panels instead of having to edit the script and run it on two different blocks.
[Oxygen-status LCD]
[Hydrogen-status LCD]
Do you think you could do more of these? Maybe one for cargo boxes that shows mass and volume and another for solar panels to show efficiency?
I love the graphical style of these compared to the textual style of Automatic LCDs 2 for example.
@Kam Solastor Watch the video to understand how to name & set correctly
@DrKirk NoWork! i need a little more information, did the Script worked earlier an now it wont work, or did you have it a time and now the script dont work anymore?
if its a bug trough an Game update, atm i dont find the time to overhaul it, sorry
So to bring the scipt to run, watch the video and follow th instruction.
i will make some new scripts in the future, but a good and complexe script needs much time, sometimes weeks....not every day is a scripting day ;-)
Are there plans in the future to duel display without rotation? Just curious.
first it show only oxygen, then it show only hydrogen, then again oxy,...
how to do this, is explained in the video.
I am trying to see if I can display both Hydro and Oxy on the same LCD rather then seperate LCD's per type (I only have 6 Oxy and 2 Hydro), seems to take up so much space to have to use 2 LCD panels to display something that is centrally controlled by a single Programming block.
Am I just missing a setting somewhere or not understanding one of them to make this work, or is this simply not possible at current? Thanks in advance.
LOL
This script caused my dedicated server to crash. Try this script with caution.
dont matter, that is ok, .... through question we learn, and I Suggesting also in many of my comments :-).
The answer of you question, yes i also thinin on Jamp drive, but there are some Projects first.
but seems, Jump Drives, and Cargo are the actual favorites
I tell you the reason of the Problem, at the end of the Script, i had an command to clean the display, then after that, it put the updated information, this is ordinary something like 1000 of a Second, ...to see that, ordinary not possible XD.... so i have also a very large ship with to many rotos and stuff, so ingame its like 1 Second are 1000.... because of that i was thinkin of that.
To fix the problem, i changed the way, now it cleans the panel and put the information in one step.
The Hydo script is not fixed now, because I want first find the answer in one script, then i can change it in the other scripts. I work atm on the next Video, but i try to fix the hydro script today, or better tonight ;-)