From 95537153b2681a46c96764a63a52a9eab8ef4502 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Mon, 11 Jan 2021 12:27:13 +0100 Subject: [PATCH] More snap work --- SQF/dayz_code/Configs/CfgExtra/snappoints.hpp | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp index 7bc76e314..e6caffb4d 100644 --- a/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp +++ b/SQF/dayz_code/Configs/CfgExtra/snappoints.hpp @@ -214,7 +214,7 @@ class SnapBuilding { {0,-2.32,0.130,$STR_EPOCH_ACTION_SNAP_BACK}, {0,2.32,0.130,$STR_EPOCH_ACTION_SNAP_FRONT}, {-2.494,0,0.130,$STR_EPOCH_ACTION_SNAP_LEFT}, - {2.494,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} + {2.47,0,0.130,$STR_EPOCH_ACTION_SNAP_RIGHT} }; radius = 10; }; @@ -379,16 +379,7 @@ class SnapBuilding { radius = 12; }; - class MetalFloor_Preview_DZ: FloorsWallsStairs { - points[] = { - {0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT}, - {0, -2.63,-0.135,$STR_EPOCH_ACTION_SNAP_BACK}, - {0, 2.63,-0.135,$STR_EPOCH_ACTION_SNAP_FRONT}, - {-2.63,0,-0.135,$STR_EPOCH_ACTION_SNAP_LEFT}, - {2.63,0,-0.135,$STR_EPOCH_ACTION_SNAP_RIGHT} - }; - radius = 12; - }; + class MetalFloor_Preview_DZ: MetalFloor_DZ {}; class MetalFloor_Quarter_DZ: FloorsWallsStairs { points[] = { @@ -425,6 +416,8 @@ class SnapBuilding { radius = 12; }; + class GlassFloor_Preview_DZ: GlassFloor_DZ {}; + class GlassFloor_Quarter_DZ: FloorsWallsStairs { points[] = { {0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},