1. Dashboard
  2. Forum
    1. Unerledigte Themen
  3. Downloads
  4. Galerie
    1. Alben
  5. Toolbox
    1. Passwort Generator
    2. Portchecker
  6. Mitglieder
    1. Mitgliedersuche
    2. Benutzer online
    3. Trophäen
    4. Team
Mo: 19 Mai 2025
  • Anmelden oder registrieren
  • Suche
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Artikel
  • Forum
  • Dateien
  • Seiten
  • Bilder
  • Erweiterte Suche

Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.

Anmelden oder registrieren
    1. Nodezone.net Community
    2. Forum
    3. Gameserver & Hosting
    4. ArmA Series - ArmA 3 / Reforger
    5. Hilfeforum

    Server startet nach XXX_Config edit nicht mehr

    • Timo Steckelstepp
    • 10. Februar 2017 um 21:45
    • Geschlossen
    • Erledigt
    • Timo Steckelstepp
      Anfänger
      Trophäen
      9
      Beiträge
      23
      • 10. Februar 2017 um 21:45
      • #1

      Hallo,

      mein Server startet dann zwar noch, aber ich werde instant wieder gekickt.
      Ich füge jediglich in der Vehicle_Config bei den Civ Fahrzeugen folgende Zeile darunter hinzu: { "C_Kart_01_Blu_F", { "", "", -1 } }
      Das Kart besitzt schon eine eigene Class.

      Hier die Config:

      Spoiler anzeigen

      class CarShops {
      /*
      * ARRAY FORMAT:
      * 0: STRING (Classname)
      * 1: ARRAY (This is for limiting items to certain things)
      * 0: Variable to read from
      * 1: Variable Value Type (SCALAR / BOOL /EQUAL)
      * 2: What to compare to (-1 = Check Disabled)
      *
      * BLUFOR Vehicle classnames can be found here: Arma 3 CfgVehicles WEST - Bohemia Interactive Community
      * OPFOR Vehicle classnames can be found here: Arma 3 CfgVehicles EAST - Bohemia Interactive Community
      * Independent Vehicle classnames can be found here: Arma 3 CfgVehicles GUER - Bohemia Interactive Community
      * Civilian Vehicle classnames can be found here: Arma 3 CfgVehicles CIV - Bohemia Interactive Community
      */
      class civ_car {
      side = "civ";
      vehicles[] = {
      { "B_Quadbike_01_F", { "", "", -1 } },
      { "C_Hatchback_01_F", { "", "", -1 } },
      { "C_Offroad_01_F", { "", "", -1 } },
      { "C_SUV_01_F", { "", "", -1 } },
      { "C_Hatchback_01_sport_F", { "", "", -1 } },
      { "C_Van_01_transport_F", { "", "", -1 } },
      { "C_Kart_01_Blu_F", { "", "", -1 } }
      };
      };

      class kart_shop {
      side = "civ";
      vehicles[] = {
      { "C_Kart_01_Blu_F", { "", "", -1 } },
      { "C_Kart_01_Fuel_F", { "", "", -1 } },
      { "C_Kart_01_Red_F", { "", "", -1 } },
      { "C_Kart_01_Vrana_F", { "", "", -1 } }
      };
      };

      class civ_truck {
      side = "civ";
      vehicles[] = {
      { "C_Van_01_box_F", { "", "", -1 } },
      { "I_Truck_02_transport_F", { "", "", -1 } },
      { "I_Truck_02_covered_F", { "", "", -1 } },
      { "B_Truck_01_transport_F", { "", "", -1 } },
      { "O_Truck_03_transport_F", { "", "", -1 } },
      { "O_Truck_03_covered_F", { "", "", -1 } },
      { "B_Truck_01_box_F", { "", "", -1 } },
      { "O_Truck_03_device_F", { "", "", -1 } },
      { "C_Van_01_fuel_F", { "", "", -1 } },
      { "I_Truck_02_fuel_F", { "", "", -1 } },
      { "B_Truck_01_fuel_F", { "", "", -1 } }
      };
      };

      class civ_air {
      side = "civ";
      vehicles[] = {
      { "C_Heli_Light_01_civil_F", { "", "", -1 } },
      { "B_Heli_Light_01_F", { "", "", -1 } },
      { "O_Heli_Light_02_unarmed_F", { "", "", -1 } }
      };
      };

      class civ_ship {
      side = "civ";
      vehicles[] = {
      { "C_Rubberboat", { "", "", -1 } },
      { "C_Boat_Civil_01_F", { "", "", -1 } },
      { "B_SDV_01_F", { "", "", -1 } }
      };
      };

      class reb_car {
      side = "civ";
      vehicles[] = {
      { "B_Quadbike_01_F", { "", "", -1 } },
      { "B_G_Offroad_01_F", { "", "", -1 } },
      { "O_MRAP_02_F", { "", "", -1 } },
      { "B_Heli_Light_01_stripped_F", { "", "", -1 } },
      { "B_G_Offroad_01_armed_F", { "", "", -1 } }
      };
      };

      class med_shop {
      side = "med";
      vehicles[] = {
      { "C_Offroad_01_F", { "", "", -1 } },
      { "I_Truck_02_medical_F", { "", "", -1 } },
      { "O_Truck_03_medical_F", { "", "", -1 } },
      { "B_Truck_01_medical_F", { "", "", -1 } }
      };
      };

      class med_air_hs {
      side = "med";
      vehicles[] = {
      { "B_Heli_Light_01_F", { "", "", -1 } },
      { "O_Heli_Light_02_unarmed_F", { "", "", -1 } }
      };
      };

      class cop_car {
      side = "cop";
      vehicles[] = {
      { "C_Offroad_01_F", { "", "", -1 } },
      { "C_SUV_01_F", { "", "", -1 } },
      { "C_Hatchback_01_sport_F", { "life_coplevel", "SCALAR", 1 } },
      { "B_MRAP_01_F", { "life_coplevel", "SCALAR", 2 } },
      { "B_MRAP_01_hmg_F", { "life_coplevel", "SCALAR", 3 } }
      };
      };

      class cop_air {
      side = "cop";
      vehicles[] = {
      { "B_Heli_Light_01_F", { "", "", -1 } },
      { "B_Heli_Transport_01_F", { "life_coplevel", "SCALAR", 3 } }
      };
      };

      class cop_ship {
      side = "cop";
      vehicles[] = {
      { "B_Boat_Transport_01_F", { "", "", -1 } },
      { "C_Boat_Civil_01_police_F", { "", "", -1 } },
      { "B_Boat_Armed_01_minigun_F", { "life_coplevel", "SCALAR", 3 } },
      { "B_SDV_01_F", { "", "", -1 } }
      };
      };
      };

      class LifeCfgVehicles {
      /*
      * Vehicle Configs (Contains textures and other stuff)
      *
      * "price" is the price before any multipliers set in Master_Config are applied.
      *
      * Default Multiplier Values & Calculations:
      * Civilian [Purchase, Sell]: [1.0, 0.5]
      * Cop [Purchase, Sell]: [0.5, 0.5]
      * Medic [Purchase, Sell]: [0.75, 0.5]
      * ChopShop: Payout = price * 0.25
      * GarageSell: Payout = price * [0.5, 0.5, 0.5, -1]
      * Cop Impound: Payout = price * 0.1
      * Pull Vehicle from Garage: Cost = price * [1, 0.5, 0.75, -1] * [0.5, 0.5, 0.5, -1]
      * -- Pull Vehicle & GarageSell Array Explanation = [civ,cop,medic,east]
      *
      * 1: ARRAY (license required)
      * Ex: { "driver", "" , "" , "" } //civilian, west, independent, east
      * licenses[] = { {"CIV"}, {"COP"}, {"MEDIC"}, {"EAST"} };
      * Textures config follows { Texture Name, side, {texture(s)path}}
      * Texture(s)path follows this format:
      * INDEX 0: Texture Layer 0
      * INDEX 1: Texture Layer 1
      * INDEX 2: Texture Layer 2
      * etc etc etc
      *
      */

      class Default {
      vItemSpace = -1;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = -1;
      textures[] = {};
      };

      class I_Truck_02_medical_F {
      vItemSpace = 150;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 25000;
      textures[] = {};
      };

      class O_Truck_03_medical_F {
      vItemSpace = 200;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 45000;
      textures[] = {};
      };

      class B_Truck_01_medical_F {
      vItemSpace = 250;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 60000;
      textures[] = {};
      };

      class C_Rubberboat {
      vItemSpace = 45;
      licenses[] = { {"boat"}, {""}, {""}, {""} };
      price = 5000;
      textures[] = { };
      };

      class B_Heli_Transport_01_F {
      vItemSpace = 200;
      licenses[] = { {""}, {"cAir"}, {""}, {""} };
      price = 200000;
      textures[] = {};
      };

      class B_MRAP_01_hmg_F {
      vItemSpace = 100;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 750000;
      textures[] = {
      { "Black", "cop", {
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
      } }
      };
      };

      class B_Boat_Armed_01_minigun_F {
      vItemSpace = 175;
      licenses[] = { {""}, {"cg"}, {""}, {""} };
      price = 75000;
      textures[] = { };
      };

      class B_Boat_Transport_01_F {
      vItemSpace = 45;
      licenses[] = { {""}, {"cg"}, {""}, {""} };
      price = 3000;
      textures[] = { };
      };

      class O_Truck_03_transport_F {
      vItemSpace = 285;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 200000;
      textures[] = { };
      };

      class O_Truck_03_device_F {
      vItemSpace = 350;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 450000;
      textures[] = { };
      };

      class Land_CargoBox_V1_F {
      vItemSpace = 5000;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = -1;
      textures[] = {};
      };

      class Box_IND_Grenades_F {
      vItemSpace = 350;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = -1;
      textures[] = {};
      };

      class B_supplyCrate_F {
      vItemSpace = 700;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = -1;
      textures[] = {};
      };

      class B_G_Offroad_01_F {
      vItemSpace = 65;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 12500;
      textures[] = { };
      };

      class B_G_Offroad_01_armed_F {
      vItemSpace = 65;
      licenses[] = { {"rebel"}, {""}, {""}, {""} };
      price = 750000;
      textures[] = { };
      };

      class C_Boat_Civil_01_F {
      vItemSpace = 85;
      licenses[] = { {"boat"}, {""}, {""}, {""} };
      price = 22000;
      textures[] = { };
      };

      class C_Boat_Civil_01_police_F {
      vItemSpace = 85;
      licenses[] = { {""}, {"cg"}, {""}, {""} };
      price = 20000;
      textures[] = { };
      };

      class B_Truck_01_box_F {
      vItemSpace = 450;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 350000;
      textures[] = { };
      };

      class B_Truck_01_transport_F {
      vItemSpace = 325;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 275000;
      textures[] = { };
      };

      class O_MRAP_02_F {
      vItemSpace = 60;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 150000;
      textures[] = { };
      };

      class C_Offroad_01_F {
      vItemSpace = 65;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 12500;
      textures[] = {
      { "Red", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_co.paa"
      } },
      { "Yellow", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE01_CO.paa"
      } },
      { "White", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE02_CO.paa"
      } },
      { "Blue", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE03_CO.paa"
      } },
      { "Dark Red", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE04_CO.paa"
      } },
      { "Blue / White", "civ", {
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa",
      "\A3\soft_F\Offroad_01\Data\offroad_01_ext_BASE05_CO.paa"
      } },
      { "Taxi", "civ", {
      "#(argb,8,8,3)color(0.6,0.3,0.01,1)"
      } },
      { "Police", "cop", {
      "#(ai,64,64,1)Fresnel(1.3,7)"
      } }
      };
      };

      class C_Kart_01_Blu_F {
      vItemSpace = 20;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 15000;
      textures[] = {};
      };
      /*
      To edit another information in this classes you can use this exemple.
      class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{
      vItemSpace = 40;
      price = ;
      };

      will modify the virtual space and the price of the vehicle, but other information such as license and textures will pick up the vehicle declare at : Vehicle {};
      */
      class C_Kart_01_Fuel_F : C_Kart_01_Blu_F{}; // Get all information of C_Kart_01_Blu_F
      class C_Kart_01_Red_F : C_Kart_01_Blu_F{};
      class C_Kart_01_Vrana_F : C_Kart_01_Blu_F{};

      class C_Hatchback_01_sport_F {
      vItemSpace = 45;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 40000;
      textures[] = {
      { "Red", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport01_co.paa"
      } },
      { "Dark Blue", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport02_co.paa"
      } },
      { "Orange", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport03_co.paa"
      } },
      { "Black / White", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport04_co.paa"
      } },
      { "Beige", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport05_co.paa"
      } },
      { "Green", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_sport06_co.paa"
      } },
      { "Police", "cop", {
      "#(ai,64,64,1)Fresnel(1.3,7)"
      } }
      };
      };

      class B_Quadbike_01_F {
      vItemSpace = 25;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 2500;
      textures[] = {
      { "Brown", "cop", {
      "\A3\Soft_F\Quadbike_01\Data\Quadbike_01_co.paa"
      } },
      { "Digi Desert", "reb", {
      "\A3\Soft_F\Quadbike_01\Data\quadbike_01_opfor_co.paa"
      } },
      { "Black", "civ", {
      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_black_co.paa"
      } },
      { "Blue", "civ", {
      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_blue_co.paa"
      } },
      { "Red", "civ", {
      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_red_co.paa"
      } },
      { "White", "civ", {
      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_civ_white_co.paa"
      } },
      { "Digi Green", "civ", {
      "\A3\Soft_F_beta\Quadbike_01\Data\quadbike_01_indp_co.paa"
      } },
      { "Hunter Camo", "civ", {
      "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
      } },
      { "Rebel Camo", "reb", {
      "\a3\soft_f_gamma\Quadbike_01\data\quadbike_01_indp_hunter_co.paa"
      } }
      };
      };

      class I_Truck_02_covered_F {
      vItemSpace = 250;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 100000;
      textures[] = {
      { "Orange", "civ", {
      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
      "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
      } },
      { "Black", "cop", {
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
      } }
      };
      };

      class I_Truck_02_transport_F {
      vItemSpace = 200;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 75000;
      textures[] = {
      { "Orange", "civ", {
      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
      "\a3\soft_f_beta\Truck_02\data\truck_02_kuz_co.paa"
      } },
      { "Black", "cop", {
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
      } }
      };
      };

      class O_Truck_03_covered_F {
      vItemSpace = 300;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 250000;
      textures[] = {};
      };

      class C_Hatchback_01_F {
      vItemSpace = 40;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 9500;
      textures[] = {
      { "Beige", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base01_co.paa"
      } },
      { "Green", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base02_co.paa"
      } },
      { "Blue", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base03_co.paa"
      } },
      { "Dark Blue", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base04_co.paa"
      } },
      { "Yellow", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base06_co.paa"
      } },
      { "White", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base07_co.paa"
      } },
      { "Grey", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base08_co.paa"
      } },
      { "Black", "civ", {
      "\a3\soft_f_gamma\Hatchback_01\data\hatchback_01_ext_base09_co.paa"
      } }
      };
      };

      class C_SUV_01_F {
      vItemSpace = 50;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 30000;
      textures[] = {
      { "Dark Red", "civ", {
      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_co.paa"
      } },
      { "Silver", "civ", {
      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_03_co.paa"
      } },
      { "Orange", "civ", {
      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_04_co.paa"
      } },
      { "Police", "cop", {
      "\a3\soft_f_gamma\SUV_01\Data\suv_01_ext_02_co.paa"
      } },
      };
      };

      class C_Van_01_transport_F {
      vItemSpace = 100;
      licenses[] = { {"driver"}, {""}, {""}, {""} };
      price = 45000;
      textures[] = {
      { "White", "civ", {
      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
      } },
      { "Red", "civ", {
      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
      } }
      };
      };

      class C_Van_01_box_F {
      vItemSpace = 150;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 60000;
      textures[] = {
      { "White", "civ", {
      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_co.paa"
      } },
      { "Red", "civ", {
      "\a3\soft_f_gamma\Van_01\Data\van_01_ext_red_co.paa"
      } }
      };
      };

      class B_MRAP_01_F {
      vItemSpace = 65;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 30000;
      textures[] = {
      { "Black", "cop", {
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)",
      "#(argb,8,8,3)color(0.05,0.05,0.05,1)"
      } }
      };
      };

      class B_Heli_Light_01_stripped_F {
      vItemSpace = 90;
      licenses[] = { {""}, {""}, {""}, {""} };
      price = 275000;
      textures[] = {
      { "Rebel Digital", "reb", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
      } }
      };
      };

      class B_Heli_Light_01_F {
      vItemSpace = 90;
      licenses[] = { {"pilot"}, {"cAir"}, {"mAir"}, {""} };
      price = 245000;
      textures[] = {
      { "Police", "cop", {
      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_ion_co.paa"
      } },
      { "Sheriff", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sheriff_co.paa"
      } },
      { "Civ Blue", "civ", {
      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_blue_co.paa"
      } },
      { "Civ Red", "civ", {
      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_co.paa"
      } },
      { "Blueline", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_blueline_co.paa"
      } },
      { "Elliptical", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_elliptical_co.paa"
      } },
      { "Furious", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_furious_co.paa"
      } },
      { "Jeans Blue", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_jeans_co.paa"
      } },
      { "Speedy Redline", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_speedy_co.paa"
      } },
      { "Sunset", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_sunset_co.paa"
      } },
      { "Vrana", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_vrana_co.paa"
      } },
      { "Waves Blue", "civ", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_wave_co.paa"
      } },
      { "Rebel Digital", "reb", {
      "\a3\air_f\Heli_Light_01\Data\Skins\heli_light_01_ext_digital_co.paa"
      } },
      { "Digi Green", "reb", {
      "\a3\air_f\Heli_Light_01\Data\heli_light_01_ext_indp_co.paa"
      } },
      { "EMS White", "med", {
      "#(argb,8,8,3)color(1,1,1,0.8)"
      } }
      };
      };

      class C_Heli_Light_01_civil_F : B_Heli_Light_01_F {
      vItemSpace = 75;
      price = 245000;
      };

      class O_Heli_Light_02_unarmed_F {
      vItemSpace = 210;
      licenses[] = { {"pilot" }, {""}, {"mAir"}, {""} };
      price = 750000;
      textures[] = {
      { "Black", "cop", {
      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_co.paa"
      } },
      { "White / Blue", "civ", {
      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_civilian_co.paa"
      } },
      { "Digi Green", "civ", {
      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_indp_co.paa"
      } },
      { "Desert Digi", "reb", {
      "\a3\air_f\Heli_Light_02\Data\heli_light_02_ext_opfor_co.paa"
      } },
      { "EMS White", "med", {
      "#(argb,8,8,3)color(1,1,1,0.8)"
      } }
      };
      };

      class B_SDV_01_F {
      vItemSpace = 50;
      licenses[] = { {"boat"}, {"cg"}, {""}, {""} };
      price = 150000;
      textures[] = {};
      };

      class C_Van_01_fuel_F {
      vItemSpace = 20;
      vFuelSpace = 19500;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 120000;
      textures[] = {
      { "White", "civ", {
      "\A3\soft_f_gamma\Van_01\data\van_01_ext_co.paa",
      "\A3\soft_f_gamma\Van_01\data\van_01_tank_co.paa"
      } },
      { "Red", "civ", {
      "\A3\soft_f_gamma\Van_01\data\van_01_ext_red_co.paa",
      "\A3\soft_f_gamma\Van_01\data\van_01_tank_red_co.paa"
      } }
      };
      };

      class I_Truck_02_fuel_F {
      vItemSpace = 40;
      vFuelSpace = 42000;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 200000;
      textures[] = {
      { "White", "civ", {
      "\A3\Soft_F_Beta\Truck_02\data\truck_02_kab_co.paa",
      "\A3\Soft_F_Beta\Truck_02\data\truck_02_fuel_co.paa"
      } }
      };
      };

      class B_Truck_01_fuel_F {
      vItemSpace = 50;
      vFuelSpace = 50000;
      licenses[] = { {"trucking"}, {""}, {""}, {""} };
      price = 250000;
      textures[] = {};
      };
      };

      Vielleicht kann mir ja jemand sagen was falsch ist.

      MfG

    • Timo Steckelstepp
      Anfänger
      Trophäen
      9
      Beiträge
      23
      • 10. Februar 2017 um 22:19
      • #2

      Ja, mir ist grade aufgefallen, dass der Server garnicht mehr startet, sobald eine Config minimal bearbeitet wurde...

    • Timo Steckelstepp
      Anfänger
      Trophäen
      9
      Beiträge
      23
      • 10. Februar 2017 um 22:28
      • #3

      RPT LOG:

      Spoiler anzeigen

      22:24:21 SteamAPI initialization failed. Steam features wont's be accessible!
      22:24:22 Cannot register unknown string STR_USRACT_ACTIVESENSORSTOGGLE
      22:24:22 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SENSORS
      22:24:22 Cannot register unknown string STR_CLIENT_IS_HOST
      22:24:22 Cannot register unknown string STR_CLIENT_IS_DS_ADMIN
      22:24:22 Initializing stats manager.
      22:24:22 Stats config disabled.
      22:24:22 sessionID: f2c4b45ec0787af1e72b4abfa53134d1274a3263
      22:24:28 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayEditObject/Controls/B_OK/
      22:24:28 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\http://config.bin/RscDisplayEditObject/Slider/
      22:24:28 Updating base class RscText->RscPicture, by a3\editor_f\http://config.bin/RscDisplayEditObject/Preview/
      22:24:28 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionLoad/Controls/B_OK/
      22:24:28 Updating base class RscShortcutButton->RscButton, by a3\editor_f\http://config.bin/RscDisplayMissionSave/Controls/B_OK/
      22:24:28 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\http://config.bin/CfgMovesMaleSdr/BlendAnims/
      22:24:28 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoScrollbars/
      22:24:28 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoHScrollbars/
      22:24:28 Updating base class ->RscControlsGroup, by a3\ui_f\http://config.bin/RscControlsGroupNoVScrollbars/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLine/
      22:24:28 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/RscActivePicture/
      22:24:28 Updating base class ->RscButton, by a3\ui_f\http://config.bin/RscButtonTextOnly/
      22:24:28 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscShortcutButtonMain/
      22:24:28 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonEditor/
      22:24:28 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscIGUIShortcutButton/
      22:24:28 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscGearShortcutButton/
      22:24:28 Updating base class ->RscShortcutButton, by a3\ui_f\http://config.bin/RscButtonMenu/
      22:24:28 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuOK/
      22:24:28 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuCancel/
      22:24:28 Updating base class ->RscButtonMenu, by a3\ui_f\http://config.bin/RscButtonMenuSteam/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscLoadingText/
      22:24:28 Updating base class ->RscListBox, by a3\ui_f\http://config.bin/RscIGUIListBox/
      22:24:28 Updating base class ->RscListNBox, by a3\ui_f\http://config.bin/RscIGUIListNBox/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackground/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUI/
      22:24:28 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUILeft/
      22:24:28 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIRight/
      22:24:28 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscBackgroundGUIBottom/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUITop/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscBackgroundGUIDark/
      22:24:28 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscBackgroundLogo/
      22:24:28 Updating base class ->RscMapControl, by a3\ui_f\http://config.bin/RscMapControlEmpty/
      22:24:28 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/CA_Mainback/
      22:24:28 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Back/
      22:24:28 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Title_Back/
      22:24:28 Updating base class ->CA_Mainback, by a3\ui_f\http://config.bin/CA_Black_Back/
      22:24:28 Updating base class ->RscTitle, by a3\ui_f\http://config.bin/CA_Title/
      22:24:28 Updating base class ->RscPictureKeepAspect, by a3\ui_f\http://config.bin/CA_Logo/
      22:24:28 Updating base class ->CA_Logo, by a3\ui_f\http://config.bin/CA_Logo_Small/
      22:24:28 Updating base class ->RscButton, by a3\ui_f\http://config.bin/CA_RscButton/
      22:24:28 Updating base class ->CA_RscButton, by a3\ui_f\http://config.bin/CA_RscButton_dialog/
      22:24:28 Updating base class ->RscActiveText, by a3\ui_f\http://config.bin/CA_Ok/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_image2/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/CA_Ok_text/
      22:24:28 Updating base class ->RscPicture, by a3\ui_f\http://config.bin/RscVignette/
      22:24:28 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\http://config.bin/RscMapControlTooltip/
      22:24:28 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\http://config.bin/RscInGameUI/RscUnitInfoAir/
      22:24:28 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\http://config.bin/RscInGameUI/Rs…erviewAssigned/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_OK/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Cancel/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayDebug/Controls/B_Clear/
      22:24:28 Updating base class ->RscText, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/TimeLines/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapture/controls/ButtonAverages/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…vePreviousData/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCapt…onPreviousData/
      22:24:28 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/IconPicture/
      22:24:28 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcOwnedIconPicture/
      22:24:28 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayMain/DlcIconPicture/
      22:24:28 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\http://config.bin/RscDisplayCamp…/OverviewGroup/
      22:24:28 Updating base class RscButton->RscButtonSearch, by a3\ui_f\http://config.bin/RscDisplayCamp…s/SearchButton/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayCamp…s/ButtonCancel/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCamp…tonGameOptions/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenuSteam, by a3\ui_f\http://config.bin/RscDisplayCamp…s/ButtonBuyDLC/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\http://config.bin/RscDisplayCamp…s/ButtonRevert/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayCampaignLoad/controls/ButtonOK/
      22:24:28 Updating base class RscListBox->RscCombo, by a3\ui_f\http://config.bin/RscDisplayCustomizeController/Steepness/
      22:24:28 Updating base class ->RscStandardDisplay, by a3\ui_f\http://config.bin/RscDisplayControlSchemes/
      22:24:28 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayCont…s/ButtonCancel/
      22:24:28 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayCont…trols/ButtonOK/
      22:24:28 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\http://config.bin/RscDisplayFile…verviewPicture/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayFiel…s/ButtonCancel/
      22:24:28 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
      22:24:28 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
      22:24:28 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\http://config.bin/RscDisplayPubl…trols/ButtonOK/
      22:24:28 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\http://config.bin/RscDisplayPubl…s/ButtonCancel/
      22:24:28 Updating base class ->RscSubmenu, by a3\ui_f\http://config.bin/RscMainMenu/
      Cannot update non class from class a3\ui_f\http://config.bin/RscCallSupport/Items/
      Cannot update non class from class a3\ui_f\http://config.bin/RscRadio/Items/
      22:24:28 Updating base class ->DistanceClose, by a3\ui_f\http://config.bin/CfgSimpleTasks/Icon3D/DistanceMid/
      22:24:28 Updating base class ->DistanceClose, by a3\ui_f\http://config.bin/CfgSimpleTasks/Icon3D/DistanceLong/
      22:24:29 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\http://config.bin/CfgMovesMaleSdr/BlendAnims/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\http://config.bin/RscDisplayOpti…kgroundDisable/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\http://config.bin/RscDisplayOpti…ndDisableTiles/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\http://config.bin/RscDisplayConf…kgroundDisable/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\http://config.bin/RscDisplayConf…ndDisableTiles/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\http://config.bin/RscDisplayConf…kgroundDisable/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\http://config.bin/RscDisplayConf…ndDisableTiles/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\http://config.bin/RscDisplayConf…kgroundDisable/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\http://config.bin/RscDisplayConf…ndDisableTiles/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\http://config.bin/RscDisplayGame…kgroundDisable/
      22:24:29 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\http://config.bin/RscDisplayGame…ndDisableTiles/
      22:24:29 Updating base class controls->, by a3\3den\http://config.bin/RscDisplayArcadeMap_Layout_2/Controls/
      22:24:29 Updating base class controls->, by a3\3den\http://config.bin/RscDisplayArcadeMap_Layout_6/Controls/
      22:24:29 Initializing Steam Manager
      22:24:29 unable to load subscribed content list. list will be updated from steam
      22:24:29 unable to load published content list. list will be updated from steam
      22:24:29 unable to load cached items meta info. save and update functionality will be broken
      22:24:29 Steam Manager initialized.
      22:24:29 ============================================================================================= List of mods ===============================================================================================
      22:24:29 modsReadOnly = true
      22:24:29 safeModsActivated = false
      22:24:29 customMods = true
      22:24:29 hash = '967C6D72D84AABD8EC1618D9BFCF10BED29D0F7D'
      22:24:29 hashShort = 'bdca5c8c'
      22:24:29 name | modDir | default | origin | hash | hashShort | fullPath
      22:24:29 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
      22:24:29 @life_server | @life_server | false | GAME DIR | 55bc854e8821424d038a11806762e41fcffae324 | bb5ea40f | /root/Steam/steamapps/common/Arma 3 Server/@life_server
      22:24:29 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
      22:24:29 Arma 3 Apex | expansion | true | GAME DIR | 889deca7b67b3edca0b2da51a5318a40167757dd | c794d30d | /root/Steam/steamapps/common/Arma 3 Server/expansion
      22:24:29 Arma 3 Marksmen | mark | true | GAME DIR | 7129193541b9133ea1bea45441e244eb180cbfe7 | 58644447 | /root/Steam/steamapps/common/Arma 3 Server/mark
      22:24:29 Arma 3 Helicopters | heli | true | GAME DIR | 037b8a52dea414a8999d947ae74a01089ef1178e | 6b140d2c | /root/Steam/steamapps/common/Arma 3 Server/heli
      22:24:29 Arma 3 Karts | kart | true | GAME DIR | 9b8fdc1c10171397e45e8a671074d3b570c758a9 | a5c8c24c | /root/Steam/steamapps/common/Arma 3 Server/kart
      22:24:29 [lexicon]Arma 3 Zeus[/lexicon] | curator | true | GAME DIR | e3578d1509f22cc901180ed73925c9d766cdc84c | e6c7fc7b | /root/Steam/steamapps/common/Arma 3 Server/curator
      22:24:29 Arma 3 | A3 | true | NOT FOUND | | |
      22:24:29 @extDB2 | @extDB2 | false | GAME DIR | | | /root/Steam/steamapps/common/Arma 3 Server/@extDB2
      22:24:29 ==========================================================================================================================================================================================================
      22:24:29 InitSound ...
      22:24:29 InitSound - complete
      22:24:29 Dedicated host created.
      22:24:29 PhysX3 SDK Init started ...
      22:24:29 PhysX3 SDK Init ended.
      Attempt to override final function - rscminimap_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdisplayremotemissions_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdiary_script
      Attempt to override final function - rscdisplaystrategicmap_script
      Attempt to override final function - rscdisplaycommon_script
      Attempt to override final function - rscdisplaygarage_script
      Attempt to override final function - rscdisplayhostsettings_script
      Attempt to override final function - rscdisplayloading_script
      Attempt to override final function - rscdisplaycurator_script
      Attempt to override final function - display3deneditcomposition_script
      Attempt to override final function - display3deneditattributes_script
      Attempt to override final function - display3deneditattributes_script
      Attempt to override final function - rscdisplayhostsettings_script
      Attempt to override final function - rscdisplaycommon_script
      Attempt to override final function - rscdisplaydebriefing_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      Attempt to override final function - rscunitinfo_script
      22:24:33 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
      a3_characters_f
      22:24:33 Loading movesType CfgGesturesMale
      22:24:33 MovesType CfgGesturesMale load time 70 ms
      22:24:33 Loading movesType CfgMovesMaleSdr
      22:24:42 SteamAPI initialization failed. Steam features wont's be accessible!
      22:24:42 Cannot register unknown string STR_USRACT_ACTIVESENSORSTOGGLE
      22:24:42 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SENSORS
      22:24:42 Cannot register unknown string STR_CLIENT_IS_HOST
      22:24:42 Cannot register unknown string STR_CLIENT_IS_DS_ADMIN
      22:24:42 Initializing stats manager.
      22:24:42 Stats config disabled.
      22:24:42 sessionID: 6f734000fae3f585531a291c72af9f631314078d
      22:25:12 Dedicated host created.
      22:25:24 BattlEye Server: Initialized (v1.215)
      22:25:24 Host identity created.
      22:25:24 Game Port: 2302, Steam Query Port: 2303
      Arma 3 Console version1.66.139586 : port 2302
      22:25:30 Timo Steckelstepp uses modified data file
      22:25:30 BattlEye Server: Player #0 Timo Steckelstepp (80.187.99.142:28388) connected
      22:25:30 Player Timo Steckelstepp connecting.
      22:25:30 Mission Altis_Life.Altis read from bank.
      22:25:32 BattlEye Server: Player #0 Timo Steckelstepp - GUID: e5524462545f3230cfff39dee066aa04
      22:25:32 Player Timo Steckelstepp connected (id=76561198220065021).
      22:25:32 BattlEye Server: Verified GUID (e5524462545f3230cfff39dee066aa04) of player #0 Timo Steckelstepp
      22:25:42 Roles assigned.
      22:25:42 Reading mission ...
      22:26:05 Mission read.
      22:26:39 Player Timo Steckelstepp disconnected.
      22:26:39 BattlEye Server: Player #0 Timo Steckelstepp disconnected
      22:26:39 All users disconnected, waiting for users.
      22:27:30

    Registrieren oder Einloggen

    Du bist noch kein Mitglied von Native-Servers.com? Registriere dich kostenlos und werde Teil einer großartigen Community!

    Benutzerkonto erstellen

    Tags

    • Altis 4.4

    Wichtige Links & Informationen

    Server & Hosting-Ressourcen

      Server Administration & Hosting Basics

      Windows Server Support & Guides

      Linux Server Configuration & Help

      Setting up TeamSpeak 3 & VoIP Servers

      Domains & Web Hosting for Beginners & Professionals

      Cloud Hosting, Docker & Kubernetes Tutorials

    Gameserver & Modding-Ressourcen

      ArmA 3 Tutorials & Script Collection

      Renting & Operating Gameservers

      DayZ Server Management & Help

      FiveM (GTA V) Server & Script Development

      Rust Server Modding & Administration

      Setting up & Optimizing ARK Survival Servers

    NodeZone.net – Deine Community für Gameserver, Server-Hosting & Modding

      NodeZone.net ist dein Forum für Gameserver-Hosting, Rootserver, vServer, Webhosting und Modding. Seit 2015 bietet unsere Community eine zentrale Anlaufstelle für Server-Admins, Gamer und Technikbegeisterte, die sich über Server-Management, Hosting-Lösungen und Spielemodding austauschen möchten.


      Ob Anleitungen für eigene Gameserver, Hilfe bei Root- und vServer-Konfigurationen oder Tipps zu Modding & Scripting – bei uns findest du fundiertes Wissen und praxisnahe Tutorials. Mit einer stetig wachsenden Community findest du hier Antworten auf deine Fragen, Projektpartner und Gleichgesinnte für deine Gaming- und Serverprojekte. Schließe dich NodeZone.net an und werde Teil einer aktiven Community rund um Server-Hosting, Gameserver-Management und Modding-Ressourcen.

    Wer jetzt nicht teilt ist selber Schuld:
    1. Nutzungsbestimmungen
    2. Datenschutzerklärung
    3. Impressum
    4. Urheberrechts- oder Lizenzverstoß melden
  • Trimax Design coded & layout by Gino Zantarelli 2023-2025©
    Community-Software: WoltLab Suite™