Jump to content

Diatzelo

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Diatzelo

  1. Hello all i just add Nato_Rus_Vehicles in the server i add the key to the main arma3 key folder and then i go to  server config files/@epochhive/epochconfig.hpp and i add the vehicles 

     // vehicles - Max vehicle slots is calculated from per vehicle limits below. Warning! Higher the number lower the performance.
    simulationHandler = false; // When enabled this feature disables simulation on vehicles that are not near players. Can help improve client fps at the cost of server fps. (This is disabled by default now that Arma has fixed the original issue)
    vehicleLockTime = 1800; // Controls how many seconds it takes to allow another person/group to unlock vehicle.
    allowedVehiclesList[] = {
        {"C_Offroad_01_EPOCH",5},
        {"C_Quadbike_01_EPOCH",5},
        {"C_SUV_01_EPOCH",10},
        {"C_Rubberboat_EPOCH",5},
        {"C_Rubberboat_04_EPOCH",5},
        {"C_Van_01_box_EPOCH",5},
        {"C_Van_01_transport_EPOCH",5},
        {"C_Boat_Civil_01_EPOCH",5},
        {"B_Heli_Light_01_EPOCH",2},
        {"B_SDV_01_EPOCH",2},
        {"B_MRAP_01_EPOCH",3},
        {"B_Truck_01_transport_EPOCH",1},
        {"B_Truck_01_covered_EPOCH",2},
        {"B_Truck_01_mover_EPOCH",1},
        {"B_Truck_01_box_EPOCH",1},
        {"O_Truck_02_covered_EPOCH",2},
        {"O_Truck_02_transport_EPOCH",1},
        {"O_Truck_03_covered_EPOCH",1},
        {"O_Truck_02_box_EPOCH",1},
        {"I_Heli_light_03_unarmed_EPOCH",1},
        {"O_Heli_Light_02_unarmed_EPOCH",1},
        {"I_Heli_Transport_02_EPOCH",1},
        {"O_Heli_Transport_04_EPOCH",1},
        {"O_Heli_Transport_04_bench_EPOCH",1},
        {"O_Heli_Transport_04_box_EPOCH",1},
        {"O_Heli_Transport_04_covered_EPOCH",1},
        {"B_Heli_Transport_03_unarmed_EPOCH",1},
        {"jetski_epoch",7},
        {"K01",2},
        {"K02",2},
        {"K03",2},
        {"K04",2},
        {"ebike_epoch",7},
        {"mosquito_epoch",5},
        {"C_Heli_Light_01_civil_EPOCH",5},
        {"B_mas_cars_LR_Unarmed",5},
        {"B_mas_CH_47F",2},
        {B_mas_UH1Y_F",1},
        {"B_mas_UH60M",1},
        {"B_mas_cars_Hilux_MG",5},
        {"I_mas_cars_UAZ_MG",5},
        {"B_mas_HMMWV_M2",5},
        {"I_mas_cars_Ural",5}, 
        {"I_mas_cars_Ural_open",5},
        {"I_mas_cars_Ural_ammo",5},
        {"I_mas_cars_Ural_repair",5},
        {"I_mas_cars_Ural_fuel",5},
        {"I_mas_cars_Ural_BM21",5},
        {"I_mas_cars_Ural_ZU23",5},
        {"O_mas_cars_Ural",5}, 
        {"O_mas_cars_Ural_open",5},
        {"O_mas_cars_Ural_ammo",5},
        {"O_mas_cars_Ural_repair",5},
        {"O_mas_cars_Ural_fuel",5},
        {"O_mas_cars_Ural_BM21",5},
        {"O_mas_cars_Ural_ZU23",5}
    };

    I delete some Vehicles but when i try to start the server the server not apear to the arma3 multypalyer

    Any Help Please?

×
×
  • Create New...