DavieReid88

[Release] Panthera/Winthera Exile Files

51 posts in this topic

I run a Panthera/Winthera server myself and ive had quite a few messages about the mission files and so on, so i thought i would share a basic Exile.Panthera3.pbo file with loot positions for others to use. Personally i dont know why this map isnt more popular, IceBrakr has recently released a winter version which is included in the download. There are 3 traders in my version, Also a upgraded military base with the loot positions added to the table, Pictures are below

Installation:

To run this map all you need is CUP_Terrians_Core and the Panthera map itself.

Download Cup Terrains Core from here

Add to the server root -    @CUP_Terrains_Core

Download the Panthera3 map from here.

Add to the server root and make sure the folder is called -   @panthera_a3

Parameters used :    -mod=@panthera_a3;@CUP_Terrains_Core;

For Panthera:

MpMission :  Exile.Panthera3

For Winthera

MpMission :  Exile.Winthera3    

You can download my basic pbo file here, when changing between Panthera and Winthera, Remember to change the PBO name aswell = Exile.Panthera3 or Exile.Winthera3

Here are the loot positions (Including new military base) Replace in your exile_server_config

Spoiler

class CfgBuildings
{
    
    class Tourist {
     table = "Tourist";
    };
    class Military {
     table = "Military";
    };
    class Medical {
     table = "Medical";
    };
    class VehicleService {
     table = "VehicleService";
    };
    class CivillianLowerClass {
     table = "CivillianLowerClass";
    };
    class CivillianUpperClass {
     table = "CivillianUpperClass";
    };
    class Shop {
     table = "Shop";
    };
    class Industrial {
     table = "Industrial";
    };

    //New Militery Base Locations
    class Land_Cargo_House_V1_F
    {
        table = "Military";
        positions[] = {{-1.38281, 3.12109, 0.040287}, {1.24805, 2.54102, 0.0402873}};
    };
    class Land_Cargo_HQ_V1_F
    {
        table = "Military";
        positions[] = {{-0.294922, -3.42188, -3.27229}, {-1.46484, 3.26172, -3.27229}, {-2.02734, -2.62891, -0.747443}, {4.24609, 1.51758, -0.747443}, {4.98633, 3.64844, -3.27229}};
    };
    class Land_Cargo_Tower_V1_No1_F
    {
        table = "Military";
        positions[] = {{-2.4668, -4.10156, 5.00471}, {-2.7168, 1.0625, -0.120123}, {-2.83984, -2.95313, 2.47987}, {-3.06641, -2.66992, -0.120123}, {-3.12109, 2.42773, -4.2958}, {-3.16211, 4.51563, 5.00471}, {1.26367, 2.49609, -8.24333}, {2.25195, 4.30664, -0.120123}, {3.34766, 3.33203, 2.47987}, {3.66797, 1.8457, 5.00471}};
    };
    //New Militery Base Locations
    
    class Land_House_C_5_EP1 : CivillianUpperClass {
        positions[] = {
            {-2.37402, -5.19287, 1.81636},
            {-1.45703, -0.330566, 1.81636},
            {-4.01123, 3.87939, 1.81636},
            {-2.98828, -1.42871, -0.828645},
            {-3.0752, -4.69824, -0.828645},
            {1.4209, 3.2627, -0.828645},
            {4.02686, 5.03809, 1.82254},
            {4.05176, 0.952148, 1.8163},
            {-0.544922, -2.88672, -0.408834},
            {-0.506348, -3.54541, -0.0499535},
            {-0.513672, -3.29199, -0.408834},
            {-0.487305, -2.71875, 0.270746},
            {-0.475586, -3.15381, 0.270746},
            {-0.530273, -3.54102, 0.646572},
            {-0.716309, -4.95801, -0.948645},
            {-4.39893, -0.155762, -0.370671},
            {-1.24023, 3.7998, -0.948645},
            {-4.0957, 3.86719, -0.314454},
            {0.745117, 4.90332, -0.00334597},
            {2.66748, 0.825195, -0.408834},
            {1.87158, 0.80127, -0.0499535},
            {2.29248, 0.84668, 0.270746},
            {2.12354, 0.806152, -0.408834},
            {2.6792, 0.812988, 0.646572},
            {3.96973, 2.07617, -0.938645},
            {-0.953125, 2.48779, 1.82135}
        };
    };
    class Land_Strazni_vez : Military {
        positions[] = {
            {1.53223, -1.28418, -0.652089},
            {1.48291, 1.37109, 1.25363},
            {-1.44873, 0.905273, 1.66343},
            {-0.820313, 1.30957, 1.38663},
            {-1.61279, 0.102539, 1.38656},
            {-0.546387, -1.52002, 1.38656},
            {0.575195, 0.472168, 1.38811}
        };
    };
    class Land_i_Barracks_V2_F : Military {
        positions[] = {
            {0.32959, 3.84277, 0.604081},
            {13.5142, 2.11963, 0.604081},
            {-1.92383, -3.98633, 0.603889},
            {-2.47998, -4.0752, 3.9375},
            {-4.61035, 2.27051, 3.93806},
            {13.4321, 0.0791016, 3.93806}
        };
    };
    class Land_U_Barracks_V2_F : Military {
        positions[] = {
            {0.32959, 3.84277, 0.604081},
            {13.5142, 2.11963, 0.604081},
            {-1.92383, -3.98633, 0.603889},
            {-2.47998, -4.0752, 3.9375},
            {-4.61035, 2.27051, 3.93806},
            {13.4321, 0.0791016, 3.93806}
        };
    };
    class Land_Airport_Tower_F : Military {
        positions[] = {
            {-0.639893, -6.31586, 3.0289},
            {2.51782, -2.09644, 3.0289},
            {-2.44336, -4.6344, 2.25472},
            {1.2876, -4.64063, 2.25472},
            {-3.14331, -4.31195, -1.44274},
            {-0.742432, -1.20673, -1.44224},
            {1.44434, -4.66925, -1.44291},
            {-0.0349121, 2.19556, -7.44272}
        };
    };
    class Land_Cargo_Patrol_V1_F : Military {
        positions[] = {
            {1.58105, -0.975586, -0.560959},
            {-1.47217, -0.94574, -0.560959},
            {-1.74927, 1.28448, -0.764956},
            {1.84839, 1.23474, -2.9121}
        };
    };
    class Land_Deutshe_mini : CivillianUpperClass {
        positions[] = {
            {4.07373, -2.1499, -2.7749},
            {1.48096, -1.62793, -2.77489},
            {-1.54443, -2.89404, -2.7749},
            {-3.44238, -2.91797, -2.7749},
            {-4.1875, -0.0883789, -2.77489},
            {-1.46973, 2.81543, -2.7749},
            {-3.81396, 2.81836, -2.7749},
            {1.50781, 0.287109, -2.7749},
            {4.10449, 0.0761719, -2.7749},
            {3.74658, 2.51611, -2.7749},
            {-3.49902, -1.99072, -1.98739},
            {-0.497559, 0.731934, -1.80596},
            {-3.57031, 1.95361, -2.25214},
            {-4.21924, 2.7334, -2.25214},
            {-3.41162, -1.87695, -2.81196},
            {0.719238, 2.7583, -2.05188},
            {2.27197, 2.48633, -2.81199}
        };
    };
    class Land_HouseV2_01B : Tourist {
        positions[] = {
            {-3.57275, -2.49316, -5.07181},
            {-4.11279, -3.4917, -5.62548}
        };
    };
    class Land_Lampa_sidl : Medical {
        positions[] = {
            {1.52295, 0.422852, -5.39421}
        };
    };
    class Land_House_C_4_EP1 : CivillianUpperClass {
        positions[] = {
            {-3.15137, 0.960938, 0.428294},
            {-4.35889, 4.38428, -3.50999},
            {-3.88281, -1.98828, -3.50999},
            {-4.27197, -2.41504, -3.50999},
            {-0.959961, -1.64648, -3.50999},
            {1.60986, -2.4624, -3.50999},
            {4.37598, 4.04004, 2.81247},
            {5.43262, 4.28271, -0.265365},
            {-1.16455, -1.29346, -0.37674},
            {3.80127, -6.02686, -0.305049},
            {-1.13916, -6.03857, -0.305048},
            {1.03613, -4.93799, -0.305049},
            {-5.56494, -3.81299, -0.377515},
            {-1.77051, 4.60254, 2.1517},
            {-5.60791, 2.58008, 5.20516},
            {-3.17285, -5.6958, 2.9574},
            {-1.16553, -1.29492, -0.167937},
            {5.87939, -1.73291, 0.357847},
            {5.87061, -2.42871, 0.678546},
            {5.86768, -2.05713, 1.05437},
            {5.90332, -2.25391, 0.357847},
            {5.91943, -1.7832, -0.00103378},
            {5.83057, -2.58643, -0.00103378},
            {0.39209, 2.26758, -0.390683},
            {-5.28027, -0.0263672, -0.39104},
            {-4.26855, 2.9248, -0.390033},
            {-4.4126, 2.39307, 2.77001},
            {2.7168, -2.66748, 2.7629},
            {-1.52686, -0.978027, 2.759}
        };
    };
    class Land_Hlidac_budka : Military {
        positions[] = {
            {-1.41309, 0.753418, -0.810055},
            {-2.32813, 0.439453, -0.810079},
            {-2.2998, 2.11963, -0.737124},
            {-0.297363, 2.2832, -0.810057},
            {2.21533, 0.791504, -0.810056},
            {-0.0649414, 0.0629883, -0.812444},
            {2.43799, 2.11572, -0.812444}
        };
    };
    class Land_Dum_rasovna : CivillianLowerClass {
        positions[] = {
            {-2.50928, -0.196289, -2.66935},
            {-1.14453, 1.20264, -2.69602},
            {1.39551, 4.10596, -2.69602},
            {3.36914, 1.48584, -2.69602},
            {-2.78662, -3.76318, -2.71156},
            {1.22217, -1.86719, -2.69602},
            {2.11426, -4.59961, -2.69602}
        };
    };
    class Land_Posed : Military {
        positions[] = {
            {0.120117, -0.940918, -3.14984},
            {-0.0537109, 0.944336, 0.847949}
        };
    };
    class Land_House_C_1_v2_EP1 : Shop {
        positions[] = {
            {5.8999, -1.54199, -1.3819},
            {7.9292, 1.61084, -1.3819},
            {-5.2998, -2.25781, -1.3819},
            {-4.80371, 2.10986, -1.3819},
            {-8.30859, -0.848145, -0.924453},
            {-8.16064, -2.125, -0.540064},
            {-2.72168, -0.750977, -0.938236},
            {-2.83398, 4.05615, -1.45337},
            {7.4917, -0.581055, -0.620711},
            {2.95361, -2.38916, -0.938236},
            {2.57373, 0.108887, -1.40007},
            {4.84033, 2.37793, -1.40007}
        };
    };
    class Land_House_K_7_EP1 : CivillianUpperClass {
        positions[] = {
            {-0.761719, 0.30957, 0.122589},
            {-0.0102539, 0.315918, 0.48147},
            {-0.420898, 0.256348, 0.80217},
            {-0.782715, 0.377441, 1.178},
            {-0.0947266, 0.282227, 0.122589},
            {-2.69434, 1.68262, -0.25163},
            {-0.602539, 4.28613, -0.25163},
            {-4.56055, 4.07227, -0.25163},
            {-7.50293, 1.99951, -0.25163},
            {-4.5083, 0.419434, 3.25752},
            {-2.37158, 1.88574, 3.25752},
            {-0.399414, 4.0498, 3.25752},
            {-0.244141, 1.31104, 3.25752},
            {-4.72217, 4.05176, 3.70552},
            {-5.2417, 3.37793, 4.21789},
            {-5.21143, 3.26465, 3.87834},
            {-5.0835, 3.39893, 3.56249},
            {1.3125, -0.12793, 3.17243},
            {1.48193, 3.68018, 3.17243},
            {-2.14648, -1.38135, 3.17243},
            {-4.78271, -1.2373, 3.63118},
            {-6.39355, 1.87891, 6.43005},
            {-2.01367, -0.456055, 6.43005},
            {0.336426, 2.80566, 6.43005}
        };
    };
    class Land_GuardShed : Military {
        positions[] = {
            {0.888184, -0.602051, -0.603837},
            {0.0297852, -0.970215, -0.60384},
            {-0.860352, -0.86377, -0.60384}
        };
    };
    class Land_Cihlovej_Dum_mini : Tourist {
        positions[] = {
            {2.93213, -1.04102, -1.92477},
            {2.70752, -1.09131, -2.9097},
            {0.0126953, -2.08008, -2.90968},
            {1.50879, 0.953613, -2.90968},
            {0.634766, 2.96094, -2.90969},
            {0.753906, 2.23779, -2.60436},
            {-1.51709, 2.64014, -2.90969},
            {-1.93457, -1.30664, -2.9097}
        };
    };
    class Land_House_C_5_V3_EP1 : CivillianLowerClass {
        positions[] = {
            {-1.47949, -2.09375, 1.15206},
            {-0.915527, 1.00732, 1.15206},
            {-4.15674, 3.479, 1.15206},
            {2.42188, 1.08496, 2.25811},
            {2.01514, 4.72705, 1.71888},
            {3.66504, 4.90723, 1.64557},
            {-4.1543, -5.02832, 1.43643},
            {-4.2085, -4.29736, 1.44999},
            {0.846191, 4.89941, -0.672637},
            {0.788086, 4.99219, -1.60794},
            {1.91016, 0.866699, -1.07813},
            {2.78516, 0.799316, -0.719244},
            {2.25195, 0.846191, -0.398545},
            {1.96338, 0.79834, -0.0227189},
            {2.729, 0.821289, -1.07813},
            {2.30176, 0.790039, -0.719244},
            {-1.18555, 4.04883, -1.03996},
            {-4.42529, -0.180664, -1.03996},
            {-4.09229, 3.79834, -0.983745},
            {-0.462891, -2.771, -0.0227189},
            {-0.508789, -3.47168, -0.398545},
            {-0.526367, -2.6167, -0.719244},
            {-0.460938, -3.36377, -0.719244},
            {-0.53418, -2.69824, -1.07813},
            {-0.456543, -3.39258, -1.07813},
            {-1.61084, 0.255371, -1.28603},
            {-3.14014, -4.30029, -1.61794},
            {-2.86816, 1.20361, -1.61794}
        };
    };
    class Land_Dum_istan3_hromada2 : CivillianUpperClass {
        positions[] = {
            {-3.8501, -3.91992, -4.45981},
            {2.92334, -6.05518, -4.45981},
            {1.18359, 2.83252, -4.4598},
            {4.43359, 1.55127, -4.45979},
            {-1.65674, 4.7832, -1.28661},
            {-7.67139, 4.729, -1.28661},
            {-7.979, -0.322754, -1.28661},
            {-4.05957, 2.2417, -1.28661},
            {0.269043, -1.86279, -1.28661},
            {3.45605, 2.51318, 2.08657},
            {6.84375, -0.23877, 2.08657},
            {6.52002, -6.46631, 2.08657},
            {1.85742, -6.65088, 2.08657},
            {-2.35938, 1.30273, 2.08657},
            {-1.41357, 5.5293, 2.08657},
            {4.36768, 5.01807, 2.08657},
            {5.8501, 2.00537, 2.08657}
        };
    };
    class Land_HouseV2_02_Interier : Shop {
        positions[] = {
            {0.00439453, -1.68896, -5.55712},
            {0.0244141, 4.25098, -5.55712},
            {-8.60449, 0.144531, -5.5571},
            {-8.60449, 5.44482, -5.55712},
            {-7.1958, 6.68018, -5.55711},
            {8.48193, -0.0361328, -5.55713},
            {8.50684, 2.87598, -5.55712},
            {7.646, 6.74609, -5.55712},
            {-2.46436, 1.88135, -5.57186},
            {-2.70508, 5.47607, -5.57186},
            {-5.11133, -1.11084, -5.57186},
            {6.41064, 1.63525, -4.61929},
            {6.5542, 1.38672, -5.57186},
            {2.56836, 1.87842, -5.57186},
            {3.92188, 6.7334, -5.57186},
            {8.91406, -2.09521, -4.73182},
            {4.63525, -1.92334, -5.57186},
            {-0.117188, -7.979, -6.47602}
        };
    };
    class Land_HouseV2_01A : CivillianLowerClass {
        positions[] = {
            {-2.1167, -2.66748, -5.56147},
            {-2.71973, -4.11279, -5.66137},
            {-0.839844, -3.67285, -5.54185}
        };
    };
    class Land_Panelak : CivillianUpperClass {
        positions[] = {
            {0.15918, 2.63037, -1.37582},
            {-0.698242, -1.96289, 0.0449834},
            {-3.16211, -6.11621, 0.0449839},
            {-6.62402, -6.19287, 0.0449848},
            {-6.85449, 0.320313, 0.0449839},
            {-3.06299, 3.9917, 0.0449839},
            {-6.39209, 4.00098, 0.0449839},
            {0.59375, 4.14941, 1.30223},
            {0.0537109, -2.85303, 2.74501},
            {3.02637, -6.14404, 2.74501},
            {6.79883, -6.2168, 2.74501},
            {6.31543, 0.411621, 3.00367},
            {6.54541, 4.00342, 2.74501},
            {3.21533, 3.99414, 2.745},
            {0.0498047, -3.25586, 5.59942},
            {-6.74219, -6.13086, 5.59943},
            {-6.8877, 4.1084, 5.66408},
            {6.83301, 3.95508, 5.65025},
            {6.95361, -6.28467, 5.68397}
        };
    };
    class Land_House_C_11_EP1 : Tourist {
        positions[] = {
            {-5.18896, 4.65186, -2.45847},
            {-5.28809, -3.53369, 0.286533},
            {-3.78076, -4.44678, 0.286537},
            {0.0234375, -4.39844, 0.946533},
            {2.91895, -4.41602, 0.946533},
            {7.59619, -4.42969, 0.946533},
            {7.49072, -1.78516, 0.946533},
            {3.79053, 2.48486, 0.946533},
            {2.55273, -2.69629, -2.11097},
            {5.51025, 2.34521, -2.11097},
            {-4.84619, -4.14746, -2.45847}
        };
    };
    class Land_houseV_2T1 : Shop {
        positions[] = {
            {-4.87549, 4.84814, -3.19477},
            {2.27002, -4.30322, -3.19938},
            {6.1626, -3.08789, -3.23179}
        };
    };
    class Land_Army_hut_storrage : VehicleService {
        positions[] = {
            {1.24463, -4.43164, -1.96285},
            {-0.78125, -0.828125, -1.96283},
            {1.31543, 4.46143, -1.96284},
            {-3.08252, 0.651367, -1.96285},
            {-3.75391, 3.85059, -1.96285},
            {-3.604, -4.13721, -1.96284}
        };
    };
    class Land_Army_hut2_int : Shop {
        positions[] = {
            {-0.205078, -1.81152, -0.244188},
            {-0.203125, -1.39551, -0.967966},
            {-2.02783, -1.41699, -0.967966},
            {2.41357, -3.05762, -0.974767},
            {0.336914, 1.4541, -0.974767},
            {2.65674, 1.25977, 0.0215054},
            {2.84131, -0.206543, -0.967966},
            {-1.60742, 0.134277, 0.0215054},
            {-1.61914, 1.35596, 0.0215054}
        };
    };
    class Land_HouseV_1L1 : CivillianLowerClass {
        positions[] = {
            {-4.10889, -2.90332, -3.03078},
            {1.28271, 5.90234, -1.09164}
        };
    };
    class Land_Panelak3 : CivillianUpperClass {
        positions[] = {
            {-0.000976563, -0.433594, -10.5553},
            {-0.0166016, -0.891602, -8.65524},
            {-0.160645, -0.0839844, -8.65524},
            {-0.847168, -0.0917969, 13.2145},
            {-7.06348, 3.90381, 12.4527},
            {7.021, 3.84326, 12.4441},
            {7.0293, -6.80615, 12.4448},
            {-7.17676, -6.93701, 12.4606},
            {1.0376, 3.96826, -10.825},
            {0.887207, 1.2876, -10.825},
            {-0.794922, 2.00244, -10.825},
            {-1.02197, 3.82178, -10.825},
            {1.00537, -4.36182, 12.3702},
            {4.83057, -0.79834, 12.3702},
            {-4.69238, 0.358398, 12.3702},
            {0.623047, 3.08496, 12.3702}
        };
    };
    class Land_Sara_domek_zluty : CivillianLowerClass {
        positions[] = {
            {-6.10596, -2.58594, -2.51563},
            {-6.0835, -0.376465, -2.51568},
            {3.08936, -0.210449, -2.46018},
            {6.54199, -0.444824, -2.46013},
            {3.24512, 2.79346, -2.46016},
            {6.89307, 2.96875, -2.46016},
            {0.0405273, -0.205566, -2.46029},
            {-3.09424, -0.269043, -2.46004},
            {-2.95801, -3.94336, -2.46022},
            {-3.31689, 1.13623, -2.45998},
            {-6.9375, 3.03223, -2.45987},
            {-6.82031, -3.96338, -2.46018},
            {-2.84326, 3.36279, -2.51566},
            {-0.126953, 2.87109, -2.5157},
            {5.47412, 1.5791, -2.51575},
            {4.29443, 3.98877, -2.51567}
        };
    };
    class Land_Shed_W02 : CivillianLowerClass {
        positions[] = {
            {-2.50342, 0.158203, -0.00290489},
            {0.898926, 1.85596, -0.00292063}
        };
    };
    class Land_HouseV_2L : CivillianUpperClass {
        positions[] = {
            {4.25244, 1.38574, -3.99744},
            {4.27539, 2.49121, -3.99744},
            {-3.97412, -3.79736, -4.05673}
        };
    };
    class Land_Shed_W03 : CivillianLowerClass {
        positions[] = {
            {0.390137, -2.37842, -0.861417},
            {0.495605, 2.53174, -0.861442}
        };
    };
    class Land_Sara_Domek_sedy : CivillianLowerClass {
        positions[] = {
            {4.88525, -0.584961, -1.21997},
            {4.8623, -0.6875, -2.1167},
            {4.45459, 4.31396, -2.1167},
            {-3.97559, -0.591797, -1.619},
            {-3.03564, 0.464355, -1.619},
            {-0.999512, -0.350586, -2.1167},
            {-5.23877, 0.640137, -2.11671},
            {2.38965, 2.26563, -2.1167}
        };
    };
    class Land_Panelak2 : CivillianUpperClass {
        positions[] = {
            {-0.692871, -1.99609, -2.65502},
            {0.568359, 4.11572, -1.39781},
            {0.568848, 4.11523, 4.02593},
            {0.681152, 4.11572, 8.29941},
            {3.28955, -6.15088, 5.41021},
            {6.76514, -6.22998, 5.41021},
            {6.26172, 3.83447, 5.41021},
            {3.44629, 3.8208, 5.41021},
            {0.00195313, -2.79053, 8.29941},
            {-0.0146484, -3.28857, 8.29941},
            {-6.14453, -6.65479, 8.29941},
            {7.01611, 4.20068, 8.3902},
            {6.14111, -6.58936, 8.29941},
            {-0.606934, 2.86182, -4.07583},
            {-0.0810547, -1.8374, 0.0679131},
            {-0.0151367, 3.11035, 1.34306},
            {0.145996, -1.78516, 2.70078},
            {-0.553223, 2.75488, 4.05478},
            {0.731445, -2.02197, 5.40821},
            {4.95166, 2.46143, 6.23859},
            {5.729, -0.98291, 5.46248},
            {5.35889, -4.2085, 5.78505},
            {2.95313, -0.722168, 5.46248},
            {3.02783, -3.92627, 5.46248}
        };
    };
    class Land_HouseV_1L2 : CivillianLowerClass {
        positions[] = {
            {-2, 4.36768, -2.81695},
            {-0.193359, -5.79688, -1.12157}
        };
    };
    class Land_Army_hut3_long_int : Military {
        positions[] = {
            {-0.228027, 1.104, -0.273397},
            {-1.55762, 0.852539, -0.273397},
            {-0.530273, -3.36426, -0.533825},
            {-2.22412, -4.48242, -1.22685},
            {-0.562012, -1.98291, -1.26261},
            {-1.66943, 4.16064, -1.26261},
            {1.38477, -2.07324, -0.273397},
            {-2.85498, 0.650879, -1.22685},
            {0.853516, -4.80957, -1.22685},
            {-2.84131, 2.61475, -0.828419},
            {-1.81104, 2.65527, -0.828419},
            {-2.95996, 2.54785, -0.0372553},
            {-1.78125, 2.6333, -0.0386782},
            {0.378906, 5.2124, -0.038609},
            {1.62305, 5.22607, -0.0371075},
            {1.44971, 5.19824, -0.828419},
            {0.41748, 5.25537, -0.828419},
            {-2.90527, 5.26709, -0.0384636},
            {-2.01709, 5.25342, -0.0373917},
            {-3.07764, 5.18896, -0.828419},
            {-1.86914, 5.28613, -0.828419},
            {1.22363, 3.70654, -1.22685}
        };
    };
    class Land_Misc_Cargo1B : VehicleService {
        positions[] = {
            {2.89795, 1.71777, -1.26787},
            {-2.34326, -1.83057, -1.26789},
            {-0.189941, 3.40479, -1.26789}
        };
    };
    class Land_Telek1 : Industrial {
        positions[] = {
            {-1.43311, 1.56348, -7.48509},
            {-1.43652, -1.62061, -7.48509},
            {0.296387, -0.0791016, -7.48509}
        };
    };
    class Land_House_C_10_EP1 : CivillianUpperClass {
        positions[] = {
            {-1.48291, -2.60498, -4.25743},
            {-1.48291, -7.30322, -4.25743},
            {3.09766, -5.59961, -4.25743},
            {3.09766, -1.55859, -4.25743},
            {2.57861, 7.12451, -4.25743},
            {-2.71143, 6.83887, -4.25743},
            {1.07764, 2.69092, -4.25743},
            {-3.18799, -6.46289, -0.896369},
            {-3.26318, -2.61133, -0.895885},
            {-4.96533, -4.49463, -0.580044},
            {-3.18896, 7.90137, -0.894604},
            {-4.96973, 7.97314, -0.578578},
            {-4.96826, 2.1084, -0.579269},
            {4.21924, 2.24072, -0.895206},
            {-4.49072, 8.34619, 2.44552},
            {-4.17578, 1.8999, 2.44553},
            {-4.17529, -8.46533, 2.44551},
            {0.0927734, -8.46533, 2.44552},
            {2.53564, -3.25879, 2.44552},
            {4.0625, 2.22363, 2.80917},
            {0.0927734, -3.25879, 2.44552},
            {-1.91406, 1.90088, 2.44552},
            {-3.11377, 0.873047, -4.20407},
            {-1.75732, 9.17822, -3.42017},
            {-1.19775, 9.21533, -3.77905},
            {-0.885254, 9.22852, -3.09947},
            {-1.28564, 9.24463, -2.72365},
            {-1.78027, 9.15527, -3.77905},
            {0.622559, 9.19092, -3.77906},
            {-0.192871, 9.25391, -3.42018},
            {0.30127, 9.25684, -3.09948},
            {0.651855, 9.1748, -2.72366},
            {-0.220215, 9.2417, -3.77906},
            {3.41162, 8.09961, -3.74443},
            {1.17529, 4.83154, -3.25138},
            {0.655273, 4.97119, -3.59092},
            {1.20264, 4.87744, -3.90677},
            {1.7915, -8.57764, -4.20388},
            {-3.10693, -4.05371, -4.20447},
            {-3.14502, -9.19189, -4.2049},
            {2.54248, -5.83838, -0.89727},
            {1.61816, 7.50928, -0.89727},
            {-0.143555, 8.81836, 1.13408},
            {2.40918, 5.61865, 2.39698}
        };
    };
    class Land_House_C_2_EP1 : Shop {
        positions[] = {
            {-0.297363, -6.34766, 0.795896},
            {2.79395, -4.55029, 0.783052},
            {5.18018, -4.55322, 0.778151},
            {3.19531, -0.582031, -2.33913},
            {-3.18994, 0.803711, -2.30909},
            {5.13672, 3.36914, 0.738065},
            {4.74268, -1.48926, 0.769709},
            {2.53516, -1.48926, 0.76939},
            {-2.34424, -1.49609, 0.521065},
            {-4.32471, 3.34766, 0.521065},
            {-4.32813, -0.990234, -2.31523},
            {0.409668, 1.09473, -1.48163},
            {0.0859375, 2.34326, -2.34174},
            {5.77783, 1.23633, -1.49352},
            {2.00293, 2.18018, 0.698425},
            {5.55469, -1.35205, 1.57357},
            {-2.01855, 3.48926, 1.37978},
            {-1.55713, -1.70117, 1.45462},
            {-1.59082, -1.32861, 1.11508},
            {-1.58301, -1.37402, 0.799223}
        };
    };
    class Land_House_C_5_V1_EP1 : CivillianUpperClass {
        positions[] = {
            {-0.476563, -2.68311, -0.719244},
            {-2.37402, -5.19287, 1.14707},
            {-1.45703, -0.330566, 1.14707},
            {1.4209, 3.2627, -1.49794},
            {-2.77295, -1.7041, -1.49794},
            {-2.3335, -4.70361, -1.49794},
            {-3.40479, 2.63086, 1.14707},
            {4.01025, 3.30664, 1.14707},
            {3.93311, 1.17139, 1.14707},
            {-0.499023, -3.40234, -0.398545},
            {-0.54541, -3.08057, -1.07813},
            {-0.365723, -3.50781, -0.719244},
            {-0.56543, -2.9873, -0.0227189},
            {-0.474121, -2.77246, -1.07813},
            {-4.36914, -0.15625, -1.03996},
            {-1.11475, 4.01074, -1.03996},
            {-4.12793, 3.8125, -0.983745},
            {0.806641, 4.95996, -0.672637},
            {2.75195, 0.840332, -0.398545},
            {1.92725, 0.84668, -0.719244},
            {2.63525, 0.815918, -1.07813},
            {1.95605, 0.832031, -1.07813},
            {2.27832, 0.795898, -0.0227189},
            {3.79932, 1.88184, -1.60794},
            {2.3584, 0.894043, 2.25811}
        };
    };
    class Land_Army_hut_int : Military {
        positions[] = {
            {0.73877, 1.80615, -1.38043},
            {0.732422, -0.265625, -1.35674},
            {0.771973, -2.23682, -1.357},
            {0.766113, 3.60156, -1.39999},
            {2.13232, -5.45605, -1.357},
            {-0.388184, -5.85791, -1.357},
            {0.0917969, -4.70313, -0.627013},
            {1.89844, -1.12549, -0.138814},
            {2.82227, -1.03711, -0.1377},
            {2.76465, -1.1626, -0.92887},
            {1.68457, -1.08594, -0.92887},
            {-0.658691, -3.07617, -0.137633},
            {-1.71387, -3.04248, -0.138907},
            {-1.80664, -3.09033, -0.92887},
            {-0.602051, -3.04102, -0.92887},
            {-1.68359, -1.05078, -0.138871},
            {-0.77002, -1.14014, -0.137768},
            {-1.68115, -1.07324, -0.92887},
            {-0.689453, -0.98291, -0.92887},
            {2.78076, 0.945801, -0.137749},
            {1.79102, 0.91748, -0.138944},
            {2.72412, 0.975586, -0.92887},
            {1.76123, 0.915527, -0.92887},
            {2.75586, 2.88916, -0.137779},
            {1.71533, 2.83838, -0.139035},
            {2.75684, 2.83984, -0.92887},
            {1.65869, 2.7793, -0.92887},
            {-1.82129, 2.7832, -0.139037},
            {-0.639648, 2.8584, -0.137611},
            {-1.72852, 2.95947, -0.92887},
            {-0.769043, 2.86133, -0.92887},
            {-0.697266, 0.936523, -0.13768},
            {-1.88818, 0.85791, -0.139117},
            {-1.77197, 0.930664, -0.92887},
            {-0.687012, 1.05859, -0.92887}
        };
    };
    class Land_PowLines_WoodL : Military {
        positions[] = {
            {0.267578, 0.180664, -3.49799}
        };
    };
    class Land_Ss_hangar : Military {
        positions[] = {
            {-7.86377, 15.7236, -5.95471},
            {-9.83301, -15.4053, -5.89898},
            {10.5488, -15.1279, -5.89898},
            {13.002, -3.95801, -5.89898},
            {-13.3892, -3.72949, -5.89898},
            {13.3203, 15.7324, -5.89898},
            {-13.187, 15.1992, -5.89898},
            {0.0195313, 20.2119, -5.89898},
            {0.49707, 7.03027, -5.89898},
            {-0.837891, -4.61426, -5.89898},
            {0.177246, -14.6772, -5.89898},
            {-7.29443, 3.40479, -5.9547},
            {-6.7749, -7.8877, -5.9547},
            {6.13428, -9.7124, -5.95467},
            {6.00244, -2.77246, -5.9547},
            {6.65723, 12.1162, -5.95469},
            {11.9478, -23.0908, -5.9547},
            {-11.7456, -22.561, -5.95472}
        };
    };
    class Land_Dum_istan3_pumpa : CivillianUpperClass {
        positions[] = {
            {-0.831543, -4.2915, -1.89291},
            {2.20117, -4.38281, -1.89291},
            {-2.01318, 2.90186, -1.89291},
            {2.86572, 2.62891, 1.44841},
            {0.370605, -1.96191, 1.44841},
            {4.13184, -3.74121, 1.88945},
            {-3.72705, -3.55225, 1.58983},
            {-4.3125, 2.82617, 1.77699},
            {3.1543, -0.228516, 1.38467},
            {0.777344, 0.836914, 1.38467},
            {-1.1001, 0.412598, 1.38467}
        };
    };
    class Land_House_C_5_V2_EP1 : CivillianLowerClass {
        positions[] = {
            {1.02588, 4.91748, -0.568064},
            {-3.14648, -3.7124, -1.39336},
            {-2.34668, 3.26074, -1.39336},
            {-1.45703, -0.330566, 1.25164},
            {-4.06787, 3.66504, 1.25163},
            {-1.17139, -4.36963, 1.25164},
            {1.4209, 3.2627, -1.39336},
            {4.02686, 5.03809, 1.25782},
            {4.04834, 0.954102, 1.2516},
            {2.68701, 0.844238, -0.973552},
            {1.93359, 0.849609, -0.614672},
            {2.33496, 0.867188, -0.293972},
            {2.68311, 0.855957, 0.0818539},
            {1.98535, 0.827637, -0.973552},
            {-1.03027, 4.06641, -0.93539},
            {-4.13379, 3.78955, -0.879172},
            {-4.3877, -0.0429688, -0.93539},
            {-0.50293, -2.67627, 0.0818539},
            {-0.475098, -3.32568, 0.0818539},
            {-0.510742, -2.7915, -0.293972},
            {-0.518555, -3.64258, -0.293972},
            {-0.425781, -3.22656, -0.614672},
            {-0.502441, -2.59229, -0.614672},
            {-0.550781, -3.54199, -0.614672},
            {-0.478516, -2.87598, -0.973552},
            {-0.518555, -3.41748, -0.973552}
        };
    };
    class Land_House_C_1_EP1 : Shop {
        positions[] = {
            {7.56885, -2.38037, -0.233205},
            {5.8999, -3.07568, -0.954184},
            {7.9292, 0.0776367, -0.954182},
            {-5.2998, -3.79102, -0.954183},
            {5.375, 4.69434, -1.02564},
            {-4.80371, 0.57666, -0.954183},
            {7.27441, 4.2666, -1.02564},
            {3.00879, -3.8335, -0.510516},
            {2.60986, -1.1123, -0.972352},
            {5.10645, 1.1001, -0.972352},
            {5.08105, -0.960938, -0.972352},
            {-7.63037, -2.31543, -0.237965},
            {-7.96143, 0.546875, -0.972352},
            {-2.68066, -2.27832, -0.510516}
        };
    };
    class Land_Dum_mesto2 : CivillianUpperClass {
        positions[] = {
            {3.26855, 7.12744, -3.40249},
            {3.40283, 7.2251, -4.34619},
            {0.601563, 4.78516, -4.34619},
            {3.06299, 1.54395, -4.37697},
            {2.61279, -1.24121, -4.37119},
            {2.93457, -4.33057, -4.37119},
            {0.368652, -7.55664, -4.37119},
            {-2.9834, -5.56494, -4.37119},
            {-3.23438, -2.62061, -4.37119},
            {0.617188, 2.85303, -4.37114},
            {-2.69238, 2.33008, -4.37119},
            {-2.66406, 4.93311, -4.37119},
            {-0.319336, 7.59521, -4.37119},
            {3.12402, 5.24023, -4.37119},
            {-2.9502, 2.7124, -0.971642},
            {2.72656, 2.63867, -0.971998},
            {2.43311, 5.22949, -0.970444},
            {0.229492, 7.45166, -0.970444},
            {-3.0376, 4.1543, -0.970444},
            {2.61279, -1.24121, -0.970444},
            {2.93457, -4.33057, -0.970444},
            {0.368652, -7.55664, -0.970444},
            {-2.9834, -5.56494, -0.970444},
            {-3.23438, -2.62061, -0.970444},
            {-3.44385, 6.96777, -0.459092},
            {-2.51318, 6.32129, -0.459092},
            {-3.01172, 6.22607, -0.945444},
            {-2.92236, -7.4624, -0.25423},
            {-0.357422, -1.07275, -0.945444},
            {-3.73828, -7.97754, -0.945444}
        };
    };
    class Land_Fuelstation_army : VehicleService {
        positions[] = {
            {2.20801, -0.440918, -2.28649},
            {1.41895, 4.44531, -2.28653},
            {-3.29297, 1.01025, -2.28654},
            {0.0566406, -2.38428, -2.28652}
        };
    };
    class Land_HouseV2_03B : CivillianLowerClass {
        positions[] = {
            {8.13086, 1.33252, -5.49982},
            {-4.74658, 10.9707, -4.66366},
            {-8.04688, 3.22412, -5.50803},
            {-8.03223, -4.68652, -4.62963},
            {-0.207031, -9.11963, -5.50803}
        };
    };
    class Land_Ind_Workshop01_L : Industrial {
        positions[] = {
            {0.447754, -1.45703, -0.857283},
            {0.848633, -1.45605, -0.477283},
            {0.847656, -1.46143, -0.857283},
            {0.640137, -1.47998, -1.23228},
            {0.549805, -1.45752, -0.0972834},
            {0.799805, -1.48291, 0.287716},
            {1.05859, -3.65869, -1.46322},
            {3.68994, -4.94385, -1.46322},
            {4.25684, -2.37744, -1.46321},
            {-2.16797, 2.29688, -1.4632},
            {-3.05615, 4.70117, -1.46322},
            {0.243652, 5.00537, -0.477283},
            {0.0224609, 5.06641, -0.0972834},
            {0.303711, 5.00391, 0.287716},
            {-0.0786133, 5.06543, -0.477283},
            {0.012207, 5.07373, -0.857283},
            {0.206055, 5.0293, -1.23228}
        };
    };
    class Land_Cihlovej_Dum_in : CivillianLowerClass {
        positions[] = {
            {-2.20801, -0.751953, -5.30231},
            {-0.00683594, -2.03613, -5.30231},
            {1.51904, -2.00781, -5.30232},
            {1.97461, 1.02637, -5.30231},
            {-1.98682, 2.53271, -5.28171},
            {2.22217, 2.65674, -1.84116},
            {1.76318, -2.04688, -1.84115},
            {0.150879, -2.0249, -1.84115},
            {-1.96729, -2.03564, -1.84115},
            {-2.25342, 2.30469, -1.84114},
            {0.209961, 2.56787, -4.58122},
            {2.63623, -2.38379, -0.662505},
            {2.66748, -1.65381, -0.662505},
            {2.60107, -1.14502, -0.662505},
            {-0.135254, 0.634766, -1.81614}
        };
    };
    class Land_Dum_mesto_in : CivillianLowerClass {
        positions[] = {
            {-1.96729, -1.13623, -3.99488},
            {-3.73535, -1.07861, -3.99488},
            {-3.84326, -3.48828, -3.99489},
            {-5.74268, -0.566895, -3.99489},
            {-1.88037, 3.34033, -3.99488},
            {-4.67236, 3.35693, -3.99488},
            {0.824219, -0.763672, -3.99576},
            {0.563477, -3.56445, -3.9643},
            {1.80811, -3.5498, -3.99577},
            {-3.91895, -2.89404, -3.37979},
            {-6.27881, -2.94434, -2.37177},
            {-6.26611, 0.280273, -2.37177},
            {-5.20947, 1.49316, -2.37177},
            {-4.05273, 1.46875, -2.37177},
            {5.06348, -3.35742, -3.4331},
            {5.77197, -2.36523, -3.4331},
            {3.85938, -3.08789, -4.0371},
            {4.07471, 1.00244, -4.0371},
            {5.90186, 2.69238, -4.0371},
            {3.94873, 4.38867, -4.03709},
            {2.73779, -3.87354, -2.81659},
            {2.69141, -3.20996, -2.81659},
            {2.70215, -2.62891, -2.81659},
            {6.07861, -3.53271, 0.296043},
            {5.99121, 4.44824, 0.296043},
            {0.702637, -3.23047, -0.994999},
            {4.94971, 2.14648, -0.994999},
            {2.38379, -0.208984, -0.994999},
            {-5.09277, -2.40771, -0.301575},
            {-6.07813, 0.117188, 0.294847},
            {-6.08057, 0.782715, 0.294847},
            {-4.90332, 4.02441, -0.994999},
            {-1.57275, 0.546387, -1.0971},
            {-1.09033, 4.58154, -0.994999},
            {-2.5083, -2.57031, -0.994999},
            {-5.62061, -4.94189, -0.851059},
            {-2.92285, -4.9541, -0.851059}
        };
    };
    class Land_Kulna : Tourist {
        positions[] = {
            {0.0371094, 0.854004, -1.14488},
            {-0.574219, 1.60938, -1.14487},
            {0.636719, -0.617676, -1.14489}
        };
    };
    class Land_Tovarna2 : Industrial {
        positions[] = {
            {8.44775, -6.83789, -4.62601},
            {-4.74219, -1.61426, -5.61077},
            {-4.99365, 4.80225, -5.58577},
            {-11.5757, 7.40234, -5.58577},
            {-7.05127, 2.79834, -5.5333},
            {-9.60889, -5.51221, -5.59191},
            {-0.0761719, 7.38037, -5.58577},
            {5.52197, -7.35303, -4.64525},
            {8.88428, 0.782227, -4.64237},
            {4.3125, 5.40527, -4.43765},
            {4.31299, 5.40527, -4.6462},
            {2.06348, -9.0166, 3.54721},
            {-13.2754, -9.03174, 6.65506},
            {-13.2119, 0.319336, 6.65506},
            {-6.73096, -4.05273, 6.6445},
            {-10.8652, -7.85547, 6.65507},
            {-11.5938, 8.62061, 6.65506},
            {-0.144531, -7.68652, 6.65506},
            {1.93066, 8.28906, 6.65506},
            {-0.00390625, 4.08887, 6.65506},
            {-2.93408, 0.34082, 3.50945},
            {-3.99707, 2.70996, 8.48484},
            {-6.68408, 3.13916, 1.62898},
            {-6.68848, 3.00049, -2.25687},
            {-12.0654, 1.72266, -2.25779},
            {-4.08154, 3.01416, -3.9211},
            {-4.46094, 1.72754, -0.388297},
            {-6.68506, 3.11719, 1.83742},
            {-4.05908, 8.88428, 1.59529},
            {-3.99951, 9.06787, -2.258},
            {-10.6416, 8.01221, -2.25779},
            {-9.57227, 6.72314, 1.64017},
            {2.17822, -0.808594, 0.679169},
            {2.14453, 8.75635, 0.397867},
            {-13.043, 0.387207, 0.397922},
            {-6.32617, -1.15283, 0.37359},
            {-0.535645, -8.9668, 0.397859},
            {-13.0356, -9.02832, 0.397865},
            {-0.810547, 0.898438, -5.62083},
            {-1.60156, -7.60791, -5.61077},
            {2.34961, 3.85498, -5.61077},
            {-12.3306, -0.418945, -5.61077},
            {-12.9214, 1.76953, -5.61077},
            {-8.4873, 5.82031, -5.61077},
            {-11.2651, 5.38135, -2.28968},
            {-4.19727, 5.396, -2.30893},
            {-6.92139, 7.80762, -2.30893},
            {-12.2944, 2.10547, 1.60319},
            {-12.4146, 7.26904, 1.60409},
            {-5.05957, 5.2373, 1.5703},
            {-6.82617, 7.56641, 1.5703}
        };
    };
    class Land_HouseV2_03 : Tourist {
        positions[] = {
            {-18.252, 1.82324, -5.90767},
            {-18.438, -0.134277, -5.92775},
            {-13.9819, -8.46826, -5.55467},
            {0.893555, -8.7627, -5.55467},
            {9.92969, -9.34326, -5.47189},
            {17.9976, 1.19287, -5.46368},
            {5.13672, 10.9092, -4.34829},
            {0.79541, 8.15918, -5.88635}
        };
    };
    class Land_A_GeneralStore_01a : Shop {
        positions[] = {
            {-4.51318, 4.34863, -0.20109},
            {-3.65869, 6.59912, -0.20109},
            {-7.99951, 6.20361, -1.22799},
            {0.0253906, 4.52539, -1.22799},
            {-6.7251, 8.22803, -1.22799},
            {10.4883, 8.34961, -1.22799},
            {5.2085, 1.14551, -1.22799},
            {-7.88281, 1.25537, -1.22799},
            {13.9438, -3.63379, -1.22799},
            {11.8882, -1.23291, -1.22799},
            {7.38672, -6.21582, -1.265},
            {2.4248, -3.88867, -1.22799},
            {-3.18262, -3.49658, -1.22799},
            {-4.38965, -6.41602, -1.265},
            {-8.1543, -2.24854, -1.22799},
            {2.86328, 7.44824, -1.205},
            {13.6514, 3.07666, -1.205},
            {13.7988, 6.00488, -1.205},
            {7.77979, 4.50488, -1.205},
            {7.52393, 5.10156, -1.205},
            {6.61523, 5.23584, -1.205},
            {5.85254, 4.81836, -1.205},
            {5.49658, 5.61377, -1.205},
            {6.81006, 5.7793, -1.205},
            {4.78174, 4.81982, -1.205},
            {6.09961, 4.02344, -0.818614},
            {6.99219, 4.50439, -0.836287},
            {6.77393, 3.9209, -0.828523},
            {6.04492, 4.38867, -0.820446},
            {4.37891, 5.59131, -1.205},
            {8.43701, 4.17041, -1.205},
            {7.91162, 5.07422, -1.205},
            {5.72119, 3.17627, -1.205},
            {6.24951, 3.51025, -0.8172},
            {8.17822, 0.941895, -0.5149},
            {7.31934, 1.0083, -0.514901},
            {6.0249, 0.898438, -0.5149},
            {5.28418, 1.03809, -0.514902},
            {3.25928, 0.97168, -0.514901},
            {3.91016, 1.0542, -0.514902},
            {1.48633, 0.932617, -0.5149},
            {2.04443, 0.994141, -0.514901},
            {-0.513184, 0.978516, -0.514901},
            {0.0839844, 1.02734, -0.514902},
            {7.27246, -0.175781, -1.205},
            {-2.81055, 2.12549, -1.205},
            {-3.5459, 4.36377, -0.20109},
            {-0.599121, 6.66797, 0.0515194},
            {0.149902, 6.70508, 0.0515194},
            {0.847168, 6.74609, 0.0515194},
            {0.84082, 6.75977, -0.303609},
            {0.443359, 6.7417, -0.303609},
            {-0.330078, 6.65723, -0.303609},
            {0.0209961, 6.69336, -0.653874},
            {0.665039, 6.74463, -0.653874},
            {-0.498047, 6.66748, -0.653874},
            {-0.286621, 6.74316, -1.01259},
            {0.390137, 6.72754, -1.01259},
            {1.81445, 6.88086, -1.01259},
            {2.22656, 6.61182, -1.01259},
            {3.12646, 6.13477, -1.01259},
            {2.73193, 6.33203, -0.653874},
            {3.07666, 6.11572, -0.653874},
            {2.9082, 6.26758, -0.303609},
            {2.49805, 6.48926, -0.303609},
            {2.00049, 6.74414, -0.303609},
            {1.91016, 6.76611, 0.0515194},
            {2.30127, 6.52979, 0.0515194},
            {2.74219, 6.34033, 0.0515194},
            {3.12793, 6.11084, 0.0515194},
            {4.05957, 6.71533, 0.0515194},
            {4.98779, 6.75, 0.0515194},
            {6.15283, 6.79443, 0.0515194},
            {7.18555, 6.72559, 0.0515194},
            {6.6543, 6.76172, 0.0515194},
            {7.49561, 6.77686, -0.303609},
            {6.9209, 6.72559, -0.303609},
            {6.52051, 6.7749, -0.653874},
            {6.09131, 6.77783, -0.653874},
            {7.2373, 6.79883, -0.653874},
            {7.17725, 6.81348, -1.01259},
            {6.47949, 6.74463, -1.01259},
            {5.50342, 6.75586, -1.01259},
            {5.22119, 9.46436, 2.31496},
            {4.5708, 9.44873, 2.3147},
            {4.56396, 6.72217, -1.01259},
            {5.04443, 6.74658, -1.01259},
            {4.01318, 6.76611, -1.01259},
            {4.30225, 6.72803, -0.653874},
            {4.80029, 6.74219, -0.653874},
            {5.48389, 6.75879, -0.653874},
            {5.2251, 6.74561, -0.303609},
            {4.54346, 6.74414, -0.303609},
            {3.99023, 6.75, -0.303609},
            {11.8311, 3.42383, 0.0515194},
            {11.8369, 4.05225, 0.0515194},
            {11.8252, 4.71045, 0.0515194},
            {11.8584, 5.50732, 0.0515194},
            {11.8589, 6.0249, 0.0515194},
            {11.8467, 6.76855, 0.0515194},
            {11.8374, 6.32715, 0.0515194},
            {11.8066, 6.68506, -0.303609},
            {11.8457, 6.16895, -0.303609},
            {11.8252, 5.68848, -0.303609},
            {11.835, 5.66309, -0.653874},
            {11.7876, 6.39063, -0.653874},
            {11.8315, 6.0835, -1.01259},
            {11.8516, 5.57031, -1.01259},
            {11.8115, 6.84668, -1.01259},
            {11.8013, 4.80908, -1.01259},
            {11.855, 4.27344, -1.01259},
            {11.8237, 3.6875, -1.01259},
            {11.8389, 3.3584, -0.653874},
            {11.8213, 3.97998, -0.653874},
            {11.8149, 4.57764, -0.653874},
            {11.8291, 4.69043, -0.303609},
            {11.8052, 4.21729, -0.303609},
            {11.8428, 3.60547, -0.303609},
            {10.4624, 4.5791, -1.205},
            {12.2285, 3.40625, 0.0515194},
            {12.2109, 3.95703, 0.0515194},
            {12.167, 4.60645, 0.0515194},
            {12.1943, 4.59375, -0.303609},
            {12.2148, 4.13037, -0.303609},
            {12.2202, 3.6123, -0.303609},
            {12.2979, 3.34668, -0.653874},
            {12.2129, 3.91016, -0.653874},
            {12.1689, 4.45264, -0.653874},
            {12.1392, 4.48584, -1.01259},
            {12.2183, 3.92822, -1.01259},
            {12.2202, 3.37061, -1.01259},
            {12.2466, 5.55615, -1.01259},
            {12.2114, 6.13477, -1.01259},
            {12.2007, 6.75635, -1.01259},
            {12.2119, 6.48584, -0.653874},
            {12.231, 5.82959, -0.653874},
            {12.2349, 5.43652, -0.653874},
            {12.2061, 5.45313, -0.303609},
            {12.2129, 6.01416, -0.303609},
            {12.1841, 6.49902, -0.303609},
            {12.2153, 6.78467, 0.0515194},
            {12.2358, 6.34521, 0.0515194},
            {12.2271, 5.82031, 0.0515194},
            {-0.640625, 6.2876, 0.0515194},
            {-0.112793, 6.33691, 0.0515194},
            {0.449707, 6.33301, 0.0515194},
            {0.848145, 6.36865, -0.303609},
            {0.304199, 6.3252, -0.303609},
            {-0.339844, 6.271, -0.303609},
            {-0.552246, 6.28613, -0.653874},
            {0.0961914, 6.35742, -0.653874},
            {0.678223, 6.35596, -0.653874},
            {0.74707, 6.3252, -1.01259},
            {0.352539, 6.3623, -1.01259},
            {0.00878906, 6.3457, -1.01259},
            {-0.560547, 6.3208, -1.01259},
            {1.60742, 6.51514, 0.0515194},
            {1.97949, 6.30518, 0.0515194},
            {2.54102, 6.01318, 0.0515194},
            {2.88086, 5.83203, 0.0515194},
            {2.90967, 5.85889, -0.303609},
            {2.18359, 6.24414, -0.303609},
            {1.78516, 6.43848, -0.303609},
            {1.6499, 6.50342, -0.653874},
            {2.14893, 6.22559, -0.653874},
            {2.55127, 6.05957, -0.653874},
            {2.90137, 5.87939, -1.01259},
            {1.77148, 6.45557, -1.01259},
            {7.82617, 2.30762, -1.205},
            {7.90332, 8.67334, -1.205},
            {13.4502, 8.50049, -1.205},
            {-0.802734, 3.76025, 0.0515194},
            {-0.224609, 3.76904, 0.0515194},
            {0.307617, 3.78223, 0.0515194},
            {0.723145, 3.76953, 0.0515194},
            {0.549316, 3.82715, -0.303609},
            {0.00683594, 3.7583, -0.303609},
            {-0.499023, 3.74951, -0.303609},
            {-0.600586, 3.77783, -0.653874},
            {-0.131836, 3.78369, -0.653874},
            {0.4375, 3.78467, -0.653874},
            {0.643555, 3.77734, -1.01259},
            {0.104492, 3.72217, -1.01259},
            {-0.606934, 3.7749, -1.01259},
            {1.61572, 3.72803, 0.0515194},
            {2.18506, 3.78174, 0.0515194},
            {2.98584, 3.81543, 0.0515194},
            {2.8125, 3.77393, -0.303609},
            {2.30371, 3.7627, -0.303609},
            {1.82031, 3.75586, -0.303609},
            {1.58643, 3.73633, -0.653874},
            {2.12744, 3.74805, -0.653874},
            {2.64014, 3.79053, -0.653874},
            {2.94678, 3.78223, -1.01259},
            {2.42139, 3.76758, -1.01259},
            {1.85352, 3.79688, -1.01259},
            {3.86816, 3.77246, 0.0515194},
            {4.48779, 3.79736, 0.0515194},
            {5.09521, 3.79297, 0.0515194},
            {4.85596, 3.83594, -0.303609},
            {4.21875, 3.80908, -0.303609},
            {5.23486, 3.80078, -0.653874},
            {4.729, 3.81055, -0.653874},
            {4.28809, 3.82373, -0.653874},
            {3.79004, 3.78906, -0.653874},
            {3.81396, 3.76465, -1.01259},
            {4.47363, 3.7959, -1.01259},
            {5.02295, 3.81934, -1.01259},
            {1.38428, -0.301758, -1.205},
            {7.99463, -1.4458, -1.10278},
            {8.35449, -1.42676, -1.10278},
            {8.2417, -1.46875, -0.727781},
            {7.97217, -1.43408, -0.347781},
            {8.25879, -1.48438, 0.0322194},
            {7.99756, -1.44482, 0.41722},
            {6.40625, -3.04932, 0.417219},
            {6.38574, -3.37451, 0.0322194},
            {6.37793, -3.06592, -0.347781},
            {6.36328, -3.33789, -0.727781},
            {6.37891, -2.96973, -1.10278},
            {6.37354, -3.38867, -1.10278},
            {14.5977, -0.527344, 0.417219},
            {14.5845, -0.909668, 0.41722},
            {14.5469, -1.35889, 0.417219},
            {14.6055, -0.902832, 0.0322189},
            {14.5942, -0.59375, -0.347781},
            {14.5791, -0.987793, -0.347781},
            {14.5898, -0.720703, -0.727781},
            {14.5708, -1.32568, -1.10278},
            {14.5625, -1.7251, -0.727781},
            {14.5596, -1.39014, -0.347781},
            {14.5815, -1.75195, 0.0322194},
            {14.6016, -2.13672, 0.417219},
            {14.5366, -2.48584, 0.417219},
            {14.6055, -2.15283, 0.0322194},
            {14.5806, -2.52197, 0.0322189},
            {14.6133, -2.16162, -0.347781},
            {14.5884, -2.46191, -0.347781},
            {14.5688, -2.47266, -0.727781},
            {14.6099, -2.18848, -0.727781},
            {14.5869, -2.25146, -1.10278},
            {14.5981, -0.534668, -1.10278},
            {14.5771, -0.948242, -1.10278},
            {14.2944, 0.487305, -1.205},
            {10.1646, -3.86719, -1.205},
            {11.7617, -2.47119, -1.205},
            {11.5254, -1.87793, -1.205},
            {11.9546, -1.8916, -1.205},
            {11.3086, -1.62207, -1.205},
            {9.43115, 0.104492, -1.205},
            {9.09326, -0.890137, -1.205},
            {9.65088, -0.569824, -1.205},
            {5.57373, -4.27441, -1.205},
            {7.40918, -2.21289, -1.205},
            {1.56006, -2.04834, -1.205},
            {-4.76807, -2.14258, -1.205},
            {-5.78564, -4.7168, -1.205},
            {4.49121, -3.47803, -1.205},
            {4.83252, -3.77734, -1.205},
            {5.31592, -3.08008, -1.205},
            {4.47119, -2.88232, -1.205},
            {4.07813, -2.3418, -1.205},
            {3.41895, -3.03369, -1.205},
            {3.521, -3.67578, -1.205},
            {3.46045, -2.39844, -1.205},
            {4.00879, -2.90625, -0.727781},
            {4.00928, -3.24023, -0.727781},
            {4.0498, -3.15723, -0.347781},
            {4.01807, -2.93994, 0.0322194},
            {3.99658, -3.21387, 0.417219},
            {4.05957, -3.30713, 0.0322194},
            {4.00732, -2.96631, -1.10278},
            {4.03711, -3.35596, -1.10278},
            {3.52637, -2.79346, -1.205},
            {2.71875, -2.9751, -1.10278},
            {2.67383, -3.18018, -0.727781},
            {2.79346, -2.94678, -0.347781},
            {2.60889, -3.1875, 0.0322194},
            {2.70703, -2.99756, 0.417219},
            {2.58301, -3.21973, -1.10278},
            {1.77051, -3.22412, -1.205},
            {1.19971, -3.07373, -1.10278},
            {1.17529, -3.40527, -0.727781},
            {1.13379, -3.04736, -0.347781},
            {1.14209, -3.30078, 0.0322194},
            {1.14893, -3.10107, 0.417219},
            {-1.77539, -4.92432, -1.10278},
            {-1.47803, -5.00879, -0.727781},
            {-1.84473, -5.00977, -0.347781},
            {-1.49561, -4.99023, 0.0322194},
            {-1.78076, -4.96631, 0.417219},
            {-0.719238, -5.01953, 0.417219},
            {-1.06885, -4.94971, 0.417219},
            {-1.01611, -4.98145, 0.0322194},
            {-0.671875, -4.97314, -0.347781},
            {-0.65625, -5.01904, -0.727781},
            {-1.05225, -4.98584, -0.727781},
            {-1.03271, -5.0376, -1.10278},
            {-0.648926, -5.0127, -1.10278},
            {0.136719, -4.99707, -1.10278},
            {-0.218262, -5.01318, -0.727781},
            {0.118652, -5.02246, -0.347781},
            {-0.253906, -4.99023, 0.0322194},
            {0.117188, -5.01758, 0.0322194},
            {-0.0585938, -5, 0.41722},
            {0.880371, -5.05615, 0.417219},
            {0.539063, -4.97021, 0.417219},
            {0.886719, -5.02783, 0.0322189},
            {0.569336, -4.95117, -0.347781},
            {0.916504, -5.01514, -0.727781},
            {1.6875, -4.9624, -0.727781},
            {1.36768, -4.96289, -0.347781},
            {1.41846, -5.02002, -1.10278},
            {1.66846, -4.96973, 0.0322194},
            {2.09863, -4.94189, 0.417219},
            {2.44043, -5.02979, 0.417219},
            {2.41406, -5.03271, 0.0322194},
            {2.20459, -5.00488, -0.347781},
            {2.51074, -5.02148, -0.347781},
            {2.13574, -4.98486, -0.727781},
            {2.48242, -5.00488, -0.727781},
            {2.27881, -4.96045, -1.10278},
            {3.30615, -4.98047, -1.10278},
            {2.90674, -4.95752, -1.10278},
            {3.09521, -4.97803, -0.727781},
            {3.28271, -4.97656, -0.347781},
            {2.91553, -5.01318, -0.347781},
            {3.22705, -4.98145, 0.0322194},
            {2.93262, -5.00049, 0.0322194},
            {3.229, -5.01416, 0.417219},
            {4.00195, -4.93213, 0.417219},
            {3.73877, -4.95947, 0.417219},
            {3.89551, -5.00195, 0.0322194},
            {4.02148, -5.03027, -0.347781},
            {3.72949, -4.99707, -0.727781},
            {4.05225, -5.00537, -0.727781},
            {4.00098, -4.9375, -1.10278},
            {4.79053, -5.01318, -0.727781},
            {4.40869, -4.95703, -1.10278},
            {4.51025, -5.02051, -0.347781},
            {4.7915, -5.02734, 0.0322194},
            {4.49902, -5.02881, 0.417219},
            {-2.23047, -3.45801, -0.727781},
            {-2.43213, -3.73047, -0.347781},
            {-2.40527, -3.62256, -1.10278},
            {-2.45752, -3.77588, -0.727781},
            {-2.24902, -3.50098, 0.0322194},
            {-2.43799, -3.70215, 0.417219},
            {-0.394531, -3.04053, 0.0322189},
            {-0.424316, -3.3125, -0.347781},
            {-0.439453, -3.01367, -0.727781},
            {-0.462891, -3.35303, -1.10278},
            {-0.447754, -2.97217, -1.10278},
            {-0.418457, -3.34619, 0.417219},
            {-0.42627, -3.0249, 0.417219},
            {-4.15723, -3.23291, -1.10278},
            {-4.22021, -2.80762, -1.10278},
            {-4.17529, -3.11914, -0.347781},
            {-4.2041, -2.85352, 0.0322189},
            {-4.18701, -2.83447, -0.347781},
            {-8.104, -4.3999, -1.205},
            {-6.6001, -2.03857, -1.205},
            {-8.80273, -2.00391, 0.691483},
            {-5.87598, -1.34619, 0.417219},
            {-5.53711, -1.40039, 0.417219},
            {-5.78809, -1.39697, 0.0322194},
            {-5.55127, -1.36182, -0.347781},
            {-5.8877, -1.29492, -0.727781},
            {-5.82227, -1.41797, -1.10278},
            {-5.56152, -1.34473, -0.727781},
            {-5.02686, -1.39648, -1.10278},
            {-4.74365, -1.34229, -0.727781},
            {-5.02344, -1.33838, -0.347781},
            {-4.77393, -1.36572, 0.0322194},
            {-4.96631, -1.354, 0.417219},
            {-4.24902, -1.35547, 0.41722},
            {-3.89209, -1.37793, 0.0322194},
            {-4.27734, -1.34863, 0.0322194},
            {-4.19482, -1.33398, -0.347781},
            {-3.94189, -1.36816, -0.727781},
            {-4.31934, -1.37256, -1.10278},
            {-3.46484, -1.35449, -0.727781},
            {-3.146, -1.28662, -1.10278},
            {-3.43213, -1.37646, 0.417219},
            {-3.20752, -1.35791, 0.0322194},
            {-2.65576, -1.35059, 0.0322194},
            {-2.33643, -1.38037, -0.347781},
            {-2.60889, -1.37451, -0.727781},
            {-2.6626, -1.87402, -1.205},
            {-2.08252, -2.12549, -1.205},
            {-2.82227, -2.4082, -1.205},
            {-1.48828, -2.08447, -1.205},
            {-1.59863, -1.32617, -1.205},
            {-1.12988, -1.32031, 0.41722},
            {-0.829102, -1.34863, 0.0322194},
            {-1.08594, -1.32471, -0.347781},
            {-0.805664, -1.31201, -0.727781},
            {-1.08008, -1.33398, -1.10278},
            {-0.273926, -1.40283, -1.10278},
            {0.0449219, -1.40088, 0.0322194},
            {-0.306641, -1.35986, 0.417219},
            {-0.275879, -1.37793, -0.347781},
            {-0.0126953, -1.41797, -0.727781},
            {0.0332031, -1.37598, -0.347781},
            {0.496094, -1.35693, 0.417219},
            {0.787598, -1.38818, 0.0322194},
            {0.508301, -1.40039, -0.347781},
            {0.770508, -1.42871, -0.727781},
            {0.463867, -1.39941, -1.10278},
            {1.57422, -1.37451, -0.347781},
            {1.25, -1.37549, -0.347781},
            {1.3833, -1.3833, 0.0322189},
            {1.21289, -1.36572, 0.417219},
            {1.58154, -1.39111, -0.727781},
            {1.2876, -1.41113, -1.10278},
            {1.29932, -1.35693, -0.727781},
            {1.99854, -1.32959, 0.417219},
            {2.29834, -1.35547, 0.417219},
            {3.2251, -1.33936, 0.417219},
            {3.99365, -1.32373, 0.417219},
            {3.68164, -1.31934, 0.0322194},
            {2.82666, -1.36475, 0.0322194},
            {3.14258, -1.32715, 0.0322194},
            {2.01465, -1.36719, 0.0322194},
            {2.19678, -1.39209, -0.347781},
            {1.95166, -1.39746, -0.727781},
            {2.37207, -1.3833, -0.727781},
            {2.021, -1.43652, -1.10278},
            {3.16699, -1.44629, -1.10278},
            {2.81787, -1.36328, -0.727781},
            {3.1377, -1.35205, -0.347781},
            {3.60498, -1.40234, -1.10278},
            {3.9126, -1.35205, -1.10278},
            {3.8999, -1.35498, -0.727781},
            {3.59912, -1.34961, -0.727781},
            {3.625, -1.32813, -0.347781},
            {3.94336, -1.33398, -0.347781}
        };
    };
    class Land_Nasypka : Industrial {
        positions[] = {
            {1.06543, 0.0078125, -6.4332},
            {0.162109, 0.0136719, 6.54181},
            {-1.25977, 1.41211, 6.54181},
            {-1.28516, -1.46143, 6.5418},
            {-1.80859, -1.46094, 6.93925},
            {-1.56494, 0.572754, -5.92821}
        };
    };
    class Land_HouseV_1I2 : Tourist {
        positions[] = {
            {-3.20508, 2.44922, -2.23146},
            {0.995605, -4.16504, -2.15748}
        };
    };
    class Land_Ind_Workshop01_04 : Industrial {
        positions[] = {
            {-1.13672, 2.4209, -1.55697},
            {-1.19141, 4.03711, -1.55738},
            {-0.293945, -5.85303, -1.55318},
            {-0.331543, 2.07813, -0.303968},
            {-0.323242, 1.79688, -0.683968},
            {-0.321289, 2.04443, -1.06397},
            {-0.311523, 1.87549, -1.43897},
            {1.20703, 4.63379, -1.6699},
            {-1.41309, -3.93018, -1.6699},
            {1.58545, -3.28125, -1.66988},
            {-1.26855, -3.07031, -1.43897},
            {-1.66016, -3.03564, -1.06397},
            {-1.39697, -3.02441, -0.683969},
            {-1.57031, -3.05566, -0.303968},
            {-1.29688, -3.03027, 0.0810318}
        };
    };
    class Land_A_GeneralStore_01 : Shop {
        positions[] = {
            {-13.313, 3.21143, -1.23799},
            {-9.16455, 2.51514, -1.22799},
            {-1.13965, 0.836914, -1.22799},
            {-7.88965, 4.54004, -1.22799},
            {9.32324, 4.66162, -1.22799},
            {4.04346, -3.08008, -1.22799},
            {-9.04785, -2.97021, -1.22799},
            {4.16992, -6.53662, -1.22799},
            {12.7788, -7.32178, -1.22799},
            {10.7231, -4.92139, -1.22799},
            {6.22168, -9.9043, -1.23725},
            {3.23779, -8.68604, -1.22799},
            {-1.67627, -6.94922, -1.22799},
            {-5.55469, -10.1045, -1.23725},
            {-9.31934, -5.93701, -1.22799},
            {-11.9385, 6.28027, -1.23799},
            {-1.71826, 6.6499, -1.23798},
            {-6.14697, 11.1812, -1.23799},
            {7.99219, 6.62549, -1.23799},
            {0.681152, -9.77295, -1.23725},
            {-11.7944, -10.0898, -1.23725},
            {0.0107422, 4.75391, -1.205},
            {12.3838, -1.01953, -1.205},
            {12.4824, 2.62061, -1.205},
            {7.66602, -1.19531, -1.205},
            {5.1167, 2.03564, -1.205},
            {-1.50879, 2.50098, -0.305047},
            {-0.761719, 2.60059, -0.655312},
            {-0.985352, 2.66504, 0.0500813},
            {-1.3208, 2.57178, -1.01403},
            {0.554688, 2.80225, 0.0500813},
            {1.35791, 2.33252, 0.0500813},
            {0.696289, 2.72412, -0.655312},
            {1.31641, 2.35352, -1.01403},
            {2.74219, 2.67969, 0.0500813},
            {3.35498, 2.6582, -0.305047},
            {2.97412, 2.58887, -0.655312},
            {3.82715, 2.62891, -1.01403},
            {4.09619, 2.646, 0.0500813},
            {5.05029, 2.62939, 0.0500813},
            {5.53662, 2.70654, -0.305047},
            {5.0083, 2.6416, -0.655312},
            {5.80908, 2.66162, -1.01403},
            {6.27539, 2.67383, 0.0500813},
            {6.13525, 3.06641, 0.0500813},
            {5.13232, 3.10498, 0.0500813},
            {5.55273, 3.02148, -0.305047},
            {6.16895, 3.0791, -0.655312},
            {5.58105, 3.12012, -1.01403},
            {4.14697, 3.08984, -0.305047},
            {3.32764, 3.11523, -0.305047},
            {3.64941, 3.08691, -0.655312},
            {4.22705, 3.10205, -1.01403},
            {3.08594, 3.04932, -1.01403},
            {2.80518, 3.06152, 0.0500813},
            {1.84521, 2.52051, 0.0500813},
            {1.47168, 2.78125, -0.305047},
            {0.943848, 3.0542, -0.655312},
            {1.73535, 2.64795, -0.655312},
            {1.20947, 2.90039, -1.01403},
            {0.70166, 3.20801, -1.01403},
            {1.85156, 2.52148, -1.01403},
            {-0.359863, 3.06982, 0.0500813},
            {-1.50146, 3.01514, 0.0500813},
            {-0.652832, 3.03125, -0.305047},
            {-1.6792, 2.96631, -0.305047},
            {-1.21484, 3.06738, -0.655312},
            {-0.26416, 3.11426, -0.655312},
            {-0.536621, 3.08936, -1.01403},
            {-2.10059, 5.83105, 2.3125},
            {-4.83594, 2.96436, -0.202528},
            {-5.70654, 0.686523, -0.202528},
            {-5.23291, 2.02832, -1.205},
            {0.012207, -2.12793, -1.205},
            {4.35107, -1.24268, -1.205},
            {5.31689, 0.37793, -0.77118},
            {6.19629, 0.306152, -0.839797},
            {4.51563, 1.48926, -1.205},
            {6.3374, 2.34131, -1.205},
            {5.84082, -0.652832, -1.205},
            {6.58252, 1.29639, -1.205},
            {5.3042, 1.62549, -1.205},
            {3.98291, 0.970215, -1.205},
            {4.18018, -0.314941, -1.01403},
            {2.88867, -0.302734, -1.01403},
            {3.55615, -0.285645, -1.01403},
            {3.31348, -0.287598, -0.655312},
            {2.72266, -0.245117, -0.305047},
            {3.85449, -0.178711, -0.305047},
            {3.47559, -0.334961, 0.0500813},
            {1.73779, -0.350098, 0.0500813},
            {0.484863, -0.283691, 0.0500813},
            {1.1001, -0.300781, -0.305047},
            {0.55957, -0.344238, -0.305047},
            {0.900879, -0.308105, -0.655312},
            {1.59473, -0.333984, -0.655312},
            {0.435547, -0.330566, -1.01403},
            {-0.522461, -0.287598, -1.01403},
            {-1.58203, -0.349609, -1.01403},
            {-1.04492, -0.305176, -0.655312},
            {-1.81445, -0.296387, 0.0500813},
            {-0.649414, -0.287109, 0.0500813},
            {-1.85303, 0.105957, -0.655312},
            {-0.575684, 0.104492, -0.305047},
            {-1.16406, 0.146973, -0.655312},
            {-1.34814, 0.0478516, 0.0500813},
            {-0.696777, 0.0864258, -1.01403},
            {-1.67188, 0.112793, -1.01403},
            {0.56543, 0.101563, -1.01403},
            {1.79932, 0.171387, -1.01403},
            {1.27051, 0.0771484, -0.655312},
            {0.978027, 0.0742188, -0.305047},
            {1.6748, 0.0849609, 0.0500813},
            {0.47168, 0.103516, 0.0500813},
            {2.75244, 0.0317383, 0.0500813},
            {3.51611, 0.146484, 0.0500813},
            {3.97412, 0.209961, -0.305047},
            {3.0542, 0.148438, -0.305047},
            {3.50732, 0.121094, -0.655312},
            {2.61084, 0.125, -0.655312},
            {3.02051, 0.149902, -1.01403},
            {4.06641, 0.163086, -1.01403},
            {10.6704, 3.2583, -1.01403},
            {10.6855, 2.5376, -0.655312},
            {10.6226, 1.85742, -0.305047},
            {10.6494, 2.2168, 0.0500813},
            {10.6206, 2.14551, -1.01403},
            {10.6104, 3.01318, 0.0500813},
            {10.6279, 2.87256, -0.655312},
            {10.6196, 0.945801, -1.01403},
            {10.5864, -0.216797, -1.01403},
            {10.666, 0.351074, -0.655312},
            {10.6709, 0.693359, -0.305047},
            {10.6636, 0.0703125, -0.305047},
            {10.6821, 1.14453, 0.0500813},
            {10.6147, 0.450195, -1.01403},
            {10.6938, -0.427734, -0.305047},
            {11.062, 3.12695, -1.01403},
            {11.0542, 2.59131, -1.01403},
            {11.0635, 1.75928, -1.01403},
            {11.0845, 2.17383, -0.305047},
            {11.0693, 2.20996, -0.655312},
            {11.1001, 2.7627, 0.0500813},
            {10.9585, 0.818359, 0.0500813},
            {11.0225, 0.090332, 0.0500813},
            {11.0815, -0.270508, -0.655312},
            {11.0869, 0.663086, -1.01403},
            {11.0225, 1.01074, -0.305047},
            {11.0835, 0.227051, -0.655312},
            {-1.33789, -2.65723, -0.51634},
            {1.24023, -2.5, -0.516342},
            {2.83838, -2.6709, -0.51634},
            {5.3291, -2.70264, -0.516339},
            {6.38232, -2.67383, -0.51634},
            {4.9209, -3.88232, -1.205},
            {6.83789, -5.17676, -0.349219},
            {7.13965, -5.17432, -0.729219},
            {6.93799, -5.16992, 0.415781},
            {5.21484, -7.00732, -1.10422},
            {5.22607, -6.7207, -0.729219},
            {5.2583, -7, -0.349219},
            {5.23193, -6.72656, 0.0307808},
            {5.23291, -6.93945, 0.415781},
            {3.59033, -8.70703, 0.415781},
            {3.37354, -8.65283, 0.0307808},
            {3.66943, -8.67285, -0.349219},
            {3.61963, -8.72363, -0.729219},
            {3.36133, -7.12891, -1.205},
            {3.36328, -6.49512, -1.205},
            {3.05615, -7.38184, -1.205},
            {3.23633, -6.18359, -1.205},
            {2.80859, -6.67529, -0.349219},
            {2.81152, -6.96289, 0.0307808},
            {2.79395, -6.66992, 0.415781},
            {2.82959, -6.85254, -0.729219},
            {2.84668, -6.72314, -1.10422},
            {1.54346, -6.62891, -1.10422},
            {1.4458, -6.96875, -0.729219},
            {1.54639, -6.64551, -0.349219},
            {1.47998, -6.96826, 0.415781},
            {1.05713, -5.06885, -0.349219},
            {0.28418, -5.07178, -0.729219},
            {-0.57373, -5.10303, -0.349219},
            {-1.29639, -5.05859, -0.349219},
            {-1.3252, -5.11572, -0.729219},
            {-2.25977, -5.02979, -0.349219},
            {-1.86182, -5.05908, 0.0307808},
            {-2.08936, -5.07031, 0.415781},
            {-2.18555, -5.08887, -1.10422},
            {-0.741699, -5.11182, -1.10422},
            {-0.380859, -5.05908, 0.415781},
            {0.45166, -5.07178, 0.0307813},
            {-0.0268555, -5.04688, -1.10422},
            {1.07275, -5.10498, -1.10422},
            {1.6748, -5.10693, 0.0307808},
            {2.00684, -5.08154, -0.729218},
            {1.62598, -5.09814, -0.349219},
            {2.46777, -5.06787, -0.349219},
            {2.76563, -5.08545, -0.729219},
            {2.45215, -5.09912, -1.10422},
            {2.79346, -5.04492, 0.415781},
            {2.41357, -5.00293, 0.415781},
            {-0.0175781, -7.04053, 0.415781},
            {-0.00830078, -6.74023, 0.0307808},
            {-0.0678711, -7.03711, -0.349219},
            {-0.00146484, -6.91846, -1.10422},
            {-1.61865, -6.92871, -0.349219},
            {-1.62207, -6.70313, 0.0307808},
            {-4.50244, -7.1416, -1.205},
            {-3.61621, -6.91602, -1.10422},
            {-3.58008, -7.24268, -0.349218},
            {-3.5166, -7.14063, -1.10852},
            {-3.56396, -7.16992, 0.415781},
            {-2.62939, -8.62451, -0.349219},
            {-2.98779, -8.63477, -0.729219},
            {-2.73779, -8.62842, -1.10422},
            {-2.76221, -8.68164, 0.415781},
            {-2.17139, -8.61816, 0.415781},
            {-1.1748, -8.6626, 0.415781},
            {-0.357422, -8.71533, 0.415781},
            {0.423828, -8.65283, 0.0307808},
            {1.15625, -8.61963, 0.0307808},
            {2.64453, -8.67725, 0.415781},
            {2.72705, -8.69287, 0.0307808},
            {2.62939, -8.61523, -0.729219},
            {2.07764, -8.59863, -1.10422},
            {1.78418, -8.65088, -0.729218},
            {2.03955, -8.63184, 0.0307808},
            {0.884766, -8.63037, -0.729219},
            {1.30225, -8.65723, -1.10422},
            {0.521484, -8.64648, -0.729219},
            {0.119629, -8.63672, -0.729219},
            {0.185547, -8.70557, -0.349219},
            {0.470703, -8.66895, -0.349218},
            {0.334961, -8.63135, -1.10422},
            {-1.1543, -8.74512, -0.349219},
            {-0.272949, -8.67969, -0.729219},
            {-1.21289, -8.65039, -1.10422},
            {-0.605469, -8.67236, 0.0307808},
            {-2.29248, -8.77686, -0.349219},
            {-0.384766, -8.68408, -1.10422},
            {-5.354, -6.89258, -1.10422},
            {-5.35449, -6.53516, -0.349219},
            {-7.08203, -5.06689, -0.349219},
            {-6.66748, -5.07666, -0.349219},
            {-6.9751, -5.1123, -1.10422},
            {-6.07227, -5.07129, -1.10422},
            {-5.86865, -5.05811, 0.0307808},
            {-6.21289, -5.07129, 0.415781},
            {-5.31348, -5.06445, 0.415781},
            {-5.08643, -5.10303, 0.0307808},
            {-5.43359, -5.04541, -0.349219},
            {-5.13867, -5.1001, -0.729219},
            {-4.64453, -5.05664, -0.729219},
            {-4.5083, -5.02881, -1.10422},
            {-4.2959, -5.07373, 0.415781},
            {-3.87549, -5.0625, 0.415781},
            {-3.50342, -5.04834, 0.0307808},
            {-3.78857, -5.0459, -0.349219},
            {-2.68701, -5.75439, -1.205},
            {-3.63184, -5.9873, -1.205},
            {-3.8208, -5.34814, -1.205},
            {-4.27588, -5.66699, -1.205},
            {-7.80957, -5.38135, -1.205},
            {-9.01465, -8.29443, -1.205},
            {8.95264, -7.63916, -1.205},
            {9.48389, -5.15283, -1.205},
            {12.9438, -3.29541, -1.205},
            {13.3799, -5.21729, -0.729219},
            {13.4014, -4.32178, -0.729219},
            {13.4009, -4.54199, -1.10422},
            {13.4126, -5.02441, 0.0307808},
            {13.3965, -4.60938, 0.415781},
            {13.3306, -5.89063, -0.729219},
            {13.4004, -6.11816, -1.10422},
            {13.4409, -6.05811, 0.415781},
            {13.3374, -5.25, -1.10422}
        };
    };
    class Land_Psi_bouda : Medical {
        positions[] = {
            {0.427734, -0.0585938, -0.360122}
        };
    };
    class Land_Bouda_plech : Shop {
        positions[] = {
            {-1.37646, 0.242676, -1.03047}
        };
    };
    class Land_Church_02 : Tourist {
        positions[] = {
            {-11.5571, 0.708008, -11.6733},
            {-11.5103, 2.47119, -11.6733}
        };
    };
    class Land_HouseV_1I1 : CivillianUpperClass {
        positions[] = {
            {0.0527344, -2.24414, -2.84942}
        };
    };
    class Land_Shed_M02 : VehicleService {
        positions[] = {
            {-0.570801, -0.37207, -1.53337},
            {1.44824, -1.89014, -1.53338}
        };
    };
    class Land_Ind_Garage01 : VehicleService {
        positions[] = {
            {-0.0522461, -1.44043, -1.344},
            {-0.794922, 3.00732, -1.34397},
            {1.93555, -0.550781, -1.26236},
            {0.90332, 1.31689, -1.25843},
            {1.38086, 3.51563, -1.14537},
            {1.79492, 3.56689, -0.770367},
            {1.40039, 3.60352, -0.770367},
            {1.54443, 3.57715, -0.390367},
            {1.38086, 3.59619, 0.374633},
            {1.7207, 3.52637, 0.374633},
            {1.7876, 3.58789, -0.0103664},
            {2.91455, 3.31543, -1.12245},
            {2.92578, 2.43701, -1.12245}
        };
    };
    class Land_NavigLight : Medical {
        positions[] = {
            {-0.364746, -0.353027, -4.88075}
        };
    };
    class Land_Benzina_schnell : VehicleService {
        positions[] = {
            {-2.9873, 5.68604, -2.30849},
            {4.77344, -5.69775, -2.39602},
            {4.62891, -2.56641, -2.37829},
            {-4.4541, -2.51953, -2.35042},
            {-4.32471, -5.54199, -2.33451},
            {0.103027, -1.76709, -2.31467},
            {0.27002, -6.38574, -2.31467}
        };
    };
    class Land_HouseBlock_A1_1 : Tourist {
        positions[] = {
            {-0.390137, 4.70947, -4.64234},
            {-4.11621, 4.04053, -4.64234},
            {-3.38721, 0.971191, -4.64234},
            {-4.62207, -3.01416, -4.64234},
            {5.12158, -4.90723, -4.67221}
        };
    };
    class Land_A_Office01 : CivillianUpperClass {
        positions[] = {
            {-8.08984, 6.72852, -4.53223},
            {-4.96143, 4.18262, -4.53223},
            {-13.5347, 1.43262, -4.53223},
            {-8.51123, 0.37793, -4.53223},
            {0.130371, 1.83154, -4.53223},
            {-2.79053, -2.67383, -4.53223},
            {4.27051, -1.34668, -4.53223},
            {2.18994, 2.10156, -4.53223},
            {-0.577148, 6.57813, -4.53223},
            {5.0376, 6.84912, -4.53223},
            {4.58838, 4.48926, -4.53223},
            {-0.799316, 3.28174, -4.53223},
            {-0.0517578, 3.29688, -4.53223},
            {1.82373, 3.44336, -4.53223},
            {3.99609, 3.06982, -4.53223},
            {15.5669, -1.1582, -4.53223},
            {15.1602, -4.35938, -4.53223},
            {11.6704, -4.46143, -4.53223},
            {13.5825, -2.42188, -4.53223},
            {12.8921, -0.467773, -4.53223},
            {2.15283, 5.06836, -2.03223},
            {4.18848, 2.96631, -2.03223},
            {0.320313, 3.14551, -2.03223},
            {-0.80957, 5.03564, -2.03223},
            {-0.780273, 7.08154, -2.03223},
            {5.51758, 7.09229, -2.03223},
            {7.64063, -0.494629, -2.03223},
            {10.0024, -4.37207, -2.03223},
            {6.89307, -4.23047, -2.03223},
            {9.23584, -1.00488, -2.03223},
            {15.4678, 6.00977, -2.03223},
            {15.4336, 3.17627, -2.03223},
            {11.8159, 7.03711, -2.03223},
            {12.7236, 3.4502, -2.03223},
            {14.5298, 1.38916, -2.03223},
            {8.07568, 1.40674, -2.03223},
            {-0.0546875, 0.520508, -2.03223},
            {-2.21436, 0.40918, -2.03223},
            {-8.89648, 1.87451, -2.03223},
            {-11.1538, 1.18457, -2.03223},
            {-7.85596, 7.04102, -2.03223},
            {-8.02393, 3.33984, -2.03223},
            {-4.72266, 6.38184, -2.03223},
            {-4.7915, 4.97607, -2.03223},
            {-4.87109, -4.24707, -2.03223},
            {-7.64014, -1.33984, -2.03223},
            {-14.3101, -4.17432, -2.03223},
            {-15.4868, 4.91846, -2.03223},
            {2.14258, -1.32666, -2.03223},
            {-0.72168, 0.610352, 0.46778},
            {-12.791, 0.851563, 0.467779},
            {-13.1685, 6.53906, 0.467779},
            {-5.70508, 4.31836, 0.467779},
            {2.40381, 6.33496, 0.467779},
            {13.7319, 5.78418, 0.467779},
            {14.1792, -3.15381, 0.46777},
            {7.7373, -2.03076, 0.46777},
            {7.53516, 4.05127, 0.467779},
            {11.0889, 0.918945, 0.467779}
        };
    };
    class Land_Garaz_bez_tanku : Industrial {
        positions[] = {
            {0.0942383, -6.26465, -2.59568},
            {-8.29785, -6.63428, -0.547643},
            {8.37939, -6.62988, -0.54983},
            {8.38916, -2.20068, 3.39013},
            {7.10303, 0.682617, 3.39007},
            {-7.26318, 4.40967, 3.39007},
            {6.91992, 4.55273, 3.39007},
            {-7.19287, 0.61377, 3.39007},
            {-8.10352, 6.41064, 3.39007},
            {-8.37598, -6.7168, -2.59567},
            {8.58936, -6.70703, -2.59567}
        };
    };
    class Land_Ryb_domek : CivillianLowerClass {
        positions[] = {
            {-0.0292969, 1.90283, -2.04144},
            {-0.0419922, -0.630859, -2.04144},
            {1.70947, -2.26172, -2.04144},
            {-2.39551, -0.87793, -2.04144},
            {2.46631, -0.969238, -1.5205},
            {1.67285, -0.244629, -1.5205},
            {-1.87402, -2.25146, -1.07226}
        };
    };
    class Land_Hruzdum : CivillianLowerClass {
        positions[] = {
            {0.480957, -1.47852, -4.87341},
            {1.57861, 3.16211, -4.76},
            {-2.31836, 3.42969, -1.18909},
            {2.10498, 3.42969, -1.16488},
            {2.46582, -1.21533, -1.00601},
            {0.166016, 3.93896, 4.67393},
            {0.0429688, -1.19287, 4.713},
            {1.03125, -1.12793, 4.61074},
            {-2.04297, 3.05566, -4.87341},
            {-0.374512, 1.40283, -1.16408},
            {-1.95898, -1.30078, -1.16408},
            {-2.12256, -1.41016, 1.62671},
            {1.99658, 3.02246, 1.62671},
            {-2.76465, 3.05664, 1.62671},
            {-0.183594, 1.04785, 1.62671}
        };
    };
    class Land_Shed_M01 : Tourist {
        positions[] = {
            {0.254395, -1.89258, -1.22577}
        };
    };
    class Land_HouseBlock_A3 : Tourist {
        positions[] = {
            {-0.0126953, -2.86426, -5.24315},
            {-0.306152, 2.52637, -5.24315},
            {-4.81201, -5.87256, -4.95933},
            {6.26465, -5.87256, -5.194}
        };
    };
    class Land_HouseBlock_C4 : Shop {
        positions[] = {
            {-0.937988, -5.02539, -5.34398},
            {-1.39746, 5.5498, -5.344}
        };
    };
    class Land_HouseBlock_B5 : Shop {
        positions[] = {
            {6.1333, 0.605469, -7.33876},
            {-0.276367, -5.91895, -7.14595}
        };
    };
    class Land_A_BuildingWIP : Industrial {
        positions[] = {
            {19.4961, 1.86523, -6.55872},
            {6.5542, 12.0664, -6.44771},
            {-4.20605, 10.0547, -6.54159},
            {-7.0127, -7.20361, -6.4814},
            {-11.4331, -9.48877, -6.50339},
            {-10.9492, -6.03955, -6.4989},
            {-14.4272, -8.08887, -6.44512},
            {-24.2725, -3.71484, -6.4854},
            {-21.8052, -9.86523, -6.54855},
            {-20.4546, 5.62598, -6.44111},
            {-24.791, 5.66309, -6.45578},
            {-24.4834, 11.0068, -6.49462},
            {-21.1821, 12.0464, -6.48177},
            {-18.2319, 11.3096, -6.45755},
            {-20.686, -17.0522, -2.55799},
            {-20.9214, -12.625, -2.55831},
            {-14.4438, -8.58887, -2.56089},
            {13.7725, -12.2715, -2.56281},
            {13.6187, -8.51709, -2.55983},
            {14.3638, 2.02148, -2.55826},
            {15.0356, 10.3862, -2.55614},
            {14.3682, 12.333, -2.55826},
            {-11.2817, 11.6157, -2.55828},
            {-14.5298, 11.9307, -2.55826},
            {-20.6548, 11.5703, -2.55828},
            {-20.6577, 8.09619, -2.55826},
            {-20.5845, -0.728516, -2.55824},
            {-23.6782, -0.441406, -2.55825},
            {-24.314, 2.2207, -2.55826},
            {-20.48, -17.8174, 5.46867},
            {-21.0029, -12.8066, 5.45326},
            {-23.3799, -6.98438, 5.44594},
            {-23.3804, -1.75342, 5.43425},
            {-22.9302, 10.0464, 5.4363},
            {-16.3364, 10.7173, 5.41846},
            {-10.3423, 10.7173, 5.41445},
            {-4.28613, 10.7261, 5.4359},
            {2.05811, 10.7261, 5.38008},
            {7.53564, 9.54834, 1.45498},
            {-13.7871, -13.0991, 5.4404},
            {2.04541, -8.38281, 5.40665},
            {13.4292, -6.875, 1.45383},
            {13.8555, -3.16016, 1.45685},
            {18.042, 2.24805, 1.38132},
            {22.084, -3.69775, 1.34578},
            {-20.2168, -17.5869, 8.44495},
            {-23.918, -7.51855, 5.44929},
            {-14.8311, -13.9063, 8.44496},
            {9.104, -8.82959, 5.59644},
            {3.24658, 4.70068, 5.44065},
            {2.05371, 10.729, 5.58876},
            {-10.3428, 11.4351, 5.4249},
            {-23.9111, 11.5127, 5.44927},
            {-17.3071, -1.74854, 5.35567},
            {-10.8096, -4.63477, 5.36509}
        };
    };
    class Land_A_MunicipalOffice : Tourist {
        positions[] = {
            {-3.81641, -6.64258, -18.4904},
            {4.30566, -6.37988, -18.4904},
            {-0.118652, -7.29492, -18.4904},
            {0.034668, -11.0332, -18.9296},
            {-12.3955, -6.72559, -18.8186},
            {12.0688, 11.6001, -18.9296},
            {11.9106, 11.5981, -3.09176},
            {-12.1743, -6.73535, -3.08385},
            {-4.98096, -8.49707, -17.6538},
            {4.02441, -8.49756, -17.6536},
            {-7.17432, -6.60742, -3.17218},
            {6.80762, -6.45508, -3.15158},
            {4.80566, -7.40332, -0.195465},
            {-4.97656, -7.4043, -0.195465},
            {-5.23193, -0.0615234, 0.207291},
            {5.08398, -0.0874023, 0.199877},
            {-9.8252, 10.9512, -3.763},
            {9.89648, 11.3369, -3.57397},
            {-9.89404, -6.13965, -3.81546},
            {9.87598, 1.50439, -3.60324},
            {9.86914, -6.09717, -3.60679},
            {-0.175293, -6.45801, -18.4554},
            {-9.8252, 1.29688, -3.81546},
            {-0.321777, 1.64648, -0.659275}
        };
    };
    class Land_Ind_Workshop01_01 : VehicleService {
        positions[] = {
            {1.77002, -3.36084, -0.714442},
            {-0.874023, -2.37744, -1.32109},
            {1.5249, 1.44189, -1.31892},
            {-1.52344, 0.16748, -0.714442},
            {-0.797363, 1.19727, -0.837122},
            {-1.05371, 1.98242, -0.228083},
            {0.787598, -1.22852, -1.43854}
        };
    };
    class Land_a_stationhouse : Military {
        positions[] = {
            {16.8276, -6.06689, -9.49702},
            {18.0313, 0.949219, -9.49702},
            {13.0039, -1.52734, -9.49702},
            {8.01172, -6.16797, -9.49702},
            {2.89258, -5.23535, -9.49702},
            {4.76123, 2.36621, -9.49702},
            {-2.43115, -8.68945, -4.67533},
            {-2.51758, -8.96582, 4.38496},
            {-4.17871, -6.95361, 4.38496},
            {-1.10156, -7.00537, 4.38496},
            {-2.51758, -8.96582, 8.46565},
            {-4.01807, -6.94482, 8.74076},
            {-2.91162, -4.99414, 8.46565},
            {-1.1626, -6.97949, 8.65348},
            {-16.0313, 7.47119, -0.534347},
            {-10.1348, 8.479, -0.534346},
            {-13.1353, -0.644531, -0.534346},
            {-16.8257, -7.87744, -0.534346},
            {-17.0259, -0.71582, -0.534346},
            {-7.30469, -7.68359, -0.534346},
            {-1.18945, 8.54395, -0.534346},
            {-2.52002, -3.25, -0.534346},
            {5.93213, -2.45703, -0.534346},
            {5.5166, 2.95996, -0.534346},
            {-2.52881, -8.41016, 8.46565},
            {-1.19775, -5.2207, 8.46566},
            {-3.9165, -7.73242, -9.50939},
            {-1.31152, -8.26318, -9.50934},
            {-1.31104, -5.96143, -9.50935},
            {7.98877, 2.33594, -9.50931},
            {13.667, 2.62305, -9.50933},
            {17.0571, 3.31006, -9.50933},
            {19.1802, -7.53564, -9.50935},
            {19.1958, -6.67578, -9.50934},
            {19.0898, -5.91699, -9.50931},
            {1.29639, 0.0390625, -9.50933},
            {1.34521, 2.67578, -9.50932},
            {-4.1377, -6.44336, -4.65034},
            {-2.62891, -5.78223, -4.65034},
            {-1.00928, -6.7251, -4.65034},
            {-2.49072, -5.58008, -0.0452251},
            {-1.02441, -7.03174, -0.0452251},
            {-3.91943, -7.43848, -0.0452251},
            {-2.39111, -8.52295, -0.0452251},
            {-0.621094, -8.32666, -0.0452251},
            {-1.65234, -5.4292, 4.40995},
            {-2.55664, -7.26514, 4.40995},
            {4.76892, 0.361328, -0.509339},
            {17.3782, 1.42773, -4.50935},
            {-16.3412, -5.70557, -0.509347},
            {-16.1675, 8.38232, -0.509345},
            {2.45306, 1.65625, -9.50935},
            {17.25, -6.87598, -9.50935},
            {-2.73157, -6.59668, -4.65034},
            {-3.03613, -7.81836, 4.40995},
            {-2.8028, -6.66602, 8.49067}
        };
    };
    class land_bouda_garaz : VehicleService {
        positions[] = {
            {-0.324219, -3.09326, -1.3465}
        };
    };
    class Land_Hangar_F : Military {
        positions[] = {
            {11.6939, 19.7852, -5.38273},
            {-12.6313, 20.8755, -5.38273},
            {-12.8339, -18.8096, -5.38273},
            {12.8887, -18.2334, -5.38273}
        };
    };
    class Land_HouseBlock_B3 : Shop {
        positions[] = {
            {-3.2085, -4.59863, -7.02485},
            {1.10645, 5.22998, -6.95103}
        };
    };
    class Land_Lampa_ind : Medical {
        positions[] = {
            {0.497559, -0.290039, -4.67832}
        };
    };
    class Land_HouseBlock_A2 : Tourist {
        positions[] = {
            {-6.49219, -4.68066, -8.52281},
            {6.2168, -5.16748, -8.69891},
            {-2.26318, 5.41406, -8.6989}
        };
    };
    class Land_A_Pub_01 : CivillianUpperClass {
        positions[] = {
            {-7.42236, -1.5, -5.29305},
            {-1.36035, -6.6001, -5.77265},
            {-6.14404, -6.68115, -5.77266},
            {-7.08105, 0.945313, -5.77266},
            {-2.29102, -3.5376, -5.33667},
            {-1.57178, -0.382324, -5.77266},
            {-3.00732, 0.190918, -5.77252},
            {1.3916, 0.617676, -5.77264},
            {2.02783, -0.681152, -5.77264},
            {0.928223, -3.2876, -5.77264},
            {4.23193, -1.91943, -5.77236},
            {6.0293, -5.71289, -5.77214},
            {2.10938, 4.16309, -5.77266},
            {-7.36719, -2.59326, -5.3938},
            {-6.46338, -0.827148, -5.3931},
            {-7.39795, -0.173828, -5.39325},
            {-4.21338, 0.876465, -5.77265},
            {-3.64355, -4.11035, -5.77265},
            {-1.81738, 0.736816, -1.78779},
            {-1.0083, -3.53906, -1.78779},
            {1.53467, 0.364746, -1.31178},
            {2.33545, 0.208496, -1.31178},
            {2.83447, 0.786133, -0.702738},
            {4.58398, 0.850586, -1.78779},
            {4.28174, -3.6084, -1.1891},
            {3.22461, -4.40723, -1.78779},
            {4.25879, -1.46973, -1.78779},
            {-5.69727, -2.77686, -1.78779},
            {-7.29492, 0.839355, -1.78779},
            {-3.92432, 0.791016, -1.78779},
            {-7.47656, -6.2002, -1.78779},
            {-3.75586, -6.45703, -1.78779},
            {4.5293, -2.95947, -0.917095},
            {1.05713, -2.50488, -1.78779},
            {5.82617, -4.68994, -1.78779},
            {5.76172, 5.63818, -1.34134},
            {6.53516, 5.04492, -1.34134},
            {4.625, 2.05371, -1.78779},
            {-0.256348, 2.29248, -1.78779},
            {-0.317383, 7.94824, -1.78779},
            {1.08984, 7.22363, -1.38219},
            {1.83301, 6.4917, -1.31858},
            {2.88281, 5.82959, -1.3817},
            {2.91846, 7.28467, -1.38074},
            {5.77393, 6.0415, -1.78779}
        };
    };
    class Land_HouseBlock_B1 : Shop {
        positions[] = {
            {-4.25439, -5.24951, -7.18279},
            {3.29541, -5.1333, -7.18278},
            {-4454.41, -7610.79, -10.2712},
            {-4454.41, -7610.79, -10.2712},
            {-4454.41, -7610.79, -10.2712}
        };
    };
    class Land_HouseBlock_B6 : Shop {
        positions[] = {
            {-4.62109, 4.02637, -7.2203},
            {-3.12402, 0.0957031, -7.2203},
            {-4.74365, -4.52002, -7.22032},
            {3.64648, -4.94873, -7.22029}
        };
    };
    class Land_HouseBlock_B2 : CivillianLowerClass {
        positions[] = {
            {-0.0126953, -5.01758, -7.38576},
            {-0.748047, 4.86816, -7.25575}
        };
    };
    class Land_HouseBlock_A2_1 : CivillianLowerClass {
        positions[] = {
            {-5.3335, 5.32568, -7.00433},
            {6.11475, -6.9834, -7.00431},
            {-4.89209, -7.11719, -7.00431}
        };
    };
    class Land_House_C_12_EP1 : CivillianLowerClass {
        positions[] = {
            {-1.66211, -6.18457, -3.49717},
            {6.61133, -3.4248, -3.49721},
            {-1.0415, -2.51123, -3.49721},
            {2.979, 1.33496, -3.40384},
            {-3.2002, -8.52148, -3.49721},
            {2.67383, -8.55566, -3.49721},
            {-3.72119, -7.18652, 0.116839},
            {2.7959, -7.38379, 0.106818},
            {5.79248, -3.57813, 0.123798},
            {6.79053, 1.9624, 0.108314},
            {-2.90234, 1.56543, 0.107461},
            {-3.63818, -2.81934, 0.109945},
            {-1.17236, -2.70508, 0.117717},
            {-3.65234, -8.66406, 3.48155},
            {2.7876, -8.69775, 3.47776},
            {2.35938, -6.15283, -3.49721},
            {-0.620605, -7.80225, 0.0127897},
            {1.82861, -0.15625, 0.0127897},
            {7.22998, 0.541504, -2.84499},
            {7.19873, -1.48535, -3.4972},
            {7.39502, -3.86035, -3.02664},
            {1.96533, -1.44385, -3.49721},
            {3.125, -3.8916, -3.4972},
            {-3.4165, -3.06201, -3.49719},
            {-2.62695, 0.698242, -3.49719}
        };
    };
    class Land_Ind_SawMill : Industrial {
        positions[] = {
            {-4.62646, 10.0659, -5.83539},
            {-4.34961, -2.4917, -5.83539},
            {3.33496, -11.4121, -5.83539},
            {10.5225, -4.86133, -5.83539},
            {10.5508, -1.44971, -5.83539},
            {10.8198, 5.65381, -5.83539}
        };
    };
    class Land_HouseBlock_A1 : CivillianUpperClass {
        positions[] = {
            {-3.49512, -4.08008, -8.86441},
            {-4.52539, -1.00244, -8.86441},
            {-3.36816, 3.27881, -8.86441},
            {-0.242676, 4.7627, -8.72595},
            {5.1875, -4.93896, -8.69277},
            {-6.39795, -5.36816, -9.02231}
        };
    };
    class Land_HouseV2_04_interier : CivillianLowerClass {
        positions[] = {
            {4.93506, 2.69873, -5.07908},
            {0.397949, 1.27783, -2.94873},
            {7.46631, 6.28076, -5.7285},
            {7.31543, -1.05908, -5.74139},
            {2.15771, 2.76465, -5.05715},
            {1.56055, 2.79932, -5.72417},
            {0.740723, 2.65527, -5.28723},
            {3.45703, 2.94336, -5.72731},
            {3.14551, 6.83936, -5.71976},
            {0.343262, 6.97607, -5.28723},
            {-4.04395, 3.27539, -5.19487},
            {-1.38525, 2.97852, -5.71857},
            {-5.72803, 2.56689, -4.91204},
            {-3.62354, 6.83643, -4.99553},
            {-3.74658, 6.61328, -5.70782},
            {-5.34961, 6.68896, -5.70482},
            {-1.53516, 6.31641, -5.71232},
            {-3.61377, 4.78467, -5.71134},
            {1.68848, 4.87354, -5.72068},
            {6.93945, 2.80957, -5.73378},
            {5.86182, -4.1416, -5.74432},
            {-7.55273, -7.03418, -5.64736}
        };
    };
    class Land_Kostelik : Medical {
        positions[] = {
            {-0.120605, -4.73779, -5.1339}
        };
    };
    class Land_Misc_PowerStation : VehicleService {
        positions[] = {
            {4.15576, 6.22754, -1.28622},
            {4.34521, 1.68652, -1.27683},
            {4.33252, -5.14111, -1.25664},
            {-5.96387, 3.50049, -2.05255}
        };
    };
    class Land_A_Office02 : Medical {
        positions[] = {
            {2.23047, -8.10156, -8.16971},
            {-2.2793, -7.42236, -8.16971},
            {6.63037, -7.5376, -8.16971},
            {5.07813, -4.71143, -8.16971},
            {4.55664, -6.9375, -8.16971},
            {-0.842285, -7.18115, -8.16971},
            {-0.915039, -4.54199, -8.16971},
            {2.95068, -5.44287, -8.16971}
        };
    };
    class Land_Ind_Pec_03a : Military {
        positions[] = {
            {-16.0801, -14.1543, -5.35606},
            {-16.3164, -12.0815, -5.35608},
            {8.48145, -22.4106, 5.76684},
            {11.6113, -9.63916, 5.76684},
            {-1.4834, -21.2417, 5.76684},
            {2.72656, -10.6113, 5.76684},
            {-3.5625, -5.11182, 5.76684},
            {10.5337, 0.57666, 5.76684},
            {2.67773, 4.95215, 5.76684},
            {-3.85303, 13.0991, 5.76684},
            {11.2646, 13.9316, 5.76684},
            {4.15918, 25.9873, 4.02961},
            {3.04248, 20.1011, 4.02961},
            {-2.2168, 23.8447, 4.02961},
            {-9.43115, -17.9033, 0.968636},
            {-12.8955, -15.6475, 0.968636},
            {-10.1533, -10.6826, 0.968636}
        };
    };
    class Land_Ind_TankBig : Industrial {
        positions[] = {
            {3.59814, 1.521, 5.31478},
            {-2.56885, 3.64404, 5.31478},
            {-5.31543, -2.34521, 5.31479},
            {1.66553, -4.48975, 5.31479},
            {-0.557617, -2.48047, 5.31479}
        };
    };
    class Land_Hangar_2 : Industrial {
        positions[] = {
            {-6.87354, 1.14844, -2.56809},
            {-9.43408, -9.93799, -2.58962},
            {-12.0405, -1.09424, -2.58962},
            {-9.19922, 8.89258, -2.58962},
            {10.0747, 9.74805, -2.58962},
            {12.1582, 0.0683594, -2.58962},
            {9.32471, -8.72559, -2.58962},
            {-0.0825195, 9.40723, -2.58962},
            {0.12207, -1.15869, -2.58962},
            {-5.11133, -5.37695, -2.56809},
            {0.139648, -8.40479, -2.56809},
            {5.4873, 3.31787, -2.56809},
            {5.80469, -3.34717, -2.56809}
        };
    };
    class Land_Shed_W01 : Shop {
        positions[] = {
            {-2.01904, 1.06787, -1.41271},
            {-0.979004, -0.604004, -1.41273},
            {0.990723, -1.69189, -1.41275}
        };
    };
    class Land_Ind_MalyKomin : Industrial {
        positions[] = {
            {0.977051, 1.45801, -17.2313},
            {1.08203, 1.75684, -7.72575},
            {-0.318359, 0.6875, -7.72573},
            {-0.789551, -0.793457, -7.72576},
            {0.992188, -1.60547, -7.72576},
            {2.31592, -0.0151367, -7.1412}
        };
    };
    class Land_Komin : Industrial {
        positions[] = {
            {0.000488281, -1.20557, -15.8128},
            {0.0126953, -0.753418, 12.4297},
            {1.37646, 1.08545, 12.6094},
            {0.0205078, 2.97656, 12.4297},
            {-1.47949, 1.18945, 12.6395}
        };
    };
    class Land_Stodola_old_open : Industrial {
        positions[] = {
            {6.35596, -0.0566406, -5.13444},
            {-4.62012, -0.273438, -5.13519},
            {-2.55225, -0.128906, -5.10699},
            {4.10693, -0.0566406, -5.10699},
            {-2.68408, 3.03564, -5.07998},
            {4.19727, 4.98145, -1.01995},
            {-0.00488281, 5.43213, -1.01995},
            {-1.47412, 5.46729, -1.01995},
            {-1.9834, 9.47168, -1.01995},
            {1.13379, 11.1436, -1.01995},
            {4.58594, 10.8452, -1.01995},
            {-0.557617, 9.75732, 5.83502},
            {1.12744, 11.1011, 3.19676},
            {4.18066, -3.08154, -4.98735},
            {-1.95361, -3.54443, -1.04059},
            {-2.54639, -5.2915, -1.03755},
            {1.52686, -5.3877, -1.04037},
            {1.75098, -9.27783, 3.0154},
            {-3.14453, -9.54736, -1.02459},
            {-1.58496, -11.0801, -1.02295},
            {3.96533, -10.9189, -1.02375},
            {2.50586, -7.83252, -4.11628},
            {-1.42773, -4.94092, -5.12888},
            {-2.37988, -10.3047, -5.12885},
            {2.64307, -9.0625, -4.11628},
            {4.45898, -10.8579, -5.12885},
            {0.850586, -3.4209, -4.11614},
            {2.35986, -3.90088, -5.12888},
            {1.4707, 3.29346, -5.12891},
            {4.02539, 7.43994, -5.12891},
            {4.83008, 4.25732, -5.12895},
            {-1.80225, 7.09229, -4.11628},
            {-2.59424, 10.0122, -5.12889},
            {-2.71729, 7.72803, -5.12887},
            {4.80078, 9.38037, -5.12886},
            {1.86377, 10.8223, -5.12888},
            {3.40967, 8.9165, -5.12887},
            {-1.23193, 10.5713, 2.963},
            {2.73291, 10.5991, 2.963},
            {3.71777, -5.72266, -0.0239916},
            {4.55566, -6.52637, -0.0239916},
            {4.67822, -5.19385, -0.0239916},
            {-1.01221, -10.3921, 2.963},
            {0.856445, -10.6841, 2.963},
            {2.76221, -10.5181, 2.963}
        };
    };
    class Land_Afbarabizna : Tourist {
        positions[] = {
            {0.800293, -3.07666, -4.22968},
            {1.36768, 2.32568, -2.04994},
            {5.31543, -3.07031, -4.22968},
            {6.75146, -0.595703, -4.20339},
            {3.61084, -0.221191, -4.22968},
            {3.67188, 4.98926, -4.22968},
            {6.58154, 4.66846, -4.22968},
            {1.13525, 5.89697, -4.22968},
            {-3.77686, 6.05713, -4.22968},
            {-4.6792, 2.1665, -4.22968},
            {-4.55811, -2.87793, -4.22968},
            {-1.24512, -4.05713, -4.22968},
            {-4.65576, 2.40771, -0.194571},
            {-4.9375, 4.98047, -0.194604},
            {-1.39209, 6.07422, -0.194701},
            {1.10107, 5.97607, -0.194701},
            {3.60303, 5.96484, -0.194701},
            {2.89941, 1.30225, -0.194701},
            {6.875, 4.70361, -0.194701},
            {6.93018, 2.22607, -0.194701},
            {6.96045, -0.35498, -0.1947},
            {6.96875, -2.89453, -0.194699},
            {3.90625, -2.69043, -0.194701},
            {0.929199, -2.97607, -0.194701},
            {-1.27148, -4.29053, -0.194701},
            {-3.78369, -4.29932, -0.1947},
            {-4.68066, -2.5542, -0.194561},
            {-1.81152, -0.129395, -0.194468}
        };
    };
    class Land_Shed_M03 : Tourist {
        positions[] = {
            {1.58691, -0.134277, -1.03297}
        };
    };
    class Land_Farm_Cowshed_a : Industrial {
        positions[] = {
            {9.71289, -2.54053, -3.07908},
            {2.92236, -5.12354, -3.11408},
            {6.00391, -6.74121, -3.11408},
            {10.0449, -5.57422, -3.11408},
            {-1.28418, -6.74561, -3.11408},
            {-1.30566, 0.0952148, -3.11408},
            {4.8042, -1.07568, -3.11408},
            {3.55469, 0.82959, -3.11408},
            {9.70801, 3.38037, -3.11408},
            {-10.459, 0.263672, -3.12529},
            {6.24316, 6.7168, -3.11408},
            {-0.52832, 2.75293, -3.07908},
            {-5.36865, -2.75293, -3.07908},
            {-7.00146, 3.021, -3.07908}
        };
    };
    class Land_Stodola_open : Industrial {
        positions[] = {
            {-1.69824, -2.52783, -4.10017},
            {-2.69824, 1.16846, -4.10017},
            {1.76855, -2.5166, -4.14227},
            {1.66357, 1.46143, -4.07101},
            {1.76416, 5.80664, -4.13208},
            {-4.00977, 6.02344, -4.12947},
            {1.76563, -5.99854, -4.13108},
            {-0.407227, 3.94971, -4.10017}
        };
    };
    class Land_Mil_Guardhouse : Military {
        positions[] = {
            {-2.48438, -0.189941, -1.68544},
            {-2.73486, 3.56299, -1.69343},
            {-2.40625, 1.9126, -1.68294}
        };
    };
    class Land_Farm_Cowshed_b : Industrial {
        positions[] = {
            {-10.2129, 2.75537, -3.09254},
            {-1.0957, 1.16846, -3.12754},
            {-5.78467, -2.22119, -3.09254},
            {-3.53174, 2.06934, -3.09254},
            {3.0083, -2.16162, -3.09254},
            {4.86523, 0.897461, -3.09254},
            {1.84326, 3.15869, -3.09254},
            {8.8374, -2.04492, -3.09254}
        };
    };
    class Land_Farm_Cowshed_c : Industrial {
        positions[] = {
            {-7.3252, -0.379395, -3.21727},
            {-1.40625, -2.93994, -3.11728},
            {2.82324, -2.9248, -3.11728},
            {2.05664, 2.61035, -3.11728},
            {-2.05322, 2.66113, -3.11728},
            {0.415039, -0.286621, -3.11728}
        };
    };
    class Land_HouseV_2I : CivillianLowerClass {
        positions[] = {
            {-3.95703, -8.86377, -2.8231},
            {-5.78467, -0.577637, -2.82278}
        };
    };
    class Land_HouseV_3I2 : Tourist {
        positions[] = {
            {3.93115, 2.37695, -2.08761}
        };
    };
    class Land_HouseV_3I4 : Shop {
        positions[] = {
            {-4.69141, 4.54688, -2.88085},
            {5.75049, 2.88281, -2.6319}
        };
    };
    class Land_R_HouseV2_01A : Tourist {
        positions[] = {
            {-3.38037, -3.18604, -4.79195},
            {-1.01611, -3.28955, -4.79235},
            {-2.13818, -2.92871, -4.83812}
        };
    };
    class Land_Hospital : Military {
        positions[] = {
            {2.521, -4.8374, -1.44333},
            {-0.96582, 0.700684, -1.44334},
            {-5.83936, 5.00146, -1.44332},
            {2.24707, 6.20215, -1.44335}
        };
    };
    class Land_Sara_stodola : Industrial {
        positions[] = {
            {-4.71582, -1.46094, -2.22977},
            {0.153809, -2.30713, -2.22167},
            {4.04346, -1.05957, -2.22167},
            {4.61719, -0.202637, -2.22167},
            {2.72314, 3.62109, -2.22167},
            {-1.01563, 0.687012, -2.22167},
            {-4.74902, 3.65479, -2.22167},
            {-1.0542, 3.37939, -2.1692},
            {0.0444336, 0.931641, -2.22167},
            {4.68506, 3.35791, -2.22167},
            {3.07422, 2.29492, -1.2901},
            {3.46045, 0.819824, -1.2901},
            {4.93018, 0.6875, -1.2901}
        };
    };
    class Land_Ind_Workshop01_03 : VehicleService {
        positions[] = {
            {2.49414, 2.9248, -1.48243},
            {2.33789, 0.679199, -1.48244},
            {-3.21631, 5.02393, -1.48247}
        };
    };
    class Land_Misc_Cargo1C : VehicleService {
        positions[] = {
            {-1.73975, -2.65869, -1.26788},
            {1.29248, 3.30518, -1.26787}
        };
    };
    class Land_Misc_Cargo1D : Industrial {
        positions[] = {
            {1.85938, 3.57129, -1.26791},
            {1.84229, -2.87207, -1.26789},
            {-0.72998, -3.3833, -1.26787}
        };
    };
    class Land_BoatSmall_1 : Shop {
        positions[] = {
            {-0.40918, 0.38623, 0.0354061}
        };
    };
    class Land_PowLines_ConcL : Medical {
        positions[] = {
            {1.75537, 0.286133, -5.09441}
        };
    };
    class Land_Shed_Ind02 : Industrial {
        positions[] = {
            {-1.47168, 0.941895, -4.63743},
            {1.5625, -3.51221, -4.63743},
            {2.46533, -11.0405, -4.85999},
            {0.776855, -7.72168, -4.65243},
            {4.28418, -3.46143, -4.65243},
            {-0.227539, -9.19092, -1.44117},
            {4.69141, -9.0791, -1.30053},
            {4.81104, -6.20752, -1.30186},
            {4.78223, -2.26563, -1.3036},
            {4.77881, 2.7915, -1.306},
            {4.79346, 6.38818, -1.30775},
            {4.74561, 9.59033, -1.30936},
            {-0.713867, 9.68652, -1.30612},
            {-3.94922, 9.82471, -1.30618},
            {-0.578125, 11.3433, -1.30237},
            {-0.910156, 12.3818, -1.3037},
            {-3.98047, 6.54102, -1.30989},
            {-3.98047, 2.75439, -1.31091},
            {-3.99854, -2.55371, -1.31236},
            {-3.9458, -8.30127, -1.31405},
            {-2.45557, 11.5679, -4.86698},
            {4.16699, 6.49707, -4.65243},
            {-1.67334, 8.26611, -4.65243},
            {-3.91553, -8.68408, -4.30133},
            {-3.92529, -5.62988, -4.29815},
            {-3.79492, -2.00879, -4.33006},
            {-3.91553, 2.21729, -4.30255},
            {-3.89209, 6.56543, -4.30991},
            {-3.91357, 9.95068, -4.30266},
            {-0.506348, 3.8877, -4.63743}
        };
    };
    class Land_Tovarna1 : Industrial {
        positions[] = {
            {-1.58008, -8.16553, -5.78086},
            {-7.3208, -7.71973, -5.78086},
            {-8.38721, -3.58691, -5.78086},
            {-6.13232, 0.00292969, -5.78086},
            {2.88525, 0.282227, -5.78086},
            {3.36865, -7.23535, -5.78086},
            {-10.0503, 1.52637, -5.78086},
            {-9.42871, 5.5083, -5.78086},
            {-3.55566, 5.71826, -5.78086},
            {1.7373, 5.45264, -5.78086},
            {-9.21777, -3.45557, -2.83723},
            {-9.28418, -7.93555, -0.346546},
            {-11.395, 1.28223, -0.346545},
            {-0.158691, -7.87158, -0.346546},
            {-2.10059, 5.12158, -0.346546},
            {5.29443, 2.46143, -0.346545},
            {-9.44385, -0.41748, 2.15934},
            {-4.41064, -1.57959, 2.27309},
            {-4.02832, 3.33789, 2.15353},
            {-9.55273, -7.86816, 2.15353},
            {2.35938, -7.13672, 2.15354},
            {3.08447, -2.16895, 2.30305},
            {-1.05957, -1.76221, 4.81585},
            {1.06396, -2.81104, 4.80337},
            {3.14941, -8.1084, 5.41551},
            {-11.272, -7.90137, 5.16765},
            {2.75391, 2.14014, 5.06198}
        };
    };
    class Land_Mil_Barracks_i : Military {
        positions[] = {
            {8.81836, 1.99756, -1.29074},
            {5.35254, 2.6582, -1.12467},
            {5.28711, -2.30518, -1.04361},
            {1.9873, 2.31934, -1.12467},
            {1.26221, -2.45459, -1.12467},
            {-0.637207, -2.36035, -1.12467},
            {-3.83008, -2.31787, -1.12467},
            {-7.72803, 2.51855, -1.12467},
            {-8.29102, -2.33789, -1.12467},
            {-9.0083, 1.4917, -1.11453},
            {-6.3042, 1.34717, -1.11453},
            {-2.91748, 1.229, -1.11453},
            {0.13623, 1.31543, -1.11453},
            {2.92236, -1.89941, 0.0904365},
            {2.91553, -0.931641, 0.0892687},
            {1.37256, -0.182617, -1.11453},
            {2.79883, -1.07129, -0.700651},
            {3.07617, -1.96631, -0.700651},
            {-0.335449, -0.978516, 0.0891948},
            {-0.387695, -2.01416, 0.0904441},
            {-0.29834, -1.04932, -0.700651},
            {-0.351074, -1.99414, -0.700651},
            {-2.25586, -2.26807, -1.11453},
            {-2.01367, -0.166504, -1.11453},
            {-3.64941, -0.90918, 0.0891109},
            {-3.56152, -2.03174, 0.0904655},
            {-3.56152, -1.104, -0.700651},
            {-3.50098, -2.07227, -0.700651},
            {-5.28125, -2.50488, -1.11453},
            {-5.10156, -0.0512695, -1.11453},
            {-7.04443, -1.20898, -1.11453},
            {-6.79834, -0.804688, -0.700651},
            {-6.80859, -2.05811, -0.700651},
            {-6.66602, -1.97559, 0.0904846},
            {-6.7876, -0.980469, 0.0892844},
            {-8.48682, -0.311035, -1.11453},
            {-6.8125, 0.204102, -1.11453},
            {-3.23584, 2.75977, -1.11453},
            {8.80957, 1.99121, -1.27942},
            {5.35547, 2.64746, -1.12466},
            {5.29053, -2.31543, -1.04358},
            {1.99023, 2.30859, -1.12466},
            {1.26514, -2.46582, -1.12466},
            {-0.634277, -2.37109, -1.12466},
            {-3.82715, -2.32813, -1.12466},
            {-7.7251, 2.50781, -1.12466},
            {-8.28809, -2.34863, -1.12466},
            {4.10596, -0.787109, -0.0880127},
            {-6.68164, -2.06445, 0.0905762},
            {-6.79004, -0.858398, 0.0891113},
            {-6.63965, -1.12793, -0.700653},
            {-6.78662, -2.05371, -0.700653},
            {-9.23145, -0.078125, -1.11453},
            {-9.59131, 0.680664, 0.752686},
            {-3.51318, -0.973633, -0.700653},
            {-3.32715, -1.95508, -0.700653},
            {-3.62451, -2.0127, 0.0904236},
            {-3.41455, -1.0459, 0.0892639},
            {-3.08887, 0.49707, 0.747742},
            {-3.35352, -0.078125, -1.11453},
            {-5.45752, -2.11719, -1.11453},
            {-5.62256, 0.424805, -1.11453},
            {-2.96777, 1.0957, -1.11453},
            {-8.90527, 1.35449, -1.11453},
            {0.350586, 1.3291, -1.11453},
            {-0.199707, -0.953125, 0.0891418},
            {-0.17334, -2.02441, 0.0904541},
            {-0.28418, -1.17969, -0.700653},
            {-0.0874023, -1.83496, -0.700653},
            {-0.208496, 0.0996094, -1.11453},
            {-2.02148, -2.25293, -1.11453},
            {-2.47363, 0.390625, 0.747742},
            {2.95947, -0.899414, 0.0892029},
            {3.02246, -1.9707, 0.0905151},
            {2.92236, -0.885742, -0.700653}
        };
    };
    class Land_Mil_House : Military {
        positions[] = {
            {-2.22754, 6.05078, -5.40743},
            {5.66064, 6.09082, -5.42608}
        };
    };
    class Land_Barn_W_01 : Industrial {
        positions[] = {
            {0.319336, 22.0996, -3.16416},
            {1.87939, 18.3315, -2.66323},
            {-5.38672, 9.02148, -2.66161},
            {-6.12598, -9.67822, -2.65835},
            {5.98584, 9.46582, -2.66168},
            {5.81006, -9.92627, -2.65831},
            {-1.06689, -18.0542, -2.6569},
            {-6.21777, -14.6694, -2.65749},
            {6.47217, 14.5044, -2.66257},
            {8.19775, 14.7026, -3.03541},
            {-8.12109, -14.8257, -2.99953},
            {3.00684, 4.28906, -2.65579},
            {-2.79492, 0.774414, -2.65518},
            {2.69678, -1.83691, -2.65472},
            {0.101563, -7.79834, -2.65368},
            {3.08984, -13.8525, -2.65263},
            {-1.9707, -12.4604, -2.65287},
            {-4.34766, -4.88086, -2.65419},
            {0.231934, 6.58936, -2.65619},
            {-3.56299, 14.0039, -2.65748},
            {1.06836, 12.4033, -2.6572},
            {-5.21387, 18.3252, -2.65823}
        };
    };
    class Land_Hut01 : Military {
        positions[] = {
            {1.26221, 2.54785, -0.453082},
            {-0.604004, 1.229, -0.453081},
            {0.569336, -1.44971, -0.453081},
            {3.21094, 2.86572, -0.453082},
            {3.28662, -2.32568, -0.453082},
            {-0.050293, -2.79248, -0.453081}
        };
    };
    class Land_Hut02 : Tourist {
        positions[] = {
            {0.935547, 2.68896, -0.447202},
            {-1.00586, 0.864258, -0.447202},
            {0.691406, -0.642578, -0.447202}
        };
    };
    class Land_Hut_old02 : Industrial {
        positions[] = {
            {-5.46436, 0.186035, -2.06117},
            {-6.96338, -7.99658, -3.03452},
            {-5.61719, -1.90674, -3.03452},
            {-8.32568, 0.972168, -3.03452},
            {-5.396, 3.49658, -3.03452},
            {-7.49365, 8.12256, -3.03452},
            {-3.8833, 8.75586, -3.03452},
            {1.83447, 8.42285, -3.03452},
            {1.87793, 4.25098, -3.03454},
            {-3.96826, 2.91699, -3.03452},
            {-2.5249, 0.866211, -3.03452},
            {-3.7168, -2.05225, -3.03452},
            {-3.80664, -4.56592, -3.03452},
            {1.87305, -8.45654, -3.03452},
            {1.81396, -1.64941, -3.03452},
            {4.64063, -7.3623, -3.03452},
            {6.25879, -3.15332, -3.03452},
            {4.08203, 4.06299, -3.03452},
            {4.27637, 8.68652, -3.03452},
            {-3.56494, -0.382813, -2.06117}
        };
    };
    class Land_Kostel_trosky : Industrial {
        positions[] = {
            {4.10791, -7.10986, -5.32276},
            {4.3374, -1.19727, -5.32276},
            {4.21924, 3.61572, -5.32276},
            {0.0493164, 4.00293, -5.32276},
            {-4.46826, 4.22998, -5.32274},
            {-3.96777, -3.91797, -5.32276},
            {-4.17383, -12.1025, -5.32276}
        };
    };
    class Land_Hut04 : Shop {
        positions[] = {
            {-0.800781, 2.23096, -0.438963},
            {0.916016, 0.979492, -0.438963},
            {-0.689941, -1.47021, -0.438963},
            {3.35986, 2.05469, -1.32596},
            {2.13477, -1.28711, -1.32602},
            {-1.47021, -3.40137, -1.32597},
            {-3.96045, 1.59766, -1.32594}
        };
    };
    class land_camo_box : Military {
        positions[] = {
            {1.42236, 2.63623, -1.83044},
            {-1.99951, -2.50049, -1.83042}
        };
    };
    class Land_Stoplight01 : Medical {
        positions[] = {
            {-0.333984, 0.0341797, 1.00136e-005}
        };
    };
    class Land_Hut03 : Shop {
        positions[] = {
            {0.0078125, 0.0356445, -1.35843}
        };
    };
    class Land_Mil_ControlTower : Military {
        positions[] = {
            {-3.19873, 4.23486, -10.1801},
            {1.91211, 6.2666, -9.65514},
            {9.7959, 4.93359, -7.40382},
            {3.73584, 6.32275, -5.49014},
            {-0.0952148, 4.50879, -5.49011},
            {5.85107, 3.51953, 2.76533},
            {2.48096, -1.08447, -1.09513},
            {4.06787, 0.534668, -1.09514},
            {6.04883, 0.92041, -1.09513},
            {0.720215, 5.94873, -0.824704},
            {-0.0981445, -3.99658, -1.08337},
            {9.90479, -4.10449, -1.08337},
            {-0.52002, -5.53906, -1.08334},
            {-0.0810547, 3.18799, -1.08337},
            {0.208496, 2.55273, 2.70074},
            {-0.533691, -5.61621, -10.1801},
            {1.76123, 2.47705, 2.7516},
            {7.31787, 3.68701, 2.75348},
            {7.46191, -1.47754, 2.92547},
            {1.81689, -1.40479, 2.75529},
            {3.97119, 3.45117, -9.69014},
            {10.084, 6.03955, -9.69014},
            {7.73926, 3.78223, -9.69014},
            {5.55518, 3.8125, -5.50014},
            {2.79346, 3.80957, -5.50014},
            {1.7749, 5.91211, -5.50014},
            {7.38623, 2.16504, -0.375875},
            {6.13232, 3.95508, -0.626308},
            {5.87891, 3.98877, -0.246309},
            {6.25488, 3.98584, 0.133691},
            {5.40039, -1.75586, -0.375875},
            {7.52441, -1.39453, -1.07984},
            {7.43359, 1.06543, -1.07984},
            {1.50488, 2.32178, -1.07984}
        };
    };
    class Land_Fuelstation : VehicleService {
        positions[] = {
            {4.03857, -3.77539, -2.28235},
            {-2.08545, 0.887207, -2.28234},
            {0.974609, 4.27832, -2.28235}
        };
    };
    class Land_Misc_deerstand : Military {
        positions[] = {
            {-0.839355, 0.656738, -2.14562},
            {-0.745605, -0.562988, 1.05895},
            {0.674316, -0.607422, 1.05895},
            {0.03125, -1.17871, 1.05895},
            {0.326172, 0.190918, 1.05895}
        };
    };
    class Land_Hut06 : Shop {
        positions[] = {
            {-1.05566, 2.30762, -1.56116},
            {0.730469, 1.12646, -1.56118},
            {-0.834961, 0.0385742, -1.56118}
        };
    };
    class Land_House_K_8_EP1 : CivillianUpperClass {
        positions[] = {
            {1.45654, 2.94873, -2.61917},
            {-1.12109, 3.91455, -2.61989},
            {-0.847656, -1.52344, -2.57857},
            {-3.33936, -0.00390625, -2.14783},
            {-1.48145, -0.221191, 0.224882},
            {3.68652, -3.29639, 0.338902},
            {-3.00781, -3.77783, 0.86015},
            {3.7168, 3.2002, 0.284635},
            {1.65869, 5.3252, 0.344557},
            {-1.61816, 5.2627, 0.341716},
            {-4.53955, 2.13428, 0.622854},
            {-0.00195313, -0.379883, 6.24372},
            {3.28125, -1.71533, 3.56925},
            {3.28564, 4.11768, 5.84676},
            {-3.06592, 1.69531, -2.20273},
            {-2.70703, 3.73779, -1.81757},
            {3.25977, -0.118164, -1.81873},
            {2.94971, -0.210449, -2.15827},
            {2.98975, -0.179688, -2.47412},
            {2.72217, -3.33936, -2.69243},
            {0.12207, 3.95752, 0.220601},
            {0.714355, 1.21338, 0.219934},
            {-0.637695, 2.91748, 3.33999},
            {-2.41455, -0.300781, 3.33852},
            {1.42041, 2.74561, 3.82},
            {2.69336, 3.13721, 3.33886},
            {1.30469, -0.635742, 3.33933}
        };
    };
    class Land_Garaz_mala : VehicleService {
        positions[] = {
            {0.769531, 0.39209, -1.13187},
            {-0.688477, 1.42432, -1.13188},
            {-1.79639, 3.05518, -1.15686},
            {-1.79639, -2.44482, -1.13186},
            {0.0537109, -3.34473, -1.13186},
            {1.87354, -2.45654, -1.13186},
            {1.87354, 3.04346, -1.13186},
            {0.581055, 3.3252, -1.13184}
        };
    };
    class Land_Ind_Pec_01 : Industrial {
        positions[] = {
            {-6.479, -14.1802, -17.2016},
            {6.69824, -14.189, -17.1466},
            {-3.79395, -1.62402, -17.2016},
            {5.41895, -1.08008, -17.2016},
            {9.83936, -7.71436, -17.131},
            {9.50684, -9.36865, -3.6009},
            {-7.83154, -13.3428, 2.4262},
            {6.21826, -1.22168, 14.9557},
            {6.146, -8.13965, 14.9175},
            {5.97607, -1.71533, 15.1761},
            {-4.66895, 13.6323, -22.5782},
            {3.16699, 4.69629, -22.5782},
            {-3.3252, -4.76514, -22.5782},
            {6.40137, -12.3804, -22.5782}
        };
    };
    class Land_Ind_Pec_03b : Tourist {
        positions[] = {
            {0.74707, 28.7446, -5.35608},
            {3.67969, 25.1436, 4.02961},
            {-1.70654, 24.9961, 4.02961},
            {1.26709, 19.9468, 4.02961},
            {-0.658203, -21.5537, 5.76684},
            {10.1182, -23.4795, 5.76684},
            {11.0103, -11.9482, 5.76684},
            {0.220215, -8.7915, 5.76684},
            {-1.13818, 2.9873, 5.76684},
            {9.20459, 6.99609, 5.76684},
            {2.1709, 14.8926, 5.76684},
            {-4.90674, 10.2246, 5.76684},
            {11.355, 15.1255, 5.76684},
            {4.91113, -1.69531, 5.76684},
            {3.65479, -17.4863, 5.76684},
            {-13.2671, -17.4717, 0.968636},
            {-8.64404, -15.3857, 0.968637},
            {-13.5884, -11.7505, 0.968636},
            {-8.82031, -9.9292, 0.968636}
        };
    };
    class Land_Kostel3 : Tourist {
        positions[] = {
            {0.0908203, -17.9849, -15.7858}
        };
    };
    class Land_House_C_3_EP1 : Shop {
        positions[] = {
            {-6.66797, -3.28711, -3.89512},
            {-7.02539, 0.134277, -3.89512},
            {-6.50537, 2.98975, -3.89512},
            {-0.0229492, -2.34766, -4.01071},
            {4.20117, -2.84424, -3.94126},
            {7.19336, -1.83984, -3.94127},
            {7.39893, 3.57373, -3.94127},
            {6.67139, -3.15771, -0.523245},
            {4.53076, -3.15674, -0.535188},
            {6.73584, 3.59229, -0.550792},
            {4.83154, 3.80811, -0.556517},
            {-1.52441, -2.65088, 1.94156},
            {-1.9375, -0.0561523, 1.90953},
            {4.10645, -3.7915, 4.05307},
            {8.08545, -3.78369, 4.10309},
            {8.11328, 4.15039, 4.10088},
            {3.94092, 4.14941, 4.07305},
            {5.98486, 1.03076, 4.09763},
            {0.188965, 1.94824, 5.03395},
            {2.01807, -3.12939, 5.35206},
            {-1.9458, -3.95801, 5.12369},
            {-4.77051, -3.61865, 4.36201},
            {-8.19922, -3.6123, 4.6508},
            {-3.95947, 3.99268, 4.36202},
            {-8.08008, 3.9917, 4.22195},
            {-5.94775, 1.06592, 4.36201},
            {-5.01953, -3.36084, 0.549701},
            {-7.07813, -3.51855, 0.549701},
            {-4.57227, 4.00879, 0.549701},
            {-6.19238, 3.89404, 0.549701},
            {-6.06641, 0.860352, 0.549701},
            {6.70361, -0.443848, -3.01599},
            {4.01953, 1.98242, -3.91359},
            {5.28711, 0.0610352, -0.51811},
            {0.853516, -3.99951, 2.4611},
            {-0.975098, -4.07617, 2.4611},
            {-2.43115, 1.68604, 4.89514},
            {-7.76221, 3.57959, 1.58803},
            {-4.09717, -3.16943, 0.982981}
        };
    };
    class Land_ruin_01 : Tourist {
        positions[] = {
            {-0.648926, 0.0229492, -1.72044},
            {-5.12256, 3.26172, -1.72044},
            {-3.70703, -3.2627, -1.72045},
            {-0.163574, -3.64307, -1.74546},
            {3.40625, 0.0229492, -1.72045},
            {-5.10938, -1.22998, -1.72045},
            {0.821777, -3.01563, -1.69034},
            {2.54785, 1.84033, -1.72045},
            {-3.27881, 3.60156, -1.72044},
            {-5.38135, 1.54443, -1.72045}
        };
    };
    class Land_House_K_5_EP1 : CivillianLowerClass {
        positions[] = {
            {-3.30371, 0.140137, 1.78113},
            {-0.289063, -1.74805, 1.35903},
            {-4.73779, 3.45264, 1.49228},
            {3.9585, -0.0654297, 2.30561},
            {-6.35938, -2.45361, 0.559874},
            {1.50977, 0.118652, 1.92043},
            {-1.5083, 4.22559, 2.3051},
            {-4.19043, 1.18066, 2.44702},
            {-4.5293, 1.19287, 2.10747},
            {-4.04199, 1.17432, 1.79162},
            {-5.35547, 2.43115, 1.00252},
            {4.45703, 3.4248, 2.28084},
            {2.43359, 1.09717, 1.98535},
            {-0.0952148, 2.06641, 1.51624}
        };
    };
    class Land_House_K_6_EP1 : CivillianLowerClass {
        positions[] = {
            {-6.96729, 5.95166, -1.60543},
            {-4.125, -3.39648, -1.60263},
            {-0.295898, 1.8999, -1.63443},
            {1.21924, 5.50146, -1.63434},
            {6.69922, 5.36914, -1.70718},
            {2.2583, 3.86182, -1.63435},
            {-0.406738, 2.14502, 1.44499},
            {-0.413574, 0.0224609, 1.44499},
            {-4.60303, 1.67383, 1.45927},
            {-4.60449, 0.0297852, 1.46056},
            {1.07764, 5.1665, 1.44499},
            {-2.58301, -3.36572, 4.3819},
            {-2.02246, 1.52051, -1.14724},
            {3.09473, 2.30518, -1.17489},
            {3.16553, 2.6958, -0.495308},
            {3.12256, 1.98242, -0.119483},
            {3.13525, 1.86182, -1.17489},
            {2.78564, 2.57861, -1.60932},
            {-0.401855, 3.02393, -0.77243},
            {4.25586, -2.08398, -1.60936},
            {-0.335449, -2.7959, -1.60947},
            {4.15576, 5.10938, 1.46999},
            {2.88623, 3.12158, 2.10386},
            {3.24512, -2.3501, 1.46937},
            {-4.12354, -1.77832, 1.48801},
            {-2.33643, 0.90332, 1.49666},
            {-4.91406, 4.13916, 1.95799},
            {2.01709, 1.19922, 4.45264},
            {0.308594, -1.7915, 4.45264},
            {3.24805, -2.78662, 4.45264},
            {0.00390625, 4.54248, 4.45264},
            {4.31689, 4.5127, 4.4331},
            {-0.728027, -0.0766602, 5.42167},
            {-0.649902, 0.350586, 5.08212},
            {-0.63916, -0.081543, 4.76627},
            {-0.62793, 0.181152, 4.45264},
            {-4.62646, 1.64844, 4.84777},
            {-2.00488, 3.50439, 4.23366},
            {-3.8584, -1.31738, 4.17101},
            {-1.79932, 0.67627, 4.89767}
        };
    };
    class Land_House_K_3_EP1 : CivillianUpperClass {
        positions[] = {
            {-5.14697, -4.72168, -0.906751},
            {-2.42969, -0.243652, -0.816752},
            {-0.67627, -2.78809, -0.816753},
            {1.68311, 0.194824, -0.816753},
            {1.74365, 5.13037, -0.564108},
            {-2.46143, 5.87695, -0.564108},
            {-6.50879, 4.39258, -0.966749},
            {1.11426, 1.06494, 2.96325},
            {-4.24316, 3.27637, 1.98875},
            {-2.25342, 0.253418, 3.52125},
            {-5.59033, 2.88525, -0.056838},
            {-5.10449, 2.82422, 0.263861},
            {-5.25439, 2.875, -0.415719},
            {-5.90186, 2.85498, 0.639687},
            {-5.6582, 2.79541, -0.90775},
            {-4.55811, -1.70068, -0.90775},
            {2.13477, -3.09326, 0.0263829},
            {-1.10303, -3.34912, -0.314297},
            {-0.961914, 1.62109, -0.0614443},
            {-0.360352, 1.61768, 0.259255},
            {-0.703125, 1.61328, -0.420325},
            {0.533691, 4.77197, 2.74575},
            {-0.807617, 2.83887, 2.74575},
            {-1.71094, 1.56104, 3.39788},
            {-1.18945, -2.04053, 3.09635},
            {-5.09766, 1.01416, 2.03619},
            {-5.15771, -2.63281, 1.92152}
        };
    };
    class Land_LampShabby_F : Medical {
        positions[] = {
            {-0.181641, 0.0419922, -3.77204}
        };
    };
    class Land_House_L_9_EP1 : CivillianLowerClass {
        positions[] = {
            {2.55127, -0.229004, -0.643693},
            {1.46875, 1.62939, -0.647921},
            {-2.2749, 1.76221, -0.537257},
            {-1.30078, 0.0268555, -0.628793}
        };
    };
    class Land_A_Office01_EP1 : CivillianUpperClass {
        positions[] = {
            {-14.8096, 5.58398, -1.94606},
            {-9.9458, -3.55615, -1.94606},
            {-0.203613, -5.9502, -4.43386},
            {-13.6958, 0.418945, -4.43575},
            {11.3042, 0.20752, -4.43575},
            {8.78564, 0.122559, -1.94606},
            {1.3042, 0.456543, -1.94606},
            {-4.94531, 4.04346, -4.43634},
            {-7.71094, 5.03906, -4.42385},
            {-6.36768, 0.372559, -4.42385},
            {2.04102, 1.06641, -4.42385},
            {-1.82129, -3.34961, -4.42385},
            {4.52148, -1.91455, -4.42385},
            {4.22217, 2.17822, -4.42385},
            {1.8208, 2.27881, -4.42385},
            {-0.175781, 5.59375, -4.42385},
            {-0.588379, 2.41553, -4.42385},
            {4.9668, 5.86914, -4.42385},
            {2.23438, 4.99902, -4.42385},
            {14.0386, -3.5625, -4.42385},
            {15.8008, -2.18555, -4.42385},
            {12.9346, -1.37744, -4.42385},
            {12.415, -5.17578, -4.42385},
            {15.6064, -5.16455, -4.42385},
            {2.7749, -4.37646, -1.92385},
            {-2.17139, -0.491699, -1.92385},
            {-8.39404, 1.10498, -1.92385},
            {-6.19775, -0.591797, -1.92385},
            {-12.3223, -0.466797, -1.92385},
            {-0.499023, 4.38281, -1.92385},
            {0.591797, 2.1582, -1.92385},
            {3.83154, 2.11523, -1.92385},
            {5.68994, 5.49414, -1.92385},
            {4.39697, 5.97363, -1.92385},
            {2.19922, 4.09082, -1.92385},
            {7.99756, -1.40967, -1.92385},
            {10.2271, -1.65088, -1.92385},
            {10.5708, -5.52734, -1.92385},
            {6.93408, -5.44434, -1.92385},
            {9.1792, -3.80566, -1.92385},
            {13.1279, 2.18994, -1.92385},
            {15.9473, 2.24805, -1.92385},
            {13.9414, 1.96973, -1.92385},
            {15.9473, 4.72803, -1.92385},
            {11.9033, 5.99805, -1.92385},
            {12.1113, 4.5166, -1.92385},
            {14.8696, 6.0459, -1.92385},
            {14.6475, 0.237793, -1.92385},
            {-5.10596, -3.45947, -1.92385},
            {-14.5137, -4.53809, -1.92385},
            {-15.2437, 0.541504, -1.92385},
            {-3.06885, 2.34424, 0.576158},
            {0.447754, 3.20117, 0.576158},
            {1.53369, 0.0805664, 0.576158},
            {13.7959, -3.8623, 0.576148},
            {7.87402, -3.50684, 0.576148},
            {8.68799, 2.62305, 0.576158},
            {14.5649, 4.7417, 0.576158},
            {-1.81641, 5.51514, 0.576158},
            {-12.2578, 5.27734, 0.576158},
            {-11.8301, 0.54834, 0.576158},
            {-5.10156, 4.01758, 0.576158},
            {-6.57129, 0.300293, 0.576158}
        };
    };
    class Land_Ind_Vysypka : Industrial {
        positions[] = {
            {-4.64844, -26.8618, -5.50827},
            {-6.72852, -11.9331, -5.03563},
            {-6.55127, 2.64014, -5.03595},
            {-5.82715, 20.2607, -5.04239},
            {1.8374, 25.3921, -5.42108},
            {5.96338, 17.7681, -5.03733},
            {5.76074, 8.96289, -5.03732},
            {9.82715, 2.59863, -5.03732},
            {6, -4.73145, -5.03732},
            {9.53076, -11.7817, -5.03731},
            {6.58545, -19.2427, -5.03731},
            {-8.72314, -19.6206, -5.01795},
            {0.488281, -15.7456, -5.01983},
            {-8.47803, -5.62451, -5.02084},
            {-0.0209961, -1.04834, -5.02278},
            {0.448242, 5.29346, -5.02413},
            {-8.51172, 9.67188, -5.02396},
            {0.610352, 13.8696, -5.0259},
            {-6.87451, 26.9355, -5.03656},
            {1.28125, 29.3379, -5.0285},
            {9.10693, 9.53223, -5.84882},
            {9.93848, -5.18506, -5.84882},
            {9.58398, -18.3506, -5.84882}
        };
    };
    class Land_i_House_Small_03_V1_dam_F : CivillianLowerClass {
        positions[] = {
            {-1.72607, 1.22412, -0.418538},
            {-3.71191, -0.641113, -0.403537},
            {-2.47363, 4.50635, -0.403537},
            {0.833008, 4.55859, -0.403537},
            {4.92822, 0.305176, -0.403538},
            {3.89844, -4.94531, -0.403537},
            {0.556641, 2.43213, -0.418538},
            {3.29053, 4.25293, -0.418538},
            {2.77686, -0.662598, -0.418538}
        };
    };
    class Land_A_Villa_EP1 : Military {
        positions[] = {
            {14.8394, -7.78467, -5.09365},
            {3.2876, 3.66895, -5.09363},
            {-5.32617, 14.7271, -5.09365},
            {-12.1719, 14.1025, -5.09363},
            {9.10498, -2.09717, -1.51084},
            {-4.99951, -4.39307, -1.51083},
            {4.58398, 6.97949, -1.51059},
            {-2.26709, 15.2515, -1.51083},
            {-8.68506, 15.0449, -1.51083},
            {-15.0063, 14.7217, -1.51083},
            {-0.222656, -0.0874023, 1.9568},
            {-7.53613, 7.94873, 1.94524},
            {7.94629, -5.24707, 1.96603},
            {7.94629, -17.7305, 1.96616},
            {-15.0698, 10.8389, -5.22093},
            {-2.9668, 10.0684, -5.21482},
            {8.80908, 7.53223, -5.21482},
            {-2.05322, 3.86475, -5.21482},
            {3.97363, -1.9668, -5.21482},
            {13.3315, -1.87549, -4.64078},
            {14.6782, -1.86084, -4.64197},
            {13.2212, -3.3877, -4.64132},
            {8.19287, -3.28516, -5.21482},
            {13.7051, 4.85205, -5.21482},
            {12.0869, -13.1187, -5.22093},
            {15.6494, -12.9873, -4.58725},
            {7.35449, -0.00976563, -1.52238},
            {-0.130859, 0.938477, -1.52238},
            {-1.41357, 11.1245, -1.05126},
            {-0.711426, 11.7422, -1.10608},
            {-2.23193, 11.8145, -1.10592},
            {-2.44043, 10.6387, -1.1048},
            {-4454.41, -7610.79, -8.4014}
        };
    };
    class Land_Shed_Small_F : VehicleService {
        positions[] = {
            {-2.67725, -9.50244, -2.13132},
            {-2.95801, -0.694336, -2.13135},
            {-3.12012, 9.59912, -2.13135}
        };
    };
    class Land_Obstacle_Climb_F : Medical {
        positions[] = {
            {0.785645, 0.097168, -0.93153},
            {-1.25488, -0.0834961, -0.931503}
        };
    };
    class Land_LampStreet_F : Medical {
        positions[] = {
            {-0.644043, -1.92188, -6.12383},
            {0.217285, -2.32275, -6.12377}
        };
    };
    class Land_Crane_F : Industrial {
        positions[] = {
            {-5.83887, 1.76025, -17.8698},
            {-8.87793, 0.000976563, -16.8039},
            {-10.1675, -0.0444336, 5.80902},
            {-8.71045, 1.604, 5.75985},
            {-7.36084, -1.45361, 5.79838}
        };
    };
    class Land_Kiosk_papers_F : Shop {
        positions[] = {
            {-2.50635, 2.83398, -1.98375},
            {2.66895, 2.90576, -1.98375},
            {2.8667, -2.70508, -1.98375},
            {-2.75342, -2.81738, -1.98375},
            {-1.89258, -1.22119, -1.5135},
            {-1.86133, -1.42432, -1.1825},
            {-1.94434, -0.925781, -0.8055},
            {-1.03613, -1.95801, -1.1825},
            {-1.34912, -1.86279, -1.5135},
            {-1.76758, -1.90088, -0.8055},
            {-0.225098, -1.93262, -1.1825},
            {0.303711, -1.84521, -1.1825},
            {0.0683594, -1.83008, -1.5135},
            {-0.425293, -1.85889, -0.8055},
            {0.942383, -1.88916, -0.8055},
            {1.83398, -0.966797, -0.8055},
            {1.93555, -1.7876, -0.8055},
            {1.95898, -1.51807, -1.1825},
            {1.87988, -1.10693, -1.5135},
            {1.47266, -1.7876, -1.5135},
            {1.10889, -1.8584, -1.5135},
            {1.35889, -1.90234, -1.1825},
            {1.44238, -1.91309, -0.8055},
            {1.3833, -1.84277, -1.98375},
            {-0.0649414, -1.97168, -1.98375},
            {-1.97461, -1.16406, -1.98375},
            {-1.33887, 1.57227, -1.98375},
            {0.152344, -0.474609, -1.98375},
            {1.59326, 1.54053, -1.98375},
            {1.82275, -0.418457, -1.98375}
        };
    };
    class Land_Addon_04_V1_ruins_F : Industrial {
        positions[] = {
            {2.75732, -0.65918, 1.02022},
            {2.41504, 1.64258, 1.23257},
            {-1.79688, -0.181641, 0.999686},
            {-3.42773, -0.144043, 0.999452},
            {-3.20703, 4.03564, 1.04629},
            {-1.68848, 3.604, 1.09337},
            {-0.82373, 2.04053, 0.776043}
        };
    };
    class land_ibr_zoodoor : Military {
        positions[] = {
            {1.79688, -0.65918, -3.56569},
            {-0.424805, 2.48828, -3.56565}
        };
    };
    class Land_i_Stone_HouseBig_V2_dam_F : CivillianLowerClass {
        positions[] = {
            {-1.91357, 0.235352, -1.68245},
            {-2.17041, 2.95752, -1.56067},
            {2.59668, 2.70166, 1.19249},
            {0.786133, -2.83984, 1.19249},
            {-2.37207, 1.10156, 1.19249},
            {2.32764, -0.392578, -1.67138},
            {-0.868164, 1.11084, -0.604514},
            {-0.414063, -2.74561, -1.77251},
            {-2.21875, -2.09424, 1.12749},
            {1.42236, 0.00585938, 1.15249},
            {4.66406, 1.20654, 1.14749},
            {4.51074, -0.919434, 1.14749}
        };
    };
    class Land_Carousel_01_F : Medical {
        positions[] = {
            {0.632324, -0.00341797, -0.101912},
            {-0.862305, -0.180664, -0.101912}
        };
    };
    class Land_d_Shop_01_V1_F : Tourist {
        positions[] = {
            {5.73633, 2.69775, -2.60855},
            {0.00634766, 3.01709, -2.90728},
            {1.25586, 4.28027, -2.90728},
            {1.51758, -2.25635, -2.90728},
            {3.51318, 2.44043, -2.90728},
            {5.64307, -0.480469, -1.68833},
            {3.86719, 0.240234, 0.963694},
            {1.37598, -5.26465, 0.9346},
            {0.00683594, -3.81885, 0.964576},
            {4.93164, -5.13916, 0.934603}
        };
    };
    class Land_d_Shop_02_V1_F : Tourist {
        positions[] = {
            {-1.18555, -0.423828, -2.79262}
        };
    };
    class Land_d_House_Big_01_V1_F : Tourist {
        positions[] = {
            {-0.834473, 10.1816, -2.19723}
        };
    };
    class Land_u_Addon_02_V1_F : CivillianLowerClass {
        positions[] = {
            {0.109863, 1.58691, 0.0524373},
            {2.90283, 3.31836, 0.0524373},
            {2.69482, 1.73047, 0.143331},
            {-1.36816, 3.51025, 0.0716987},
            {-1.35107, 0.150391, 0.0716987},
            {-2.19287, 1.94385, 0.0524373}
        };
    };
    class Land_spp_Transformer_F : VehicleService {
        positions[] = {
            {-1.29248, -1.44287, -0.743492}
        };
    };
    class Land_Barn_Metal : Industrial {
        positions[] = {
            {6.43115, -16.6021, -5.44357},
            {-3.34131, -19.0396, -5.44357},
            {-7.58154, -2.63525, -5.46857},
            {-8.6792, -24.8193, -5.23485},
            {0.766113, -24.2241, -5.44357},
            {10.3101, -24.8315, -5.44357},
            {9.41406, -5.81006, -5.46857},
            {10.2676, 22.4839, -5.46857},
            {-8.67871, -24.8188, -5.44351},
            {-9.22217, 16.9497, 5.56145},
            {-9.53516, -3.17432, 5.56143},
            {0.598633, -25.1963, 5.56143},
            {10.9126, -26.7417, 5.56143},
            {-2.78125, -8.36328, -5.44357},
            {6.08643, -2.90186, -5.44357},
            {0.179199, 4.07227, -5.44357},
            {-4.21094, 11.6714, -5.44357},
            {5.80127, 15.0342, -5.44357},
            {-7.12012, 21.3984, -5.44356},
            {10.6978, -17.998, 5.58008},
            {10.7827, -2.85791, 5.58008},
            {10.7886, 10.418, 5.58008},
            {10.6162, 22.6255, 5.58008},
            {6.91699, 22.6841, 5.58008},
            {-5.02881, 22.6587, 5.58008},
            {-9.46143, 9.01172, 5.58008},
            {-9.45313, -14.1577, 5.58008},
            {-9.42822, -24.8433, 5.58008},
            {-5.71582, -3.19336, 5.58008},
            {4.43896, -3.24805, 5.58008}
        };
    };
    class Land_Hospital_side2_F : Industrial {
        positions[] = {
            {-4.2207, 2.18945, -8.13095},
            {12.3003, 0.894043, -8.13095},
            {2.54541, 1.36816, 11.219},
            {-1.48096, -8.68848, 11.4991},
            {11.2104, -3.82227, 10.6577},
            {-1.47803, -9.50732, 11.2189},
            {-7.28174, -9.95752, 7.2384}
        };
    };
    class Land_Hospital_main_F : Medical {
        positions[] = {
            {-2.07764, 17.1772, -8.05684},
            {-4.15527, 15.8711, -8.04201},
            {-4.15527, 7.51123, -8.04201},
            {-4.06934, 0.341309, -8.04201},
            {-2.89795, -14.4712, -8.04201},
            {6.7749, 4.61084, -8.04087},
            {13.0596, -6.12891, -8.04005},
            {13.3486, -0.709473, 7.32734},
            {-5.2876, -6.90283, 7.53592},
            {-2.63379, -19.8945, 7.32734},
            {-5.28711, -6.90283, 7.32737},
            {2.59424, 14.5205, 7.32734}
        };
    };
    class Land_Hospital_side1_F : Medical {
        positions[] = {
            {-2.78467, 9.24121, -1.95247},
            {-2.98926, 9.2627, 11.0537},
            {4.15137, 9.27881, 11.0561},
            {3.90869, 9.23047, -3.77245},
            {-2.53369, -1.48389, 7.43984},
            {7.94385, -7.83789, 7.43984}
        };
    };
    class Land_Dum_olez_istan2 : CivillianLowerClass {
        positions[] = {
            {1.40381, -3.50293, -0.2461},
            {-3.05811, 5.68994, -0.2461},
            {-6.06494, 3.10303, 0.01266},
            {0.14502, -5.25098, 0.464965},
            {-4.85547, -3.90771, 0.68597},
            {-1.79053, 5.59326, 0.848444},
            {-0.220215, 5.27539, 0.221226},
            {0.0952148, 4.21338, 0.221226},
            {0.599609, 0.945801, -0.246091},
            {-3.36328, 1.55176, -0.24609},
            {-6.63379, -0.304199, 0.932723},
            {-6.61133, 4.29297, 0.932723}
        };
    };
    class Land_Dum_olez_istan2_maly2 : Tourist {
        positions[] = {
            {-2.83936, 4.41699, -2.50002},
            {-2.5874, -4.36768, -2.50001}
        };
    };
    class Land_Dum_olez_istan2_maly : CivillianLowerClass {
        positions[] = {
            {-2.75244, -3.8252, -1.87886},
            {-2.75, -3.06934, -1.87886},
            {-2.27539, 0.117188, -1.87886},
            {0.179199, 1.51758, -1.87886},
            {1.77734, 4.53076, -1.87886},
            {-0.498535, 3.9126, -1.87886},
            {-1.23877, 1.1543, -1.87886},
            {-3.32031, -0.755859, -1.87886},
            {-0.0810547, -1.79199, -1.87886},
            {-1.16016, 4.62842, -1.89883},
            {3.18018, -1.74805, -1.87886},
            {2.98242, 2.28418, 1.93322},
            {2.48047, 3.71924, 1.32012},
            {-1.48682, 1.5918, 1.32011},
            {-3.38623, 2.07275, 1.32011},
            {-2.80566, 4.92627, 1.32011},
            {-2.90332, -2.10156, 1.32011},
            {3.09619, 3.58691, -1.31003},
            {3.3252, 4.65186, -1.31427},
            {1.29492, 4.93604, 2.54585},
            {-1.38721, 4.98682, 2.54585},
            {1.91943, -0.790527, 1.84627},
            {0.838379, 0.00390625, 1.84627}
        };
    };
    class Land_GH_House_1_F : CivillianUpperClass {
        positions[] = {
            {1.13623, 0.0737305, -2.10117},
            {2.18457, -9.26807, -2.12617},
            {-2.18555, -9.26807, -2.12617},
            {2.18457, -9.26807, 1.37383},
            {-2.18555, -9.26807, 1.37383},
            {3.89063, 0.170898, -2.12617},
            {-3.82764, 0.171875, -2.12617},
            {3.88672, 0.240234, 1.37382},
            {-3.99756, 0.090332, 1.37382},
            {2.65918, -0.775391, -2.10117},
            {3.7373, -2.50879, -2.10117},
            {3.73145, -6.47363, -2.10117},
            {1.10547, -6.50488, -2.10117},
            {1.06787, -2.50977, -2.10117},
            {2.48242, -4.57031, -2.10117},
            {-3.59668, -3.32666, -2.10117},
            {-3.51953, -6.36426, -2.10117},
            {-1.0249, -6.41748, -2.10117},
            {-0.967773, -2.72754, -2.10117},
            {-2.3457, -4.9248, -2.10117},
            {-1.07666, -1.521, 0.148827},
            {-2.66016, 0.669434, -2.10117},
            {0.0610352, 2.61719, -2.10117}
        };
    };
    class Land_Dum_olez_istan1 : Shop {
        positions[] = {
            {1.34619, -5.13379, -1.85044},
            {1.34863, -4.37793, -1.85044},
            {1.82324, -1.19092, -1.85044},
            {4.27734, 0.208984, -1.85044},
            {3.59473, 2.54443, -1.85044},
            {-4.43506, 5.31738, -1.85044},
            {-4.02441, 1.3667, -1.85044},
            {-4.92188, -2.66895, -1.85044},
            {-0.863281, 1.16309, -1.87042},
            {7.27051, -3.05518, -1.85044},
            {7.08105, 0.976074, 1.96172},
            {6.57861, 2.41113, 1.34853},
            {2.61182, 0.283691, 1.34853},
            {-4.07813, -0.238281, 1.34854},
            {-3.59521, -4.92188, 1.34854},
            {-7.55908, 2.09277, -1.16482},
            {-7.48975, -4.01855, -0.860201},
            {-2.19727, -4.54834, -1.07937},
            {7.16602, 2.36084, -1.29963},
            {5.40674, 3.62305, 2.57426},
            {2.70117, 3.69531, 2.57426},
            {6.03125, -2.11865, 1.87468},
            {5.03369, -1.37109, 1.87468},
            {2.29443, -2.52246, 1.33596},
            {4.18115, 2.30908, 1.33596}
        };
    };
    class Land_Ind_Workshop01_02 : VehicleService {
        positions[] = {
            {-0.193848, -1.02002, -1.47098},
            {-1.03369, 0.827637, -1.45367},
            {0.956055, 0.636719, -1.45431}
        };
    };
    class Land_GH_House_2_F : CivillianLowerClass {
        positions[] = {
            {2.17676, -9.06494, -0.301174},
            {-2.19336, -9.06494, -0.301173},
            {3.88379, 0.373535, -0.301183},
            {-3.83545, 0.375, -0.301172},
            {2.66797, 1.14111, -0.336174},
            {0.855957, 0.0244141, -0.336174},
            {3.40039, -2.52148, -0.336174},
            {3.54443, -6.57227, -0.336174},
            {0.939941, -5.94629, -0.336174},
            {1.07617, -2.67041, -0.336174},
            {-2.67725, 0.958984, -0.336174},
            {-0.876953, -6.50488, -0.336174},
            {-3.72607, -6.16162, -0.336174},
            {-2.19971, -4.12598, -0.336174},
            {-3.55908, -2.64404, -0.336174},
            {-1.06299, -1.85596, -0.336174},
            {-1.02637, 1.25488, -0.336174}
        };
    };
    class Land_cmp_Tower_F : Industrial {
        positions[] = {
            {-1.40723, 0.406738, 9.73847},
            {-0.188477, -1.5708, 9.73847},
            {0.959473, 0.527344, 9.73847}
        };
    };
    class Land_LampHalogen_F : Medical {
        positions[] = {
            {-0.726074, -0.919434, -5.98217}
        };
    };
    class Land_i_Addon_02_V1_F : Tourist {
        positions[] = {
            {2.69824, 1.7168, 0.085825},
            {-1.33936, 3.51025, 0.085825},
            {-1.32227, 0.150391, 0.085825},
            {0.165039, 1.75293, 0.0644782},
            {2.50879, 3.73584, 0.0644782}
        };
    };
    class Land_A_Hospital : Medical {
        positions[] = {
            {-14.5698, -1.38428, -6.90602},
            {-14.5981, -2.67725, -6.90438},
            {-16.0713, -1.08496, -6.90073},
            {-15.9619, -3.00293, -7.3686},
            {-12.0303, -4.81494, -7.3686},
            {-12.1694, -2.22021, -7.3686},
            {-13.293, -2.70117, -6.90952},
            {-13.2974, -1.17334, -6.90912},
            {-10.9229, -1.37256, -6.91108},
            {-10.8906, -3.12305, -6.91141},
            {-7.77197, -4.94531, -7.3686},
            {-6.05371, -2.13184, -7.3686},
            {-5.96777, -0.934082, -6.90601},
            {-3.28223, -3.89502, -6.36603},
            {-0.76416, -3.95557, -6.36603},
            {1.65137, -3.84424, -6.36603},
            {-0.842773, -2.92236, -7.3686},
            {-0.881348, -1.26904, -7.3686},
            {2.75879, -0.974121, -6.90781},
            {4.125, -0.94873, -6.90833},
            {4.2583, -4.36182, -7.3686},
            {7.34375, -2.75244, -7.3686},
            {5.99219, -3.10205, -6.90458},
            {6.06689, -1.854, -6.90058},
            {7.03271, -0.884277, -6.90924},
            {8.35107, -0.912598, -6.9075},
            {9.771, -0.979004, -6.9053},
            {11.9873, -3.35156, -7.3686},
            {18.0679, -4.021, -6.9082},
            {16.5664, -4.08008, -6.90569},
            {11.3379, -5.55713, -7.3686},
            {0.166504, -5.92236, -7.3686}
        };
    };
    class Land_A_CraneCon : Industrial {
        positions[] = {
            {-8.87793, 0.000976563, -16.8039},
            {-10.1675, -0.0444336, 5.80902},
            {-8.71045, 1.604, 5.75985},
            {-7.36084, -1.45361, 5.79838}
        };
    };
    class Land_TBox_F : VehicleService {
        positions[] = {
            {-1.06494, -1.37207, -1.70685}
        };
    };
    class Land_GH_Gazebo_F : Tourist {
        positions[] = {
            {-4.50391, -1.80859, -1.76616},
            {-6.35645, -1.83252, -1.76501},
            {-6.45215, 3.13232, -1.76616},
            {-4.47559, 3.14795, -1.76616},
            {-0.116211, 0.0966797, -1.76616},
            {-1.10986, 0.876465, -1.76612},
            {-0.0151367, 1.54053, -1.76616},
            {0.935547, 0.815918, -1.76609},
            {3.7085, -1.48047, -1.76616},
            {3.43799, 2.98584, -1.76616},
            {6.51318, -1.44189, -1.76616}
        };
    };
    class Land_GH_MainBuilding_left_F : Tourist {
        positions[] = {
            {4.18213, 17.4526, -1.68432},
            {10.6416, 18.9888, -1.68432},
            {-3.13721, 15.417, -1.68432},
            {-8.91553, 13.8643, -1.68432},
            {14.4922, -13.3413, -1.91566},
            {18.2383, -12.4443, 1.20259},
            {15.5342, -0.175781, -1.06907},
            {-8.96436, 8.27441, -1.06905},
            {4.85889, 12.0947, -1.06908},
            {11.6353, 13.7163, -1.06896},
            {11.1035, -6.01172, 3.37644},
            {12.6377, 9.48145, 3.84039},
            {6.4126, 7.51123, 3.42891},
            {2.49219, -8.15381, 3.37644},
            {-1.42334, 6.2124, 4.16463},
            {-5.92334, 5.11328, 4.16464},
            {-2.9082, -19.1812, 3.83704},
            {-10.8076, -8.92041, -1.91566},
            {16.6934, -4.82178, 3.37644},
            {13.3647, 6.08691, -1.05389},
            {11.3291, 8.56543, -1.05389},
            {14.0742, 3.06836, -1.05389},
            {12.7559, -4.16504, -1.05389},
            {11.0757, -1.04102, -1.05389},
            {0.885742, -3.83545, -1.05388},
            {1.02344, -0.669434, -1.05388},
            {0.28125, 6.27246, -1.05388},
            {-1.65723, 3.7627, -1.05388},
            {0.797363, 2.78369, -1.05388},
            {-1.75049, -1.44678, -1.05388},
            {-1.75928, 9.47168, -1.05388},
            {16.5967, -6.66846, -1.05379},
            {7.18555, 7.05371, -1.05389},
            {6.18896, 3.50732, -1.05389},
            {4.04004, 6.37695, -1.05389},
            {9.36377, 1.60107, -1.05389},
            {7.16016, 1.48633, -1.05389},
            {5.00635, 0.676758, -1.05389},
            {-2.01221, -8.62744, -1.05387},
            {-3.61914, -12.041, -1.05387},
            {0.833496, -12.6499, -1.05388},
            {-0.668945, -16.8535, -1.05387},
            {5.51318, -15.4482, -1.05388},
            {3.92578, -11.043, 0.04284},
            {1.18994, -9.94678, 0.0429201},
            {1.96387, -11.3545, 0.04284},
            {2.79834, -9.87256, -1.05388},
            {0.217285, -8.40039, -1.05388},
            {3.04199, -5.81592, -1.05388},
            {5.86084, -7.15332, -1.05388},
            {10.7539, -14.959, -1.05389}
        };
    };
    class Land_GH_MainBuilding_entry_F : Shop {
        positions[] = {
            {0.0737305, -15.083, -0.152101},
            {-4.22168, -18.2041, -0.152101},
            {3.67871, -18.0068, -0.152101},
            {0.509277, -18.9941, -0.152101}
        };
    };
    class Land_GH_MainBuilding_middle_F : Tourist {
        positions[] = {
            {3.62354, 19.23, -0.0911093},
            {4.32324, -11.1313, 0.521419},
            {4.23535, -14.5264, 0.521421},
            {2.29688, 1.52539, 0.521414},
            {7.5166, 11.3154, 0.521409},
            {3.31152, 10.5977, -0.32245},
            {-3.24414, 11.1016, -0.32245},
            {3.76758, -2.73828, 4.97233},
            {5.78467, -6.23047, 4.97233},
            {4.50098, -11.0581, 4.97234},
            {-0.0107422, -13.1509, 5.18114},
            {-0.0102539, -1.35889, 4.97234},
            {-4.5293, -3.4624, 4.97233},
            {-5.80469, -8.28125, 4.97233},
            {-3.78857, -11.772, 4.97234},
            {3.0874, 11.2681, 2.76811},
            {-3.05518, 11.356, 2.76811},
            {4.36963, -16.541, 4.97234},
            {-0.0102539, -13.1494, 4.97239},
            {-0.0102539, -1.35986, 5.18127},
            {-2.12598, 3.604, 4.97233},
            {2.92432, 2.71582, 4.97233},
            {-2.31689, 1.52539, 0.521415},
            {-6.55273, 6.25342, 0.521412},
            {-3.06543, 19.23, -0.0911081},
            {-9.52539, -15.6362, 0.521422},
            {0.0419922, -8.92822, 1.1883}
        };
    };
    class Land_GH_MainBuilding_right_F : Tourist {
        positions[] = {
            {11.6323, -18.0488, 3.83704},
            {3.09229, -19.1812, 3.83704},
            {10.9917, -8.92041, -1.91566},
            {-3.42139, 17.4531, -1.68432},
            {-9.43213, 18.9912, -1.68432},
            {3.89893, 15.417, -1.68432},
            {9.67871, 13.8628, -1.68432},
            {-14.8921, -13.0605, -1.68432},
            {-15.0518, -7.07178, -1.0565},
            {-14.3081, -13.3423, 1.20259},
            {9.14844, 8.27441, -1.06908},
            {4.59814, 9.71582, -1.06908},
            {-0.556641, 10.1294, -1.03291},
            {-4.67529, 12.0947, -1.06908},
            {-0.132324, -18.2842, -1.0689},
            {-10.9194, -6.26172, 3.37644},
            {-12.4668, 9.42578, 3.85325},
            {-6.26709, 7.5083, 3.42891},
            {-2.30811, -7.90381, 3.37644},
            {1.60693, 6.21289, 4.16464},
            {-16.7109, -4.39014, 3.37644},
            {2.05811, 0.107422, -1.05388},
            {-0.549805, 6.49365, -1.05389},
            {2.1958, 3.6875, -1.05388},
            {-0.604004, 2.72119, -1.05388},
            {-0.504883, -0.401855, -1.05388},
            {5.60889, 3.88672, -1.05388},
            {7.24316, 0.395508, -1.05388},
            {8.14551, 3.05615, -1.05388},
            {6.08984, -2.45068, -1.05388},
            {-13.665, -0.660645, -1.05389},
            {-7.36035, -2.46533, -1.05389},
            {0.69873, -4.33789, -1.05388},
            {3.01025, -8.45068, -1.05387},
            {-4.26172, -14.4229, -1.05388},
            {2.58984, -13.8989, -1.05387},
            {-1.00977, -10.0918, 0.0429201},
            {-1.74756, -11.2725, 0.0429201},
            {-3.37891, -10.9971, 0.04284},
            {-9.52979, -13.9927, -1.05389},
            {-9.68457, -10.8848, -1.05389},
            {-2.60596, -9.95654, -1.05388},
            {0.424805, -7.37012, -1.05388},
            {-3.73291, -7.70898, -1.05388},
            {-5.74365, -5.39795, -1.05388},
            {-6.83447, 1.25879, -1.05389},
            {-3.33496, 6.95117, -1.05389},
            {-7.40137, 6.79736, -1.05389},
            {-5.28369, 3.70166, -1.05389},
            {-9.27783, 2.74805, -1.05389},
            {-13.4971, 3.14209, -1.05389},
            {-10.3931, 9.12256, -1.0539},
            {-13.1572, 8.52979, -1.0539},
            {-13.542, 5.12109, -1.05389},
            {-11.167, 6.13477, -1.05389},
            {-10.4136, 12.7236, -1.0539}
        };
    };
    class Land_Nav_Boathouse : Tourist {
        positions[] = {
            {1.58594, 9.50439, 3.70432},
            {-5.27393, 9.50732, 3.7058},
            {5.32471, -1.97217, 3.70308},
            {1.57031, 7.4624, 3.70231},
            {-5.16406, 0.720703, 3.7051},
            {-5.77344, 6.96484, 3.70992},
            {7.66602, 3.99365, 3.70044},
            {7.36963, 8.46729, 3.70006},
            {-7.71973, 5.28223, 3.70566},
            {-7.72021, 0.739746, 3.70461},
            {7.66602, -2.47119, 3.70288}
        };
    };
    class Land_Factory_Main_F : Industrial {
        positions[] = {
            {-2.68945, 4.52832, -6.35811},
            {-9.62695, 11.1138, -6.32811},
            {-8.62695, 14.1538, -6.32811},
            {6.2583, 16.6733, -3.07811},
            {6.25195, 16.6748, 4.82222},
            {6.42139, 16.6821, 5.3763},
            {-5.53223, 8.29541, -6.32353},
            {-3.87939, 6.18848, -6.35811}
        };
    };
    class Land_Majak2 : Military {
        positions[] = {
            {0.153809, -0.931152, -8.09946},
            {-0.0908203, 0.698242, -8.09946},
            {-0.012207, -0.380371, 1.69604},
            {0.000976563, -1.89648, 1.69604}
        };
    };
    class Land_BeachBooth_01_F : Shop {
        positions[] = {
            {0.015625, 0.0117188, -1.09721}
        };
    };
};

Here are some pictures of the map and traders

Map:

Spoiler

Map.png

Trader #1:

Spoiler

20170112185207_1.jpg20170112185230_1.jpg20170112185244_1.jpg

Trader #2:

Spoiler

20170112185306_1.jpg20170112185318_1.jpg

Trader #3

Spoiler

20170112185341_1.jpg20170112185350_1.jpg20170112185356_1.jpg

Simple Boat Trader:

Spoiler

20170112185523_1.jpg

Upgraded Drulovka Military Base:

Spoiler

 

20170112185439_1.jpg20170112200514_1.jpg20170112200615_1.jpg

Hopefully more servers pop up with this map being used :)

 

 

Edited by DavieReid88
  • Like 5

Share this post


Link to post
Share on other sites
Advertisement

@clarkycalLad Just change the name of the pbo from winthera3 to panthera3, the map download has both winthera and panthera files in it, whenever you want to use either just change the name or have 2 named different. 

Edited by DavieReid88
  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.