Space Engineers

Space Engineers

30 betyg
VCZ Multifloor Cargo Elevator Remote Control
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
4.641 KB
13 apr, 2019 @ 9:51
23 feb, 2020 @ 12:53
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
VCZ Multifloor Cargo Elevator Remote Control

Beskrivning
This script is a Remote Control via Antenna for my Multifloor Cargo Elevator.
It will not work for anything else.

INSTRUCTIONS:

Receiving signal:
To receive signal, have an antenna on the same grid as this PB. No other setup is needed.

Sending signal:
Have an antenna on the grid from which you want to send messages.
Attach PB to Toolbar with argument in the following format:
{ElevatorID}Floor OR {ElevatorID}Stop
"ElevatorID" is the block number of the elevator you want to control. You will find that in Custom Data in Control Panel,
"Floor" is the number of the floor where you want to send the elevator (if 0 it will send a STOP signal),
"Stop" sends a signal to STOP the elevator regardless if it has reached a floor or not.
(This is NOT case sensitive and you can also use 0)
10 kommentarer
Vicizlat  [skapare] 23 feb, 2020 @ 12:58 
Update:
- Made to work with the Intergrid Communication System, thanks to EagleEyes.
EagleEyes 23 feb, 2020 @ 10:35 
Your welcome ...and thank you for this awesome mod ! We are gladly using it on our server !
Vicizlat  [skapare] 23 feb, 2020 @ 10:25 
Oh, that's very nice of you. Thank you! I will check it out and upload as soon as I can.
EagleEyes 23 feb, 2020 @ 8:37 
Hello, I experimented with your script and got a working version now. I used this as inspiration:
https://github.com/malware-dev/MDK-SE/wiki/IGC-Example-2-Toggle-Lights

Here you can find the code for the modified script. Hope its useful to you
https://pastebin.pl/view/ebb1b2f2
EagleEyes 23 feb, 2020 @ 7:17 
I had the same issue with not being able to control it from the inside. The solution for me was to weld up the moving platform. Appearantly it was not completed yet.
Kiro 23 jan, 2020 @ 12:14 
It's fine. I was just using it as an attempt at actually controlling the elevator. It would have been nice, but if I can get the manual mode to work...
Vicizlat  [skapare] 23 jan, 2020 @ 5:34 
It looks like they finally removed the old way of receiving and transmitting messages. :(
I am sorry but this will not be fixed soon.
Kiro 23 jan, 2020 @ 4:22 
Ah, sorry. I thought the bug report for this not working at all was more pressing. I'll also leave a report more in-depth on the main mod. Here's the message that pops up when I hit 'check code' on the programmable block that has this script. I then link to the block using the G menu with the argument for the floor that I want and nothing seems to happen. I tried both with the full elevator address, and by filling in the single elevator option in the script itself, but neither did anything.

https://imgur.com/a/msceIPx
Vicizlat  [skapare] 21 jan, 2020 @ 15:41 
That's an odd issue to have. I'll take a look at this and if it's working correctly.
But I am more interested in why you can't control it from the inside. Can you tell me more about that? And also why didn't you post a bug report there if you were having such an issue?
Kiro 21 jan, 2020 @ 15:38 
Doesn't seem to function at all anymore, sadly. I was trying to use this as a workaround for the cargo elevator, as I can't seem to manually change floors from inside it either. The only way to get it to move is to travel to the outside of the elevator on a different floor and call it there. Kinda frustrating.