Space Engineers

Space Engineers

Automatic LCDs 2
2,882 条留言
Hetzerfeind 3 小时以前 
Is there any way to manually assign an ore to an ingot for modded ores?
I can get both to show up separately but they don't show up together on the Ingot screen with ores.
Prinzo 11 月 16 日 下午 10:27 
Thank you for this mod, such an essential
Nomanoclass 11 月 16 日 上午 5:43 
@MMaster okay, I thought it made more sense to put everything together.
When I said “latest,” I meant "remaining", but okay, I understand :mhwgood:
MMaster  [作者] 11 月 16 日 上午 4:05 
@Nomanoclass those are not "latest" they exist for years already :) those are booting screens and they have their own section in the script. Check guide "booting screens" section to learn how to change them.
@BitterSwede I'm happy to read that. Have fun :)
Nomanoclass 11 月 15 日 上午 6:26 
It's a great idea to create a dedicated space for “TRANSLATION STRINGS”, would it be possible to include the latest strings ("Initializing systems"...)?
Thanks ;)
BitterSwede 11 月 14 日 上午 1:16 
Back to the game after nearly a decade. Lovely to see this one is still kicking around and remain relevant.
Amazing work, MMaster!
MMaster  [作者] 11 月 4 日 下午 4:22 
@TruckerText there is no plan to make a mod out of it.
While I've got no experience with running it myself it is possible to use Torch plugin (if you use torch) to disable coding part of PB and show only list of whitelisted scripts: https://torchapi.com/plugins/view/5925d13f-4c07-4d91-80ca-90fb82b7d1bd

Keep in mind that I do not endorse it as I've never used it nor have I reviewed the code so use at your own risk. I just know it exists I don't even know if it works today, but I know people have used it so you can try looking into it if you want :)
Leconite 11 月 4 日 下午 3:28 
The Details command is your solution.
shdwwolf7 11 月 4 日 下午 2:43 
I don't know if this has been asked, but can you make a command to show the status of food being grown?
TruckerTex 11 月 4 日 上午 4:30 
@Kham to put on a server with no scripts, unless there is a way to make this the only script to run on the server
Kham 11 月 2 日 下午 5:42 
@TruckerTex Why would you need it as a mod to use it on a DS?
TruckerTex 11 月 2 日 下午 3:37 
Is there any way you can make this a mod so can run on a dedicated server?
Kham 11 月 2 日 上午 7:28 
99.9% of the time if it shows all zeros it means you haven't given it a location to search

inventory *
inventory {My Cargo Container}
inventory {G:My Group}
etc
ᄿ beano2447 11 月 2 日 上午 7:01 
Inventory showing all zeros after last update any ideas?
abud 10 月 18 日 上午 4:55 
@Gixxium
Try PropBool from the guide
Gixxium 10 月 17 日 下午 7:20 
How do I get the stockpile on/off status from my tanks? I can't find anything in the guide for it
bard 10 月 13 日 上午 10:09 
Thx for your suggestions, it works perfect.
Leconite 10 月 12 日 上午 3:55 
Here is what I used on my ship.

Echo Seed:
InvListX {C:*} +seed:10000
Echo Food:
InvListX {C:*} +object:10000 +mammalmeatraw:10000 +insectmeatraw:10000 -spacecredit
Center Food MREs:
InvList {C:*} +consumable:4000 -medkit,powerkit,radiationkit,mammalmeatraw,insectmeatraw
Gromit 10 月 12 日 上午 2:46 
@bard: try something like the commands below. Hope this helps :se:

Center <<< Seed, grain & algae >>>
InvListX T:* +seed +object/grain,algae
echo
Center <<< Consumable >>>
InvListX T:* +consumable -powerkit -medkit
bard 10 月 11 日 上午 11:42 
hi Guys, trying to set up a screen with only food related items, seeds and consumable, but receiving full inventory of all items or nothing. Hoped for sime help here. Thx
Leconite 10 月 11 日 上午 3:31 
Another trick that I have used is to reduce the font size of the LCD.
This can eliminate scrolling in some situations, without sacrificing readability.
Leconite 10 月 11 日 上午 3:27 
I've never used this feature, but the syntax looks correct.
Just for kicks, try it without the !NoScroll in the LCD name.

scrollDown {ConsoleCargoScreen [LCD]} 2

Also, double check that you are throwing the argument at the correct PB.
I have made that mistake before.
mcluvin51 10 月 10 日 下午 7:35 
I am having an issue with the Manual scrolling command for one of my screens.

Name of screen:
ConsoleCargoScreen [LCD] !NOSCROLL

Argument on button (its on the same console)
scrollDown {ConsoleCargoScreen [LCD] !NOSCROLL} 2

I made sure I chose the correct programable block when i set the argument but it doesnt seem to want to work.
Leconite 9 月 30 日 下午 3:33 
Not exactly queue info, but you can do the following on an assembler to get an idea of what it's up to.
CargoAllP {CG:Fab Assemblers} {Assembling:}
InvListX {CG:Fab Assemblers} +component +ammo +tool +oxygen +hydrogenbottle +datapad +consumable
abordoli 9 月 30 日 下午 3:15 
I take it that this doesn't have "assembler queue info". I have another script for that, but it would be nice if it were a part of THIS.
Leconite 9 月 30 日 上午 6:44 
Just add +ingot or +component as the next parameter to your inventory related command.
Tinywrath.jr 9 月 30 日 上午 4:09 
i cant tell if i just didnt read everything carefully enough but is there a command just for ingots? and the same but for components?
Gromit 9 月 28 日 上午 10:28 
@GermanGinger: please also show us the command you use to get your inventory list
Leconite 9 月 28 日 上午 9:36 
InvList and MissingList also have X variants.
Leconite 9 月 28 日 上午 9:35 
Try the X variant of the commands.
This suppresses output of items with zero count.
For example
InventoryX {C:Cargo 1}
GermanGinger 9 月 28 日 上午 8:26 
So, anyone else having a problem with the inventory part of the script? It'll show the list and all. It'll add and remove from the list as directed. The issue is that it always show the amount as zero
Leconite 9 月 26 日 上午 6:27 
Those were the "hidden" hydrogen tanks, LOL.:-)
If you haven't had a screen fail to work because of a typo, you haven't used AutoLCD's long enough yet.
Everyone does something like that at some point.
Ammo Flash 9 月 26 日 上午 6:12 
well, you are right I can't spell, which if you see the screen shot on discord Lobby you'll go uh "Hydrogen not Hydogen!" , sorry and thanks.
MMaster  [作者] 9 月 26 日 上午 12:31 
oops @ammo I accidentally deleted your comment :(
I've just tried small hydrogen tanks work with Tanks command as they always did. You are doing something wrong. They fall into the same category as all hydrogen tanks.
GV 9 月 25 日 下午 2:49 
@Khem. Thank you :P and to make sure i can keep find it i have bookedmarked in on firefox xD
Kham 9 月 25 日 下午 2:26 
@GV It's near the top of the page in the big area surrounded by #######
But it's also here to save you time. :P
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=407158161
GV 9 月 25 日 下午 2:24 
@Mmaster. I am eiter blind or i have no clue where that link is. About discord... Sadly i can't joine for the next 2 years sins my account has bin banned unfairly and any attempt to contact discord is useless and end up being ignored...
MMaster  [作者] 9 月 25 日 下午 12:09 
Yeah. There is full guide with command list on the right where you can click on command you are interested in and it explains that command along with its arguments and examples :)

We also got new shiny discord server community.

Everyone is welcome to join us :)
https://discord.gg/JVyN2eBc66
Leconite 9 月 25 日 上午 5:20 
There is a guide linked above.
GV 9 月 25 日 上午 3:48 
@Gromit. And that is why i kind a wish for a guide of some sort with pictures before and after each command to show the effect of the commands including text deskription to make it esasyer to navigate.
Gromit 9 月 25 日 上午 2:07 
@GV: don't forget the parameter that comes just after the inventory and invlist commands is the location.
Example : invlistx T:* +ore
GV 9 月 24 日 下午 11:51 
Update. Tunes out InventoryX was the command i was looking for giving me the list over what i am currently carrying.
GV 9 月 24 日 下午 11:34 
Awsome mod! and i am realy loving how usefull it can be! But for new players who might be abit slow or dos not fully understand (Speaking mostely about my self here) Is there somekind of list somewhere with detiles commands that show the results of what you wish for at the given moment? Right now i have attempted to ask Grok and Copilot to help me figuering out how to set up my miner with a LCD to show the Ore it carrys. And nothing seems to work Grok and copilot keep telling me to use "Inventory +ore +Ingot" When i do the LCD keeps giving me the full list over evey single item in the game....
0-Fenix-0 9 月 24 日 下午 1:20 
@Kham - Aha! Thanks so much, I totally missed the link to the guide in there, was going off the video with limited time. I'll test that out later. I really appreciate that!
Kham 9 月 24 日 下午 12:54 
@0-Fenix-0 The functionality you want is already there. Simply put any commands for scripts that use MyIni format at the top of the custom data then have --- and after that do ALCD2 commands. This is explained in the guide under the section titled "Compatibility with other scripts".
0-Fenix-0 9 月 24 日 下午 12:39 
Request: Can you perhaps limit your script to processing commands under an ini format tag, so other mods like SIMPL, or TurretBasedRadar, or my Eli Dang's Holo Hud do not overwrite it.

For eg:
[AutoLCD]
Inventory={T:Cargo} +ingot

[SomeMod]

Have it start when it finds [AutoLCD], have it break at the next [X] tag. And process your commands with an = so it can set var = value like the VRage MyIni would expect.

This mostly affects cockpits, as they have multiple LCDs and functions. Simple LCD panels tend to only have one mod target them at a time.
Leconite 9 月 24 日 上午 3:40 
What you have is how to do it.
No other ways to do it in the script right now.
UnCheat 9 月 23 日 下午 11:37 
Currently if found only 1 way to detect all grown is to:
Echo Farming complete:
DetailsNon {LongestGrowBlockName} {Growth} {Grow}

{Growth} and {Grow} should be translated if there is other game language than english
UnCheat 9 月 23 日 下午 11:19 
Is there any way to echo a total grown status of group of plants in a single line?
Like 1/5 (of group blocks) or in precent like 20%
RueLight 9 月 21 日 上午 3:17 
thx for reply, still a wonderful script ;)