Jump to content

Lord1385

Member
  • Posts

    63
  • Joined

  • Last visited

Posts posted by Lord1385

  1. Hello, 

    I am looking for the epoch.gm.pbo (Weferlingen) I want to set up an Epoch server should someone be willing to share his epoch.gm.pbo I would be very grateful. And if not the complete pbo then also the mission.sqm would be very helpful. 

    Sorry for my bad english

    thank you very much...

    Lord  

  2. If I had the idea mapen , I would have done it myself just because I have no idea of it , I read it .

    German:

    Wenn ich ahnung vom mapen hätte, hätte ich es auch selber machen können bloß da ich davon keine ahnung habe las ich es.

  3. Hello community,

    wanted to ask quite fond whether someone would find me to make a sector B for my Tavinana map, since I have no idea . I have presented me 1-2 helicopters circling aroundit and dependent NPCs guarding the thing . this one really must act tactically as in Origins .

    Maybe I would have to say that I would like to have more loot crates where there is good stuff in arms, munitions and building materials and perhaps in somewhat larger quantities ,

    so which one is well rewarded if you managed to get out .

    German:

    Hallo Gemeinde,

    wollte mal ganz lieb anfragen ob sich jemand finden würde mir einen Sektor B für meine Tavinana Map zu machen, da ich keine Ahnung davon habe. Vorgestellt habe ich mir 1 - 2 Helis die darum kreisen und halt NPCs die das ding bewachen. das man wirklich Taktisch vorgehen muss wie bei Origins.

    Vieleicht hätte ich noch anmerken sollen das ich gerne noch Loot kisten haben würde wo gutes Zeug drin ist Waffen, Munition und Baumaterial und das vieleicht in etwas größeren mengen,

    so das man auch gut belohnt wird wenn man es geschaft hat.

    Google Übersetzer

  4. //Gets the time till restart for the server.
    /*
    	File: restartTime.sqf
    	Author: ScaRR
    	Description: Gets the real GMT time using Kilzone Kid's real_date dll. http://killzonekid.com/arma-extension-real_date-dll-v3-0/
    	You can change the colour values. 
    	Please also set the _gmtHourDiff value according to your timezone
    	Also note that this script if for 4 hour restart cycles and you will have to modify the switch section if yours is different.
    
    	PLEASE KEEP CREDITS
    */
    
    if (isDedicated) then {
    	flashTime = false;
        "utcPacket" addPublicVariableEventHandler {
            _pcid = owner (_this select 1 select 0);
            //get the server time
    		_utc = "real_date" callExtension "UTC";
    		_array = [_utc,","] call BIS_fnc_splitString;
    		_utcHourDiff = 2; //timezone difference for you server form GMT/ UTC
    		_hour = parseNumber(_array select 3) + _utcHourDiff;
    		_minute = parseNumber (_array select 4);
    		if(_hour==24)then{_hour=0};
    		
    		_nextRestartHour = 0;
    		switch(_hour) do{
    			case 0;
    			case 1;
    			case 2;
    			case 3;
    			case 4;
    			case 5;{ _nextRestartHour = 6};
    			case 6;
    			case 7;
    			case 8;
    			case 9;
    			case 10;
    			case 11:{ _nextRestartHour = 12};
    			case 12;
    			case 13;
    			case 14;
    			case 15:
    			case 16;
    			case 17;{ _nextRestartHour = 18};
    			case 18;
    			case 19:
    			case 20;
    			case 21;
    			case 22;
    			case 23:{ _nextRestartHour = 24};
    				
    		};
    		_restart = "NA";
    			
    		_restartMinutes = (_nextRestartHour - _hour) * 60;
    		_restartMinutes = _restartMinutes - _minute;
    		_restartInHour = floor(_restartMinutes /60); 
    		_restartInMinutes = _restartMinutes mod 60;
    
    		if(_restartInMinutes < 10)then{
    			_restart = format["%1:0%2",_restartInHour,_restartInMinutes];
    		}else{
    			_restart = format["%1:%2",_restartInHour,_restartInMinutes];
            };
    		
    		_colourRestart = parseText "#adadad";
    		if(_restartInHour == 0) then {
    			if(_restartInMinutes < 31 && _restartInMinutes > 15) then {
    				//set colour yellow
    				_colourRestart = parseText "#fff000";
    			};
    			if(_restartInMinutes < 16 && _restartInMinutes > 5) then {
    				//set colour orange
    				_colourRestart = parseText "#ff812d";
    			};
    			if(_restartInMinutes < 6) then {
    				//set colour red
    				if(flashTime) then {
    					_colourRestart = parseText "#adadad";
    				}
    				else{
    					_colourRestart = parseText "#ff3232";
    				};
    				flashTime = !flashTime;
    				
    			};
    		};
    				
    		missionNamespace setVariable ["utcPacket", [_restart, _colourRestart]];
            _pcid publicVariableClient "utcPacket";
        };
    };  

    Have no spoiler button found sorry

    Hello,

    Can someone please me adjust the Restart.sqf to 6 hours ?

    0 clock , 6 clock , 12 clock 18 clock + 2 utc

    Many thanks before ...

    I have so tried it before :

     

  5. This is in my Log....

     

    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_d."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_m."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_md."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_gd."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_r."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_w."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_mask."
    13:16:53 "[A3EAI] Contents of A3EAI_headgearTypes0 failed verification. Invalid entries removed."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_d."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_m."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_md."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_gd."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_r."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_w."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_mask."
    13:16:53 "[A3EAI] Contents of A3EAI_headgearTypes1 failed verification. Invalid entries removed."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_d."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_m."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_md."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_gd."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_r."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_w."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_mask."
    13:16:53 "[A3EAI] Contents of A3EAI_headgearTypes2 failed verification. Invalid entries removed."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_d."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_m."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_md."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_gog_gd."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_gog_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_f."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_c."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_wrap_mask_g."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_t."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_b."
    13:16:53 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_gog_t."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_b."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_bala_mask_t."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_r."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_w."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_gog."
    13:16:54 "[A3EAI] Removing invalid classname: G_mas_wpn_shemag_mask."
    13:16:54 "[A3EAI] Contents of A3EAI_headgearTypes3 failed verification. Invalid entries removed."
    13:16:54 "[A3EAI] Removing invalid classname from A3EAI_pistolList array: hgun_mas_mp7_F."
    13:16:54 "[A3EAI] Verified 492 unique classnames in 1.45999 seconds."
  6.  

    None of the @mas or @masvehicles should be in the AddOnsAuto.

    Here is what it should look like:

     

    addOns[] = {"A3_Soft_F_Car","A3_Soft_F_Quadbike","a3_soft_f_beta_quadbike","A3_Boat_F_Civilian_Boat","A3_Boat_F_Boat_Transport_01","A3_Air_F_Heli_Light_01","A3_Air_F_Heli_Heli_Transport_04","A3_Air_F_Heli_Heli_Transport_03","a3_map_altis","a3_characters_f_gamma","A3_Characters_F_OPFOR","A3_Characters_F_INDEP","A3_Characters_F_Civil","A3_epoch_config","a3_characters_f","A3_Data_F_Curator_Virtual","mas_weapons_pack","mas_weapons","mas_weapons_ak","mas_weapons_nw","mas_weapons_m4","mas_uh1y","mas_hmmwv","mas_ch47","mas_mi8","mas_brdm","mas_uh60m","mas_cars_lr","mas_weapons_pack","mas_vehicleweapons_core","mas_apc","mas_tanks","mas_cars","mas_cars_hilux","mas_vehicleweapons_fia"};
     
    addOnsAuto[] = {"A3_epoch_config","a3_map_altis"};

     

    .

     

    Thank you , the server is running now after over 24 hours waiting and I can play ... Thanks again ..

  7. 21:30:00 Missing addons detected:
    21:30:00   mas_eli
    21:30:00   mas_tank
    21:30:00   mas_vehicle
    21:30:00   mas_vehicle_c
    21:30:00   mas_nw_rifle
    21:30:00   mas_ru_rifle
    21:30:00   mas_us_rifle
    21:30:00   mas_us_rifle_c
    21:30:00 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.mas_eli, mas_tank, mas_vehicle, mas_vehicle_c, mas_nw_rifle, mas_ru_rifle, mas_us_rifle, mas_us_rifle_c
    21:30:00 EPE manager release (0|0|0)
    21:30:00 EPE manager release (0|0|0)
    21:30:00 EPE manager release (0|0|0)
    21:30:00 EPE manager release (0|0|0)
     
    And that goes through the complete log like that.
     
    My Misson:
    addOns[] = {
    "aia_takistan_config",
    "aia_desert2_config",
    "tavi","A3_Soft_F_Car",
    "A3_Soft_F_Quadbike",
    "a3_soft_f_beta_quadbike",
    "A3_Boat_F_Civilian_Boat",
    "A3_Boat_F_Boat_Transport_01",
    "A3_Air_F_Heli_Light_01",
    "A3_Air_F_Heli_Heli_Transport_04",
    "A3_Air_F_Heli_Heli_Transport_03",
    "A3_Characters_F_OPFOR",
    "A3_Characters_F_INDEP",
    "A3_Characters_F_Civil",
    "A3_epoch_config",
    "A3_Data_F_Curator_Virtual",
    "epoch_objects",
    "A3_Structures_F_Civ_Camping",
    "A3_Structures_F_Mil_Fortification",
    "A3_Structures_F_Walls",
    "A3_Structures_F_Heli_Items_Sport",
    "A3_Structures_F_Civ_Accessories",
    "A3_Structures_F_Ind_Cargo",
    "A3_Structures_F_Heli_Civ_Market",
    "A3_Structures_F_Civ_Market",
    "A3_Structures_F_Items_Vessels",
    "A3_Structures_F_EPB_Civ_Garbage",
    "A3_Structures_F_Mil_Helipads",
    "A3_Structures_F_Mil_Shelters",
    "A3_Structures_F_Mil_Flags",
    "A3_Structures_F_Heli_Ind_Cargo",
    "A3_Structures_F_Civ_InfoBoards",
    "A3_Structures_F_Bootcamp_Civ_SportsGrounds",
    "A3_Structures_F_EPA_Mil_Scrapyard",
    "A3_Structures_F_Furniture",
    "A3_Structures_F_EPB_Items_Luggage",
    "A3_Structures_F_Heli_Furniture",
    "A3_Structures_F_EPB_Civ_Accessories"
    };
            addOnsAuto[] = {
    "tavi",
    "a3_epoch_config",
    "epoch_objects",
    "A3_Structures_F_Civ_Camping",
    "A3_Structures_F_Mil_Fortification",
    "A3_Structures_F_Walls",
    "A3_Structures_F_Heli_Items_Sport",
    "A3_Structures_F_Civ_Accessories",
    "A3_Structures_F_Ind_Cargo",
    "A3_Structures_F_Heli_Civ_Market",
    "A3_Structures_F_Civ_Market",
    "A3_Structures_F_Items_Vessels",
    "A3_Structures_F_EPB_Civ_Garbage",
    "A3_Structures_F_Mil_Shelters",
    "A3_Structures_F_Mil_Flags",
    "A3_Structures_F_Heli_Ind_Cargo",
    "A3_Structures_F_Civ_InfoBoards",
    "A3_Structures_F_Bootcamp_Civ_SportsGrounds",
    "A3_Structures_F_EPA_Mil_Scrapyard",
    "A3_Structures_F_Furniture",
    "A3_Structures_F_EPB_Items_Luggage",
    "A3_Structures_F_Heli_Furniture",
    "A3_Structures_F_Mil_Helipads",
    "A3_Structures_F_EPB_Civ_Accessories",
    "mas_apc",
    "mas_cars",
    "mas_eli",
    "mas_tank",
    "mas_vehicle",
    "mas_vehicle_c",
    "mas_nw_rifle",
    "mas_ru_rifle",
    "mas_us_rifle",
    "mas_us_rifle_c"
    };
  8. Hi Lord 1385,

     

    we got that databaseproblem yesterday, after restart the server stucks in starting. The problem was the file @epochhive\EpochServer.ini was corrupted, not only that the file was empty. In this file is the path to the DB and the password.

     

    Check that file.

    The file is there, and the contents well .

     

    [EpochServer]
    BattlEyePath = X:\arma3\config\battleye\
    InstanceID = NA123
    LogAbuse = 1
     
    [Redis]
    IP = 85.190.xxx.xxx
    Port = 2312
    DB = 0
    Password = xxxxxxxxxxxxx
     
    [steamAPI]
    Logging = 0
    Key = 
    VACBanned = 0
    VACMinimumNumberOfBans = 0
    VACMaximumDaysSinceLastBan = 0
    PlayerAllowOlderThan = 0
     
    I Love Google Translator...
  9. Hello,

    After I updated my server to version 0.3.0.2 he does not start more he spits out no log or other ...

    The last log I have is the here:

    =====================================================================
    == X:\arma3\arma3server.exe
    == arma3server.exe  -mod=@EpochHive;@Epoch;@AllInArmaTerrainPackLite; -ip=85.190.147.166 -port=2302 -maxmem=2047 -noCB -exThreads=1 -malloc=tbb4malloc_bi -profiles=config -config=config\server.cfg -cfg=config\basic.cfg -name=arma3 
    
    Original output filename: Arma3Retail_Server
    Exe timestamp: 2015/04/08 16:40:03
    Current time:  2015/04/09 08:34:15
    
    Type: Public
    Branch: Stable
    Version: 1.42.130244
    
    Allocator: X:\arma3\dll\tbb4malloc_bi.dll
    =====================================================================
    
     8:34:15 ManagerConfig()
     8:34:15 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice
     8:34:15 Item str_usract_action_in_map listed twice
     8:34:15 Cannot register unknown string STR_USRACT_SWITCH_GUNS
     8:34:15 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
     8:34:15 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
     8:34:15 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
     8:34:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
     8:34:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
     8:34:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
     8:34:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
     8:34:23 Item str_a3_garage listed twice
     8:34:23 Item STR_A3_Showcase_FiringFromVehicles_SITREP_text listed twice
     8:34:23 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_HELI_TEXT listed twice
     8:34:23 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_KART_TEXT listed twice
     8:34:23 Item str_a3_flashlight1 listed twice
    

    And what heist I do not know ... ?

    It is because server is started and 2 seconds later server is stopped then he is also stoped Sect ...

    Maybe each one knows why

    MfG Lord1385

×
×
  • Create New...