Space Engineers

Space Engineers

VCZ Multifloor Cargo Elevator
432 則留言
*****PunkMall 2023 年 5 月 4 日 上午 11:48 
Hello, I might have a work around for you that seems to work for me.
Place everything backwards!
Sounds daft but start at you top level, place the floors, shaft doors and filler blocks.
Then last of all place the elevator base in a 5x5 hole that you have left in the lowest level for it
and . . . . . . . . . it seems to work.
It's happy moving up and down to the correct floors, the shaft door opens with the correct timing etc.
Hope this helps, as I have sent a few hours battling to get this to work but now my WIP Base has cargo levels that my forklift can access easily !!!!!
Broadsword Actual 2023 年 5 月 2 日 上午 5:58 
can anyone help? I have set the base elevator down and i have my runners and floors set. It has power etc and when i hit 1 for floor 1 it does not move. Unless i change the velocity in the control panel. Is this working still or broken as i have used this before? Cheers in advance.
Fire_breath 2023 年 3 月 2 日 上午 8:35 
@Grog, many thanks for sharing this solution. Cheers!
Lunalphabet 2022 年 11 月 16 日 下午 12:47 
Hello

can we increase the max height of the elevator ?
and if yes how ?

I have try of modifying the max height in the mod files and it try to reach a higher height
Grog 2022 年 6 月 25 日 上午 12:51 
Still need to change the line 142 of VCZ_MultifloorCargoElevator.cs with the notepad.

#1 go to:
...steamapps\workshop\content\244850\1711861968\Data\Scripts\MultifloorCargoElevator\VCZ_MultifloorCargoElevator.cs

#2 edit and go to line 142:
Replace the line:
if (!Elevator_block.ResourceSink.IsPowerAvailable(MyResourceDistributorComponent.ElectricityId, 1.15f)) return;

By:
if (Elevator_block.ResourceSink.SuppliedRatioByType(MyResourceDistributorComponent.ElectricityId) != 1) return;
Katarina [WolfCraft Industries] 2022 年 6 月 24 日 下午 6:38 
this mod is confirmed to be broken. there are some fixed version out there on the workshop i think
AprilsRealm 2022 年 6 月 24 日 下午 2:53 
Does this still work? or does it need fixing?
[RU]Nner 2022 年 5 月 9 日 下午 6:00 
Is it possible to make shaft door airtight somehow?
Grog 2022 年 4 月 20 日 上午 10:51 
To work the elevator need the script.
Since the update, the function "IsPowerAvailable" does not work anymore.
Edition of line 142 in the script to replace the use of "IsPowerAvailable" by the use of "SuppliedRatioByType" function make it work again.

@AutoMcDonough: as you've been added to authors list, is it possible to republish the mod with the script line corrected ? :steamhappy:
maxipuch92 2022 年 4 月 19 日 下午 1:50 
Does the mod only work with the script? Or is that just a extra feature to add for convenience?
Donimir Trutin 2022 年 4 月 11 日 上午 4:16 
you're amazing Grog
Grog 2022 年 4 月 10 日 上午 11:38 
I fixed it some time ago for myself, works for me:

#1 go to:
...steamapps\workshop\content\244850\1711861968\Data\Scripts\MultifloorCargoElevator\VCZ_MultifloorCargoElevator.cs

#2 edit and go to line 142:
Replace the line:
if (!Elevator_block.ResourceSink.IsPowerAvailable(MyResourceDistributorComponent.ElectricityId, 1.15f)) return;

By:
if (Elevator_block.ResourceSink.SuppliedRatioByType(MyResourceDistributorComponent.ElectricityId) != 1) return;
Pentium 2022 年 3 月 9 日 上午 1:54 
can you please update your amazing elevator mods? they are the best ones
Skunk 2022 年 3 月 4 日 上午 11:02 
Hi. Running into trouble. Piston only moving 2.5 meter up. In info Tab it detect every floor correctly and say Ready. i tried flipping the filler block every posible way but it not grabbing on it to climbe higher
Gray 2022 年 2 月 28 日 上午 8:00 
There is 'supposedly' a fixed version of this by 'Sheeeeeeeeeeeesh' but well, see below (smh)

Gray 37 minutes ago
@Sheeeeeeeeeeeesh Well i give up. I put the base piston down, both on the flat surface of my ship and also free floating in space. Raised the platform at least 20m up and then scrolled through each and every floor and filler and am unable to place any. I can however, place a normal block all around the top edge of the base. The info in the control panel of the base states below:

Attached
Current Position: 20.8m
[>Base Status<]: Not Ready!
[>Platform Status<]: Ready!
Elevator Height: 0 Blocks
Floors Count: 0
Donimir Trutin 2022 年 2 月 14 日 下午 5:03 
I can't place a filler or floot between the elevator base and elevator platform when i have the platform moved up, due to a invisible block in the middle of the elevator
Krupterz 2022 年 2 月 11 日 下午 7:08 
Wouldn't mind a fixed version, i have one with the fix by @Oneofmystery but cause Steam has made it a real pain to upload stuff thee days i can't share with the community or even share with the people who i play with, would be sweet if there was a public fixed version like the regular elevator. Have fun either way i guess :D
TrueWhiteKnight 2022 年 2 月 7 日 上午 8:24 
Is this mod abandoned or is there a fixed version somewhere?
Geronimo 2022 年 1 月 30 日 下午 12:51 
pls update! really want to use this on our server
Kees van de Wiel 2022 年 1 月 29 日 下午 2:20 
@Oneofmystery80 You Sir, are great! The elevator recognice the floors again and works properly! THX very much
Oneofmystery 80 2022 年 1 月 26 日 下午 3:18 
Finally found a fix hope this helps.

Go to Program Files(x86)/steamapps/workshop/content/244850/1711861968/Data/Scripts/MultifloorCargoElevator/VCZ_MultifloorCargoElevator.cs

then open in notepad or notepad++ and change line 142,
you should find this,

if (!Elevator_block.ResourceSink.IsPowerAvailable(MyResourceDistributorComponent.ElectricityId, 1.15f)) return;

Change to this,

if (Elevator_block.ResourceSink.SuppliedRatioByType(MyResourceDistributorComponent.ElectricityId) != 1) return;
Bucko 2022 年 1 月 26 日 上午 4:36 
plz fix
Oneofmystery 80 2022 年 1 月 16 日 上午 2:09 
@Veloci & nimru wrong mod for that fix, looked at this mods code to see if the same, but is completely different.

Hope someone can fix this mod for version 1.199, it works in version 1.98.033
nimru 2022 年 1 月 15 日 上午 10:05 
open this file in C:\Program Files x86)\steamapps\workshop\content\244850\1154898843\Data\Scripts\MultifloorElevator\Classes\Elevator.cs

Go to line 81 and replace this code:

public void CheckPower()
{
IsPowered = Block.ResourceSink.IsPowerAvailable(MyResourceDistributorComponent.ElectricityId, 0.10f);
if (IsPowered != oldIsPowered) Block.RefreshCustomInfo();
JustGotPower = IsPowered != oldIsPowered && IsPowered;
oldIsPowered = IsPowered;
}


with this code:

public void CheckPower()
{
IsPowered = true;
}
Veloci 2022 年 1 月 11 日 上午 8:48 
To anybody that gets the "Not enough power" bug, you can fix it by opening the code file :\Program Files (x86)\steamapps\workshop\content\244850\1154898843\Data\Scripts\MultifloorElevator\Classes\Elevator.cs
Go to line 81 with the method "public void CheckPower() and change IsPowered = True. Its only a quick fix and gets rid of that important code, but its an easy fix.
VS-lockon 2021 年 12 月 31 日 上午 9:57 
so wish some one would take up the mantle of this or make some thing similar so i did not have make a 15 block ramp just for a truck to leave my station
VS-lockon 2021 年 12 月 23 日 上午 7:01 
@ SeY read the comments this mod dose not work no more it need fixed
SeY 2021 年 12 月 18 日 上午 8:45 
Someone could do a video tutorial because I can't get the elevator to work thanks
VS-lockon 2021 年 12 月 8 日 下午 2:19 
hoping someone takes up the task. to i need a Elevator that dose not piss if lord clang
BCMortis 2021 年 12 月 7 日 下午 4:19 
@AutoMcDonough Ah, well that explains things. That's a very good reason, having to prioritize RL over a hobby. Just would have been nice if he had let people know rather than leaving everyone to wonder, but I'm glad he's still kicking. Unfortunately I know nothing about scripting for SE, but here's hoping someone takes up the task.
AutoMcDonough  [作者] 2021 年 12 月 7 日 下午 12:23 
if someone fixes the script i will give permission to use the models. contact me on discord about it. VCZ got very busy IRL, new kid new job all of it.
CIA_Megalomaniac 2021 年 12 月 7 日 上午 9:29 
@Battlemage - I've asked around, seems the mod developer moved on, which is always a shame. I looked at the Elev code by Vicizlat and compared it with CiberX15's 1.199 Fix and then looked at the Cargo Elev code for further comparison to see if any reverse engineering can be applied. However, It appears to all be completely different, atleast to an untrained eye. Plus, I'm not a code expert in any way, but this issue of Mods going to the junkyard due to lack of interist and NO MONEY, has given me some interest in learning C sharp. As i'd like to create a larger Cargo elevator! NOTE to ALL; Ill pay for lessons. and this Cargo Elev Fix
Battlemage 2021 年 12 月 1 日 下午 6:51 
So someone dropped a 1.199 fix for the regular elevator (I'm using that right now - https://gtm.steamproxy.vip/workshop/filedetails/?id=2575155978) - I imagine that this mod is an extension of the original elevator, so it shouldn't be too hard to come up with a fix.
VS-lockon 2021 年 11 月 28 日 上午 8:33 
TrueWhiteKnight yep i think so as well and it sad bc this mad underground bases very viable
TrueWhiteKnight 2021 年 11 月 23 日 上午 4:28 
I'm just going to assume that this mod is considered dead and won't be updated anymore?
Katarina [WolfCraft Industries] 2021 年 11 月 15 日 下午 2:25 
both elevator mods are broken. the mod author is gone / not playing SE anymore so yea someone else would need to take over this mod or already did i dont know.
CIA_Megalomaniac 2021 年 11 月 15 日 下午 1:24 
Both VCZ Multifloor Elevators, the Single Cab and the Cargo 5x5 are my favorite and just amazing mods. I look forward for an even larger ship elevator!?!?

I currently have two of each in one of my servers built and have been fully functional for a long time. Recently in the latest updates to space engineers, I now find them inoperable. I tried rebuilding and still no result. Do you have any idea what might have caused this or a fix i need to do? I tried uninstalling the mod and reinstalling. Tried rebuilding all movable components, tried building a new one and nothing seems to happen with the piston to recognize the floors.
weberspy 2021 年 10 月 13 日 下午 3:23 
"cant atach piston head" error is showing up for no reason, ive tried moving theelevator but it just wont exist when i place it making the elevator unusable
sachabrisard7402 2021 年 8 月 18 日 下午 12:31 
Hello the buttons does not work with you help it thank you.
Sirshartsalot 2021 年 8 月 14 日 上午 6:13 
Anychance of this being updated to work :)
BCMortis 2021 年 7 月 30 日 上午 7:05 
Anyone by chance found a fix for the power bug yet? I tried using the same script edit that fixes the smaller elevator, but the line in question seems to be missing in the cargo elevator's script.
Typhon Plume 2021 年 7 月 4 日 上午 12:38 
I followed Hegemony_Cricket 's guide below and it works pefectly fine for me in my survival game, no issues what so ever.
Xero Effect 2021 年 6 月 21 日 下午 4:31 
Literally yesterday, 6/20/2021, this mod worked flawlessly in creative. I've since built the same system in survival today and it wont do what it's supposed to. It was a hell of a task getting the elevator to even link up to the piston, and once I did that, the terminals on the elevator floor wont actually work. I have to click the blue button on the side of the floor block, which is supposed to close the gates, just to 'call' the elevator. Then I have to go down, or up, to the next floor and click the gate button there to move the elevator. The terminals that have the floor numbers isn't interactable for some reason. Like I said, just yesterday they were in creative, but now today no matter what they aren't. I haven't added any new mods or anything since the start of either world so I don't think it's a mod issue. Cool mod nonetheless, just wish it was bigger.
Convict666 2021 年 6 月 21 日 上午 6:56 
neither work worst mod
fatboymcc 2021 年 6 月 15 日 下午 12:06 
both elevators do not work for me
MyxRSC 2021 年 5 月 24 日 下午 8:55 
can you link the mods used?
Maison De Cornusiac 2021 年 4 月 21 日 上午 11:11 
Love all your elevators. About this one I have a suggestion: could you make the shaft door, when closed, airtight? This would be a huge improvement and add sense to using shaft doors at all.

I have cargo elevators in a station which has many floors plus at the upper end of the elevator a gate to space. So I would like to have the station across all floors not depressurized each time the top gate opens and leaves a spacecraft to start from the elevator. An airtight shaft door would reduce the depressurized area to just the top floor. Same applies to side gates, shaft doors to next levels would keep other floors still pressurized. You see, many good reasons for that request.
Thank you.
Mr_Baker99 2021 年 3 月 14 日 下午 3:00 
heyya just wondering how we call the lift to a floor? say im on first and the lift is on second how do we call it down? the button on the side of the elevator floor doesn't seem to do anything any help would be great
thanks
Steve_Raglan 2021 年 3 月 2 日 上午 5:20 
So i have made a pit on the moon and i am gonna use the elevator as a underground base/garage but when i place the elevator floor it says that it cant place the Head but when i move up a few blocks it places the Head