From bf2cbaab7986439df8fd8a48b0be83133ff79a0c Mon Sep 17 00:00:00 2001 From: shukari Date: Thu, 19 Jul 2018 23:59:46 +0200 Subject: [PATCH] added new fences to wirecutter (#6423) * added apex and tacops fences informations from #6420 * added new p3d fences infos by #6420 * tabs fix * tabs fix2 * fix tabs3 * Remove comments from macro * Fix merge * Update script_component.hpp --- .../logistics_wirecutter/script_component.hpp | 41 ++++++++++++------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/addons/logistics_wirecutter/script_component.hpp b/addons/logistics_wirecutter/script_component.hpp index d5623128ab..19d1b159b7 100644 --- a/addons/logistics_wirecutter/script_component.hpp +++ b/addons/logistics_wirecutter/script_component.hpp @@ -17,27 +17,40 @@ #include "\z\ace\addons\main\script_macros.hpp" // find is case sensitive, so keep everything lowercase +// also set as isFence, but if the model is reused like for xcam #define FENCE_P3DS [\ + "net_fence_4m_f.p3d",\ + "net_fence_8m_f.p3d",\ + "netfence_01_m_4m_f.p3d",\ + "netfence_01_m_8m_f.p3d",\ + "wired_fence_4m_f.p3d",\ + "wired_fence_8m_f.p3d",\ + "new_wiredfence_5m_f.p3d",\ + "new_wiredfence_10m_f.p3d",\ + "wiredfence_01_4m_f.p3d",\ + "wiredfence_01_8m_f.p3d",\ + "wiredfence_01_16m_f.p3d",\ "mil_wiredfence_f.p3d",\ + "sportground_fence_f.p3d",\ + "sportground_fence_nolc_f.p3d",\ + "indfnc_3_f.p3d",\ + "indfnc_3_hole_f.p3d",\ + "indfnc_9_f.p3d",\ + "indfnc_corner_f.p3d",\ + "slums01_8m.p3d",\ + "razorwire_f.p3d",\ + "slums02_4m.p3d",\ + "backalley_01_l_1m_f.p3d",\ + "plasticnetfence_01_short_f.p3d",\ + "plasticnetfence_01_long_f.p3d",\ "wall_indfnc_3.p3d",\ "wall_indfnc_9.p3d",\ "wall_indfnc_corner.p3d",\ "pletivo_wired.p3d",\ "wall_fen1_5.p3d",\ - "net_fence_8m_f.p3d",\ - "razorwire_f.p3d",\ - "wired_fence_4m_f.p3d",\ - "wired_fence_8m_f.p3d",\ - "plasticnetfence_01_short_f.p3d",\ - "plasticnetfence_01_long_f.p3d",\ - "netfence_01_m_4m_f.p3d",\ - "netfence_01_m_8m_f.p3d",\ - "wiredfence_01_4m_f.p3d",\ - "wiredfence_01_8m_f.p3d",\ - "wiredfence_01_16m_f.p3d",\ - "slums01_8m.p3d",\ - "slums02_4m.p3d",\ - "backalley_01_l_1m_f.p3d"\ + "plot_provizorni.p3d",\ + "plp_ctm_partitioningfencegrey.p3d",\ + "fence.p3d"\ ] #define SOUND_CLIP_TIME_SPACING 1.5