initial files

This commit is contained in:
Samuele Lorefice
2025-05-24 16:17:33 +02:00
commit 9e023649ac
477 changed files with 118566 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
private _objects_to_build = [
["Land_HBarrier_Big_F", [-0.69, -3.60, 0.00], 270.00],
["Land_HBarrierWall4_F", [-4.80, 0.99, 0.00], 180.00],
["Land_HBarrier_5_F", [4.39, -1.64, 0.00], 0.00],
["Land_HBarrier_5_F", [4.55, -7.50, 0.00], 270.00],
["Land_HBarrier_Big_F", [-8.78, 2.77, 0.00], 270.00],
["Land_HBarrier_5_F", [10.12, -1.58, 0.00], 0.00],
["Land_Cargo_House_V3_F", [10.28, -6.52, 0.00], 0.00],
["Land_HBarrierWall_corner_F", [0.68, -13.90, 0.00], 270.00],
["Land_HBarrier_Big_F", [-9.26, 11.33, 0.00], 270.00],
["Land_Cargo_Tower_V3_F", [-1.90, 7.25, 0.00], 180.00],
["Land_HBarrier_Big_F", [16.38, -5.51, 0.00], 270.00],
["Land_HBarrier_Big_F", [4.00, 16.85, 0.00], 0.00],
["Land_HBarrier_Big_F", [-4.72, 16.74, 0.00], 0.00],
["Land_BarGate_F", [-3.40, -15.97, 0.00], 0.00],
["Land_HBarrier_Big_F", [2.53, -17.80, 0.00], 0.00],
["Land_HBarrier_Big_F", [11.20, -17.64, 0.00], 0.00],
["Land_HBarrierWall_corner_F", [-13.71, -15.85, 0.00], 90.00],
[opfor_flag, [13.91, -15.57, 0.00], 0.00],
["Land_HBarrier_Big_F", [12.50, 17.11, 0.00], 0.00],
["Land_HBarrier_Big_F", [21.62, -1.75, 0.00], 0.00],
["Land_HBarrier_Big_F", [16.65, -14.10, 0.00], 270.00],
["Land_HBarrier_Big_F", [-14.65, 16.14, 0.00], 0.00],
["Land_HBarrier_Big_F", [-22.73, -0.69, 0.00], 0.00],
["Land_Cargo_Patrol_V3_F", [-21.66, -10.67, 0.00], 90.00],
["Land_HBarrier_Big_F", [24.93, 3.64, 0.00], 270.00],
["Land_HBarrier_Big_F", [-22.27, 12.82, 0.00], 133.60],
["Land_HBarrier_Big_F", [-25.24, 4.73, 0.00], 270.00],
["Land_HBarrier_Big_F", [-19.88, -17.77, 0.00], 0.00],
["Land_HBarrier_Big_F", [-25.81, -6.16, 0.00], 270.00],
["Land_HBarrier_Big_F", [20.92, 17.41, 0.00], 0.00],
["Land_HBarrier_Big_F", [24.76, 12.32, 0.00], 270.00],
["Land_HBarrier_Big_F", [-25.42, -14.65, 0.00], 270.00]
];
private _objectives_to_build = [
[opfor_ammo_truck, [-13.14, 10.16, 0.00], 0.00],
[opfor_fuel_container, [18.22, 5.43, 0.00], 270.00],
[opfor_fuel_container, [17.86, 11.39, 0.00], 270.00],
[opfor_fuel_truck, [-17.96, 9.56, 0.00], 0.00]
];
private _defenders_to_build = [
[opfor_heavygunner, [-5.65, 0.87, 1.25], 196.97],
[opfor_rifleman, [8.77, -4.14, 0.73], 133.49],
[opfor_grenadier, [12.04, -4.37, 0.73], 205.94],
[opfor_heavygunner, [0.80, -16.01, 1.25], 224.40],
[opfor_rifleman, [-4.46, 5.64, 15.37], 0.00],
[opfor_rifleman, [1.55, 11.61, 12.77], 202.68],
[opfor_at, [1.20, 3.98, 17.89], 176.06],
[opfor_rifleman, [10.76, -15.11, 0.00], 291.66],
[opfor_sentry, [-16.09, 10.06, 0.00], 184.01],
[opfor_rifleman, [18.18, 8.32, 0.00], 264.25],
[opfor_marksman, [-5.72, 10.17, 17.89], 287.12],
[opfor_rifleman, [-14.59, -16.40, 1.24], 156.40],
[opfor_medic, [22.50, 1.32, 0.00], 275.86],
[opfor_rifleman, [-23.11, 1.83, 0.00], 77.87],
[opfor_rifleman, [-21.51, -9.11, 4.35], 279.37],
[opfor_sentry, [-23.58, -2.96, 0.00], 118.12],
[opfor_marksman, [-21.28, -12.32, 4.35], 232.31]
];
private _base_corners = [
[40, 40, 0],
[40, -40, 0],
[-40, -40, 0],
[-40, 40, 0]
];
[_objects_to_build, _objectives_to_build, _defenders_to_build, _base_corners]