Space Engineers

Space Engineers

VCZ Multifloor Elevator
2 197 kommenttia
Gromit 11.5. klo 5.24 
@WardenWolf, don't use this version anymore, it is not maintained. Search for the version 2.0 of this mod, it works fine :se:
Link here: VCZ Elevator v2.0
WardenWolf 11.5. klo 4.23 
Sad, but at least with the modern game we can make our own. The latest update lets us control piston extensions and such from a button panel, letting us effectively a floor destination to a single button.
Blacksora oO 19.4. klo 19.05 
doesnt work. i tried everything but every floor is just 00 and the rotor/elevator wont move out of its box and doesnt show any floors either.
Zujea 28.3. klo 1.21 
A full energy bar is emptied before a full 20% of the "elevator cabin" is grinded despite claiming to only have a single interior plate inside it... makes replacing part a hell of a chore.
LegoFox 7.3. klo 19.04 
She works as of 3/7/25
took 20 minuts too sort out but it works, start at the bottom of your elevator shaft
Step one Elevator Rotor Bace
step two Elevator Middle
step Three Elevator Fill
four alternate Fills and Middles till you get too your top floor and use an Elevator Top
Ms. Canadian 10.1. klo 18.37 
I dont believe this works..? i could be completely wrong but the elevator has just completely ceased working.
Misty 122 1.1. klo 8.07 
I made 2.5 km tunnel downwards. Will have to make quite a few elevators ))))
Gromit 24.12.2024 klo 3.49 
@Panzerwiesel: this mod is deprecated, remove it from your world and use "VCZ Elevator V2.0" instead. This should help.
Panzerwiesel 24.12.2024 klo 1.06 
I dont know what I did wrong, but its not an elevator for me. The cabin just rotates and the numbers all say null
demongo1154 15.11.2024 klo 16.21 
shame it caps at 200 blocks, was hoping to use it as part of a space elevator
Freshkrypto 3.11.2024 klo 18.29 
Please mark this as depreciated
Abisius Xarvenius Carbensius 20.9.2024 klo 2.14 
@TK_Over50
you mean besides you are on the workshoppage of the wrong mod? this mod has the modid 1154898843 and the mod having the problem has the modid 2575155978

it could be file corruption, a mod conflict or beeing incompatible with the version of space engineers you use its hard to tell with just a snipped of the log.
TK_Over50 20.9.2024 klo 1.44 
2024-09-20 03:07:27.842 - Thread: 1 -> MOD_ERROR: VCZ Multifloor Elevator 1.199 Fix
2024-09-20 03:07:27.842 - Thread: 1 -> in file: Unknown
2024-09-20 03:07:27.842 - Thread: 1 -> Compilation of C:\Users\a_goo\AppData\Roaming\SpaceEngineers\Mods\2575155978.sbm_MultifloorElevator failed:
2024-09-20 03:07:27.842 - Thread: 1 -> MOD_ERROR: VCZ Multifloor Elevator 1.199 Fix
2024-09-20 03:07:27.842 - Thread: 1 -> in file: Unknown
2024-09-20 03:07:27.842 - Thread: 1 -> C:\Program Files\Steam\steamapps\workshop\content\244850\2575155978\Data\Scripts\MultifloorElevator\VCZ_MultifloorElevator_Floors.cs(36,110): Error: Argument 1: cannot convert from 'VRage.Game.Components.Interfaces.IMyEntityComponentContainer' to 'VRage.Game.Components.MyEntityComponentContainer'



What does this mean? I don't even sub/use this mod.
Jack Schitt 6.9.2023 klo 4.00 
Here is a working version.
tokenmeister 5.9.2023 klo 15.31 
Check your VCZ_MultifloorElevator.cs file. Line 185. That line should read

bool elevatorEnabled = Elevator.IsPowered && Floors.ElevatorReady && Elevator.CabinReady && elevatorFunctional && Elevator_Block.HasLocalPlayerAccess();

That "Elevator.IsPowered" part stands out in particular.
titanius anglesmith 4.9.2023 klo 17.43 
all the versions of this mod are broken on the workshop
Gromit 4.9.2023 klo 14.10 
@Maglizor_UA: you should search for "VCZ Multifloor elevator 1.199 fix" mod, it solves the power problem. You will need to replace this mod by the 1.199 one in your world and also apply the workaround given by Kami-Kaze to the 1.199 floor.cs file. Hope this helps :se
Lord Lorcan 4.9.2023 klo 13.06 
Thanks Kami-Kaze, the correction works perfectly for me, and the step 2 is mandatory :-)
I did exactly what you did and it's magic
Thanks again
Maglizor_UA 4.9.2023 klo 7.34 
@Kami-Kaze did what tokenmeister described 20 hours ago, the elevator started to display the floors, but now it says that I've got no power
tokenmeister 3.9.2023 klo 10.45 
@Kami-Kaze Thanks for the fix! It didn't work for me at first, but the last line of your post caused me to search the entire steam directory for "floor.cs"... as luck would have it, there was another directory in there that didn't have a modified date of last night, when I first tried to apply the fix. Went into that directory (1154898843) , applied the fix as prescribed, and my elevators are working again. Thanks again! You rock!
pierce3383 2.9.2023 klo 15.18 
I have 3 open server maps (Daryabar 1-2-3) using the mod (a lot) and after the update (1.203) none of them work. Being on a server I need someone to post the new fix to the Workshop. Much thanks. I will hate replacing all the elevators with something else.
[Team Rocket] Meowth 1.9.2023 klo 23.47 
I found the fix works for me. Existing and new elevators were broken, also games not closing properly... Made the change, reloaded and all working ok.

Huge thanks to @Kami-Kaze. Hope this can work for others.
Festive Gears 1.9.2023 klo 21.43 
@Kami-Kaze, the fix you found unfortunately does not work for me, still doesn't work
Gromit 1.9.2023 klo 6.36 
Thanks a lot Kami-Kaze, this solved the problem for me (just had a problem with the cabin detached at 1st try but it's ok now) :selike:
4yre 1.9.2023 klo 4.51 
Same issue here. Found the bug though.
You can fix it by:
1) open <path to steam lib>\steamapps\workshop\content\244850\2575155978\Data\Scripts\MultifloorElevator\Classes\Floor.cs
2) add `using VRage.Game.Components.Interfaces;` at the top (where the other using directives are)
3) change line 124 to `public void HandlePlayerInput(IMyEntityComponentContainer characterCompContainer)`

(I'm not 100% sure you need step 2)
(Also not sure about the path for 1, basically you want to open the mod's files ;))
Lord Lorcan 1.9.2023 klo 4.00 
Yesterday it work perfectly
But it seems new DLC kill the rotor block
Any chance for an up date of this wonderful mode ?
Kilroy 25.8.2023 klo 17.09 
yeah this mod does not work any longer
butcherbrood2 4.8.2023 klo 15.16 
my game crashed whenever i placed a rotor base, please help
QuixoticWolf1337 3.8.2023 klo 12.49 
game crashes as soon as placing rotor base and/or elevator rotor
Urethra Beetle 2.8.2023 klo 18.53 
Crashed my entire dedicated server :( had to get it moved to another machine at GTXGaming. Installed elevator, it showed no power, music wouldn't stop, game died. :(
DaMaster84 25.7.2023 klo 14.49 
Funktioniert Nicht!!!! Egal wie man es auch macht, es kommt immer nur das die Energy nicht reichen würde. was Unsinn ist!:steamthumbsdown:
Jebac Duge Plovidbe 22.7.2023 klo 6.44 
this dont work.. all build how guide says and it wont open doors or move elevator...
P!3T 1.7.2023 klo 19.03 
Gamecash for Rotor
👉SireusFox👈 18.6.2023 klo 8.18 
Мод не играбелен
у этого создателя все моды с фиксами нормально делать с начала нет не судьба ?
и толку от фикса нет не работают почти все моды работают не каректно крашит хотите испорченое настроение и не рабочий мод установите этот установите фикс и один черт работать не санет как и другие мыдо !!!:steamthumbsdown:
boostercc2000 12.6.2023 klo 13.31 
crashes the game when i place the elevator rotor block.
jaredgrissom07 16.5.2023 klo 10.33 
FIX: download the fix mod dont use the primary mod just the fix and then make sure when you place the rotor the stop button is a the top for some reason the rotor will place upside down default
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2575155978
Grizz 14.5.2023 klo 20.26 
NO POWER!! with 10 reactors
Meat Popsicle 9.5.2023 klo 8.33 
+1 power issues. In creative, I got the rotor to actually place the car (by placing it last) and it moves to different floors but doors won't open. Rotor block says "no power" but I placed 5 large reactors on the grid and still says no power to the rotor. :(
malcomCZ 2.5.2023 klo 10.20 
no power for me :-/
King Matt 👑 21.4.2023 klo 17.23 
This mod destabilized the government in my country
Samson1 19.4.2023 klo 16.27 
What music is used?
Dr.Theo 27.3.2023 klo 9.21 
hey i got 100kW of power what is it asking but doesnt work
wilbur 26.3.2023 klo 6.46 
oh right no power thing fixed
wilbur 26.3.2023 klo 6.26 
nope not the problem
wilbur 26.3.2023 klo 6.23 
oh i forgot to turn the elevator on
wilbur 26.3.2023 klo 6.14 
my middle is not opening
Brutus 26.3.2023 klo 5.04 
Thanks @Gromit
Gromit 26.3.2023 klo 4.10 
@Brutus: there are already several reupload versions of this mod with fix and Vicizlat does not answer nor maintain this mod anymore.
Just read a litte bit further for example the link given by @Ropher on Feb-16
Brutus 26.3.2023 klo 2.16 
@Vicizlat am I allowed to upload a fixed Version of this Mod and probably the Cargo Mod myself? I will mention you of course and would make a link to the original Mods :)