Space Engineers

Space Engineers

Remote LCD Network Script
42 Comments
[PBS] Oxygen-Di-Hydrogen 20 May, 2020 @ 7:58am 
This is the Script FIX

https://steamproxy.net/sharedfiles/filedetails/?id=2103044968

Works perfectly again! for both Antenna and Laser Antenna. Does not require timer block to run.
and no need to call rescan either :D.
Have Fun! :)
anrew10 11 Sep, 2019 @ 3:33pm 
this looks perfect for what i need, using floorplan script to display damage on custom turrets
avaness 16 Apr, 2019 @ 5:45am 
I recently finished a replacement for this script: https://steamproxy.net/sharedfiles/filedetails/?id=1713856644
Foundation 28 Mar, 2019 @ 3:27am 
i used this script a long time ago, but gave up cause of so many bugs... do you plan on fixing some of the stuff and update it ? I really love this... its sooo usefull indeed... please do it... please update it ?!
Sky 17 Mar, 2019 @ 11:46pm 
Extremely useful script. However has a few errors since latest release. Please Please Please update this script.
SMooreAce 11 Mar, 2019 @ 9:36am 
Yes... doesn't seem to work, or I'm making a mistake somewhere. Bot PBs say they are sending data on the 3 groups I'm trying to relay. The receiving end isn't getting any data.
Choppa 8 Mar, 2019 @ 1:35am 
will this be updated please?
Don Lorenzo 19 Nov, 2018 @ 11:31am 
i solved this, in some PB command "Start" is important in timer block to run sth, but here Start is just a "command" to start a timer block with defoult i solve this, in some PB command "Start" is important in timer block to run sth, but here Start is just a "command" to start a timer block with default command @Dark Legionnarie helped me :)

KingSuligol 19 Nov, 2018 @ 9:30am 
@DonLorenzo use cockpit or remote for exec PB with "rescan" as argument ;)
same confusion
Legionnaire 12 Nov, 2018 @ 5:46pm 
for anyone was having any issues. I made a short tutorial video. it is on my steam profile in the comment section. hope this helps.
Don Lorenzo 7 Nov, 2018 @ 10:18pm 
if somebody could help, bcs this scrip is awesome, but i can't install it, and i don't know why
1- I placed a programm block on both stations
2- Renamed lcd on minelayer [SEND:Uran]
3- Renamed lcd on mainbase [RCV:Uran]
4- I added timer blocks for program to run(on both stations), with command start (of course timer restart after 1 sec)
5-Add antenna to both ships and I checked program block in them (both)
I placed a LCD_RELAY to bu sure that script working, and it's working so i tried some combinations with antennas and lcd but this chanced nothing
Don Lorenzo 7 Nov, 2018 @ 1:21pm 
Doesn't work
R_Oerich 6 Oct, 2018 @ 6:09am 
@ArcWolf: Thanks... your shange also got mine to work..
@Jerry: hope you could update your script with this smalle change, so it will work "off the shelf" again.
Beside that small but, great script.
Icetoseeyou 14 Sep, 2018 @ 5:28pm 
Is there anyone who has a video tutorial on how to set up this script. I clearly am not doing something right.
ArcWolf 22 Aug, 2018 @ 8:29pm 
I couldnt get this script to work at all until I made a change to the regex in the code. I'm no expert on regex but I ran what you had using regex101.com and neither of yours ever match anything which means no LCD are picked up for transmit or receive. The use of regex \w+ seemed to be causing the problem, I switched it to .*? and it works correctly.

The following lines were changed to make this script work as intended.

static readonly string rcvTag = @"(\[RCV:{1}(.*?)\])";
static readonly string sendTag = @"(\[SEND:{1}(.*?)\])";

You can see the new regex in action here

https://regex101.com/r/biekdW/1

vs your regex here

https://regex101.com/r/OXKTp2/1

Duno how it could have worked before but the above gets it working again for me anyway. Very useful script by the way, nothing else I could find like it on the workshop which is why I hammered it into shape. I needs it :)
der_versorger 28 May, 2018 @ 12:03pm 
I get CTD when I dock a driller drone that is sending with my LG ship thats receiving and it CTDs when I restart Timer and PB on the drone. Ideas?
Legionnaire 14 Feb, 2018 @ 12:40pm 
Awesome script!! I would like to make a simple tutorial video to upload to youtube. is that ok @Jerry?
DogWater-Gaming69 15 Jan, 2018 @ 8:50am 
omg THANKS IT WORKS
Foundation 17 Nov, 2017 @ 6:59am 
Im having difficulty with this:

Im trying to send 2 LCDs in the same ship (different group names) but they are confliting in the receiver base....

anyone?
Foundation 16 Nov, 2017 @ 9:33am 
Your script is awesome ! Thank you very much ...

I was wondering, can u make a feature to be able to agreggate multiple SENDERS into one single RECEIVER LCD ?
Jerry  [author] 6 Nov, 2017 @ 6:46pm 
My laptop cpu fan just quit so I can't really play much of anything rn. Could you tell me which part of hte set up exactly you have trouble with? Or does it simply not work?
Grayando 4 Nov, 2017 @ 6:31am 
Hello sir... Having quite a bit of trouble setting this up.... if I pasted a link to the world, would anyone help out a tired engineer? *sadface*
Jerry  [author] 8 Oct, 2017 @ 12:11pm 
@It seems to work just fine for me. Double check you setup.
Jerry  [author] 5 Oct, 2017 @ 10:51am 
I'll check it out sometimes this weekend. Midterms keeping me busy :/
JDaremo Fireheart 2 Oct, 2017 @ 1:31pm 
Oh man, this is good for a CnC area.
but I'm seeing people posting it doesn't work or are just asking if it still works.
NuclearWinter 21 Sep, 2017 @ 5:37pm 
does this not wotk?

anymore
Phraxas 17 Aug, 2017 @ 1:46am 
Does this not work anymore? I set up everything precisely as it was said to and I still can't get a transmiSSion to go through.
Church.exe 25 Jul, 2017 @ 1:52pm 
YOU ARE THE BEST PERSON EVER THANK YOU
no but really thank you for making this
Jerry  [author] 28 Jun, 2017 @ 12:19pm 
:)
EnjoyCoke 28 Jun, 2017 @ 2:02am 
:thumbsup:
Jerry  [author] 27 Jun, 2017 @ 8:34pm 
@EnjoyCake, You need on for both.
EnjoyCoke 27 Jun, 2017 @ 5:51pm 
Are you telling me that I can finally have the status of my remote drones read on LCDs back at my base?
HolyshitIcan'teven

So, I didn't understand this quite right: I need 2x PB, one for drone and one for base, or only one PB on drone and with antenna/ laser antenna set to work with the PB and broadcast it, or?
Jerry  [author] 3 Jun, 2017 @ 5:48pm 
@Xanthyn Good point! :)
Xanthyn 3 Jun, 2017 @ 4:24pm 
I think if you slapped a fancy thumbnail on these scripts you would be all over the front page my man. People go crazy for fancy thumbnails.
Jerry  [author] 3 Jun, 2017 @ 11:35am 
Thanks :)
Xanthyn 3 Jun, 2017 @ 5:12am 
Hot dang Jerry, your workshop is full of awesome scripts.
Helratz 7 May, 2017 @ 8:28am 
I got it working. Awesome script!
Helratz 7 May, 2017 @ 3:55am 
Forgive me, I just woke up and my brain is a little slow yet. I have a single mothership with 5 support craft. When I set this up on the mothership. I need to group all effected LCDs first. Then tag each with [RCV: group name], right? Then I just do the same [SEND: group name] for all 5 support craft and I should get feedback from all of them to the mothership, right? I'm only doing a floorplan from each at the moment. Thanks.
Jerry  [author] 1 May, 2017 @ 9:39am 
Very ubiquitous, mendacious and... ummm....polyglottal. With some donkey balls.
Wildcard 1 May, 2017 @ 6:23am 
Indeed. Very Martian
Ezurrito 30 Apr, 2017 @ 9:18pm 
Nice demo ship ;)
Dvsmessiah 30 Apr, 2017 @ 6:44pm 
This will work really nicely with Cheetah's Radars and script to print out to a LCD screen many thanks...My arsenal just got a little bit bigger