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
For example typing this
inventory +ingot
instead of this
inventory * +ingot
@0 auto_lcd
inventory {gas} +ice (this is to see how much ice is in my H2/O2 aka 'gas' generators)
@1 auto_lcd
tanks * oxygen
@2 auto_lcd
tanks * hydrogen
However, when I add this exact chunk of text to my console, it doesn't work as intended, and I don't know why. I've verified that
inventory
tanks * oxygen
tanks * hydrogen
will display the desired values on the *first* screen, but as soon as I put in the @* auto_lcd lines in, the first screen freezes, and nothing displays on the other screens.
I'm not quite sure what you mean by 'pulling script from the workshop' but if you mean downloading the script outside of game and then copy pasting it into the game then that is definitely not supported.
Show us the commands you are giving AutoLCD's, maybe we can help you troubleshoot it.
Bullsh*T!
AA, AutoLcd's Anonymous? LOL! :-)
For example, using "L" as the modifier to hide the label, what I'd like to do is something like this, using the small LCD on the top right of the Turret Controller:
echo Top Port
echo Turret
InvListNNB * +autocannonmag
InvListNNL * +autocannonmag
InvListNBL * +autocannonmag
The chief purpose of this is so I can fit text in very small LCD's without causing it to bunch up like it's currently doing.
It HOPEFULLY is a simple addition, and this could apply for other functions as well. Thanks!
https://steamcommunity.com/workshop/filedetails/discussion/822950976/591764302717843851/
I've tried to list the Add() items lines there for testing (prototech items will still not be shown for 0 items intentionally as is described in that discussion). If everything will be fine and nothing is missing I will publish the changes.
You're using the individual variants, which you should only use if you only want to display one of them or want them all on different lines.
Just might be the gravity command? ...
Big thanks to Kham and Leconite for helping me.
Be sure to check your PB is running the latest version of the script, or at least V2.0194 since that's when the override was added.
That's a good thought but I've tried that all different ways. The braces are definitely not the problem.
None of these work correctly:
Cargo {*} {Stuff:}
CargoAllP {Chas Cockpit} {Junk:}
CargoAllP {Cargo} {Containers:}
CargoAllP {O2/H2 Generator} {O2/H2:}
The custom labels worked about a year ago but they haven't worked for a long time.
https://steamcommunity.com/sharedfiles/filedetails/?id=3304775408
Here is the code:
if (!primaryController.TryGetPlanetElevation(MyPlanetElevation.Sealevel, out seaElevation))
seaElevation = double.NaN;
There is nothing more to it. So there are few options: either the game is wrong about what it is telling in-game scripts, or the weather mod is wrong, or all of it is wrong :D But unfortunately there is nothing I can do about it.