Skip to main content

RiP-Elevator

RiP-Elevator provides you with as many elevator and stations as your building desire.

Config

Some options are explained here. However this does not represent the original config file.

RiP.Elevators

With this option you can create more elevators and stations. Just copy the code below and paste it under the last elevator in your config.

{
Name = "Maze Bank", -- [STRING] elevator label

Required = {
Job = 'false', -- [STRING] job required ('false' or job name)
Item = 'false', -- [STRING] item required ('false' or item name)
},

Marker = {
Show = true, -- [BOOLEAN] enable/disable elevator markers
Type = 22, -- [INTEGER] marker type
Size = {X = 1.0, Y = 1.0, Z = 0.9,}, -- [DECIMAL] marker scaling
Color = {R = 117, G = 94, B = 170,}, -- [INTEGER] marker color (rgb)
},


Stations = { -- all elevator stations (copy-paste one element to create more)
{
Name = 'Tiefgarage', -- [STRING] station label
Location = vector3(-84.278038024902,-821.69909667969,36.028057098389), -- [VECTOR] station coords (x,y,z)
Heading = 339.35360717773, -- [DECIMAL] station heading after teleporting
},
{
Name = 'Lobby', -- [STRING] station label
Location = vector3(-71.009384155273,-800.84912109375,44.227306365967), -- [VECTOR] station coords (x,y,z)
Heading = 342.59780883789, -- [DECIMAL] station heading after teleporting
},
}
},