mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Added support for the elevator script via 3 new kits and objects
This was made, so that you don't have to use the normal epoch buildables for the elevator anymore. You can now instead use these distinct items for the script. Classnames: Kits: elevatorstart_kit elevatorstop_glass_kit elevatorstop_transparent_kit Objects: ElevatorStart_DZ ElevatorStop_Glass_DZ ElevatorStop_Transparent_DZ
This commit is contained in:
@@ -48,6 +48,8 @@ class HelperVectors: Helpers {
|
||||
{ 2.635, -0.003, 0.141 } // Right
|
||||
};
|
||||
};
|
||||
class ElevatorStart_DZ: MetalFloor_DZ {};
|
||||
class ElevatorStop_Transparent_DZ: MetalFloor_DZ {};
|
||||
|
||||
class Land_wreck_metal_floor: vector {
|
||||
points[] = {
|
||||
@@ -144,7 +146,8 @@ class HelperVectors: Helpers {
|
||||
{ 2.625, -0.002, 0.141 } // Right
|
||||
};
|
||||
};
|
||||
|
||||
class ElevatorStop_Glass_DZ: GlassFloor_DZ {};
|
||||
|
||||
class GlassFloor_Half_DZ: vector {
|
||||
points[] = {
|
||||
{ -0.032, -2.628, 0.141 }, // Back
|
||||
|
||||
Reference in New Issue
Block a user