mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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
This commit is contained in:
parent
f4a0747493
commit
bf2cbaab79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user