Skip to content

Commit

Permalink
Refuel - Add refuel positions for CDLC maps (#10618)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 authored Jan 4, 2025
1 parent 3c200cb commit c888760
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions addons/refuel/ACE_Refuel_Positions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,35 @@ class GVAR(positions) {
{"Land_FuelStation_Feed_F", {{10208,2173,0}}}
};

gm_weferlingen_summer[] = { /* Weferlingen */ {"land_gm_euro_fuelpump_01_w", {{1687,13572,0},{4101,16172,0},{4832,18717,0},{5929,18330,0},{8132,4394,0},{13055,8670,0},{15580,14705,0},{15755,8845,0},{16672,464,0},{17117,18046,0}}}};
gm_weferlingen_winter[] = { /* Weferlingen (Winter) */ {"land_gm_euro_fuelpump_01_w", {{1687,13572,0},{4101,16172,0},{4832,18717,0},{5929,18330,0},{8132,4394,0},{13055,8670,0},{15580,14705,0},{15755,8845,0},{16672,464,0},{17117,18046,0}}}};

Cam_Lao_Nam[] = { /* Cam Lao Nam */
{"Land_vn_b_prop_fueldrum_01", {{2123,4090,0},{2474,4369,1},{12167,17587,0},{12755,17167,0},{14498,15180,0},{14589,15075,0},{14800,14961,0},{14833,6809,0},{14833,14940,1},{15555,6871,0},{15558,6911,0},{15580,6868,0},{15594,6885,0},{15701,6858,0},{15819,6851,0},{15845,6850,0},{15902,8044,2},{15939,8140,2},{15954,7996,0},{16207,6528,0},{16555,7103,0},{16586,7670,0},{16616,7698,0},{16628,7644,0},{16637,7103,0},{17068,7138,0},{18399,8291,0}}},
{"Land_vn_fuel_tank_stairs", {{2965,8724,0},{3077,8732,0},{11198,14754,0},{11221,14885,0},{11365,14665,0},{13180,13349,0},{13776,13634,0},{14518,15827,0},{14568,15108,0},{14634,15082,0},{14686,16029,0},{14717,15654,0},{14783,16071,0},{16590,7704,0},{16960,9104,0}}},
{"Land_vn_fuelstation_02_pump_f", {{13185,13364,0},{16116,3766,0},{16568,3773,0},{16766,6132,0}}},
{"Land_vn_fuelstation_feed_f", {{12421,19276,0},{12748,17178,0},{13277,13475,0},{14334,15896,0},{14889,12801,0},{17515,8729,0},{17617,9358,0},{19812,6989,0}}}
};
vn_khe_sanh[] = { /* Khe Sanh */
{"Land_vn_b_prop_fueldrum_01", {{4841,922,2},{4860,935,2},{10680,3138,0},{10847,3736,0}}},
{"Land_vn_fuel_tank_stairs", {{4166,11090,0},{9588,6720,0},{10933,4235,0}}},
{"Land_vn_fuelstation_feed_f", {{4166,11083,0},{10942,4230,0},{12872,13284,0}}}
};
vn_the_bra[] = { /* The Bra */ {"Land_vn_b_prop_fueldrum_01", {{3077,1859,0},{4415,581,0}}}};

stozec[] = { /* Gabreta */
{"Land_FuelStation_03_pump_F", {{2991,389,0},{3228,11033,0},{4051,8221,0},{5206,5771,0},{13368,4719,0}}},
{"Land_FuelStation_Feed_F", {{3103,11468,0},{9864,11040,0},{10616,10225,0}}}
};

SefrouRamal[] = { /* Sefrou-Ramal */
{"Land_fs_feed_F", {{5523,5058,0}}},
{"Land_FuelStation_Feed_F", {{5790,6416,0}}}
};

SPE_Mortain[] = { /* Mortain */ };
SPE_Normandy[] = { /* Normandy */ };

Bootcamp_ACR[] = { /* CUP Bukovina */ {"Land_A_FuelStation_Feed", {{652,473,0},{2849,1612,0}}}};
Woodland_ACR[] = { /* CUP Bystrica */ {"Land_A_FuelStation_Feed", {{447,1381,0},{1302,2185,0},{1855,6852,0},{4102,1195,0},{4755,4499,0}}}};
chernarus[] = { /* CUP Chernarus (Autumn) */ {"Land_A_FuelStation_Feed", {{2021,2242,0},{2692,5602,0},{2997,7471,0},{3648,8968,0},{4733,6381,0},{5847,2191,0},{5849,10112,0},{6705,2996,0},{7255,7662,0},{9502,2005,0},{10154,5300,0},{10446,8866,0},{10726,10786,0},{12988,10076,0},{13385,6603,0}}}};
Expand Down

0 comments on commit c888760

Please sign in to comment.