Jump to content

disto1978

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by disto1978

  1. Installed newest version of A3EAI and get an error in RPT...

     

     1:48:54 "[A3EAI] Initializing A3EAI version 0.9.3.2 using base path a3eai."
     1:48:54 "[A3EAI] Reading A3EAI configuration file."
     1:48:54 "[A3EAI] A3EAI configuration file loaded."
     1:48:54 "[A3EAI] Verified all A3EAI settings in 0.0019989 seconds."
     1:48:54 "[A3EAI] Compiling A3EAI functions."
     1:48:54 "[A3EAI] A3EAI functions compiled."
     1:48:54 "A3EAI Critical Error: Functions not successfully loaded. Stopping startup procedure."

    Any idea whats going wrong?

  2. Hmm, thats strange! I downloaded BEC from ibattle.org website and configured it step by step new, now it works fine again.

    BUT ...since ibattle.org was down i had blocked BEC im etc\hosts to keep it working, otherwise BEC closed down after startup. If i remove the lines from etc\hosts BEC will shutdown again after startup, so the question is...:

    "Is BEC service back online with full functions or is there still the website back online but not the BEC service???"

     

    On the reporter Page ( http://www.bansys.info/ ) is still the message that BEC service has been terminated and you can´t login as reporter.

  3. Hey Guys,

    in the past BEC was working fine für Epoch and other Arma3 servers. Since the update to A3 1.50 BEC don´t get connection to the server and i don´t know why. If i start my Backup of Epoch server with A3 1.48 BEC is working fine again, if i start the new Epoch server with 1.50 BEC don´t get connection. BE is active on the server, BEserver.cfg is changing to BEserver_active_xx.cfg and I can connect with remote Rcon Tools to the server but BEC don´t work. Any idea what is going wrong or anyone else have similar problems?

  4. [NEW] Added "detect only" behavior modes for UAVs and UGVs. If set to "detect only", UAVs/UVGs will not directly engage detected targets, but may still call air reinforcements to the area.

    This is a great new function, but is it possible to set UGV in defense mode so UGV will not directly engage tagets at sight but fire back if a player attack the UGV?

  5. Hmm, i deleted all Antagonist from loots.h and set in epochconfig.hpp...

     

    antagonistChanceTrash = 0.00; //9% chance when player loot a trash object
    antagonistChancePDeath = 0.00; //33% chance when player was killed from a other player (selfkill doesn't count)
    antagonistChanceLoot = 0.00; //9% chance when player click "SEARCH" on a loot object
     
    ...but UAVs and Sapper still spawning! ...how can it be???
  6. you copy the @Zombi/Addons folder into your main arma server folder, and add @Zombi to your -mods=  or if your using tadst click the mods tab and enable it.

     

    then open the mpmissions folder and copy the sounds folder and zombie folder to your mpmissions\epoch.Altis folder of your server

     

    assuming you unPBO'd your epoch.Altis.pbo file

     

    then edit your description.ext

     

    add  at the very bottom:

    class CfgSounds
    {    
        sounds[] = {zomb1,zomb2,zomb3};
        class zomb1
    	{
    		name = "zomb1";
    		sound[] = {"\sounds\zomb1.ogg", 1, 1};
    		titles[] = {};
    	};
    	class zomb2
    	{
    		name = "zomb2";
    		sound[] = {"\sounds\zomb2.ogg", 1, 1};
    		titles[] = {};
    	};
    	class zomb3
    	{
    		name = "zomb3";
    		sound[] = {"\sounds\zomb3.ogg", 1, 1};
    		titles[] = {};
    	};	
    };
    

    and in your init.sqf file add

    []execVM "zombie\configurations.sqf";
    

    if you have not extracted your pbo mission file, install this

    http://www.armaholic.com/page.php?id=16369

     

    then right click the pbo file and it will give you an option to extract the pbo

    if this is the case, you will need to create a n init.sqf file.

     

    Do i have to set markers to spawn zombis on altis? I have installed the script but i did not see any zombi right now. Should they spawn in towns?

  7. hey have problems with setdamage.txt

    setdamage.log:

    16.06.2015 21:18:08: [H||S](Leader]Eichman  - #0 0.050000 2:3167 Epoch_Female_F
    16.06.2015 21:28:30: Kenzi                  - #0 0.050000 2:4069 b_g_survivor_F
    

    and thats my setdamage.txt:

    !="" !="Sapper_Charge_Ammo" !="SapperB_Charge_Ammo" !="Epoch_Sapper_F"  !="Epoch_SapperB_F" !="Epoch_Male_F" !="Epoch_Female_F" !="Epoch_" !="_zombie" !="b_g_survivor_F" !="Epoch_Female_F" !="Epoch_Male_F"
    

    any have a idea?

     

    PS: sorry for my bad english

     

    I´m a BE Noob too, but try to change your setdamage.txt to...

    5 "" !="Sapper_Charge_Ammo" !="SapperB_Charge_Ammo" !="Epoch_Sapper_F" !="Epoch_SapperB_F" !="Epoch_Male_F" !="Epoch_Female_F" !="Epoch_" !="_zombie" !="b_g_survivor_F" !"Epoch_Female_F" !"Epoch_Male_F"
  8. Hmm OK, thats strange...

    The convoy vehicles have godmode, they dont get any damage if empty, AI is inside or a player. 

     

    We use Infi, SEM, A3EAI and AntiPvP, any idea where is the problem located? (I tryed to remove AntiPvP but no changes) 

     

    EDIT: I tryed but vehicles are still indestructible. If a player get inside the vehicle its still indestructible, not until player get off the vehicle it takes damage.

    Maybe you have a workarount to get the vehicles always destructible? ...or an option players cant use that vehicles? I like this script but with this "bug" its nut usable because players takt that vehicles to run over all AI patrols and missions.

  9. Hello guys, 

    on PvE servers (like ours) i see again and again players can´t different AI and real players and so shoot-on-sight on all is moving on the map. Is it possible to create a script/mod who set friendly players / vehicles a green bandage / flag or something elso to make it more simple to identify  friendly players? I have no scripting skills so i don´t know if its possible, maybe someone have interests/ideas?

     

    ...sorry for my bad english!

  10. Always get a BE kick if i try to open trader menu...

    10.06.2015 18:25:56: xxxxxxxx (xx.xx.xx.xx:xxxx) xxxxxxxxxxxxxxxxxxxxxxxxxxx - #40 "R_MP.Altis\trader\dummy.sqf"
    
    
    
    
    
    
    
    
    
    
    HS_SWITCH = false;
    createDialog "HS_trader_dialog";
    call HS_trader_menu;
    "
    

    Tryed to add !="R_MP.Altis\trader\dummy.sqf";" to the scripts.txt but no effect.

    BE filters from install instructions are added ...checked 3 times!

     

    Can someone help?

  11. Hope someone can help me please, i have setup a Epoch server on our win-root. Server is starting but if i try to connect and the server is loading the mission arma3server.exe is crashing/closing.

    This is the last logfile...

    =====================================================================
    == C:\Gameserver\Arma3\server1\arma3server.exe
    == "arma3server.exe"  -mod=@Epoch;@epochhive; -config=C:\Gameserver\Arma3\server1\SC\config.cfg -ip=**.**.**.** -port=2302 -profiles=SC -cfg=C:\Gameserver\Arma3\server1\SC\basic.cfg -name=SC"
    
    
    Original output filename: Arma3Retail_Server
    Exe timestamp: 2015/05/04 15:32:44
    Current time:  2015/06/08 12:53:40
    
    
    Type: Public
    Branch: Stable
    Version: 1.44.130654
    
    
    Allocator: C:\Gameserver\Arma3\server1\dll\tbb4malloc_bi.dll
    =====================================================================
    
    
    12:53:40 ManagerConfig()
    12:53:40 Unable to initialize Steam API.
    12:53:40 Cannot register unknown string STR_USRACT_SWITCH_GUNS
    12:53:40 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
    12:53:40 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
    12:53:40 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
    12:53:40 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
    12:53:40 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
    12:53:40 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
    12:53:40 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
    12:54:01 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
    12:54:01 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
    12:54:01 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
    12:54:01 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
    12:54:02 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
    12:54:02 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
    12:54:02 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
    12:54:02 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
    12:54:02 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
    12:54:02 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
    12:54:02 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
    12:54:02 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
    12:54:02 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
    12:54:02 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
    12:54:02 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
    12:54:02 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
    12:54:02 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
    12:54:02 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
    12:54:02 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
    12:54:02 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
    12:54:02 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
    12:54:02 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
    12:54:02 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
    12:54:02 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
    12:54:02 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
    12:54:02 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
    12:54:02 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
    12:54:02 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
    12:54:02 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
    12:54:02 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
    12:54:02 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
    12:54:02 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
    12:54:02 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
    12:54:02 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
    12:54:02 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
    12:54:02 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
    12:54:02 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
    12:54:02 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
    12:54:02 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
    12:54:02 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
    12:54:02 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
    12:54:02 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
    12:54:02 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
    12:54:02 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
    12:54:02 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
    12:54:02 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
    12:54:02 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
    12:54:02 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
    12:54:02 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
    12:54:02 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
    12:54:02 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
    12:54:02 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
    12:54:02 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
    12:54:02 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
    12:54:02 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
    12:54:02 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
    12:54:02 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
    12:54:03 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
    12:54:03 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
    12:54:03 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
    12:54:03 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
    12:54:03 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
    12:54:03 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
    12:54:03 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
    12:54:03 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
    12:54:03 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
    12:54:03 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
    12:54:03 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
    12:54:03 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
    12:54:03 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
    12:54:03 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
    12:54:03 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
    12:54:03 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
    12:54:03 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
    12:54:03 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
    12:54:03 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
    12:54:03 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
    12:54:03 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    12:54:03 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
    12:54:04 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    12:54:04 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
    12:54:06 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
    12:54:06 Initializing Steam Manager
    12:54:06 ManagerConfig()
    12:54:06 Steam Manager initialized.
    12:54:06 
    12:54:06 ==== Loaded addons ====
    12:54:06 
    12:54:06 dta\bin.pbo - unknown
    12:54:06 dta\core.pbo - 72362
    12:54:06 dta\languagecore_f.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\@epochhive\addons\a3_epoch_server.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@epochhive\addons\a3_epoch_server_settings.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a2_epoch_weapons.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_assets.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_code.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_config.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_functions.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_language.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_structures.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_underground.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\@Epoch\addons\a3_epoch_weapons.pbo - unknown
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\anims_f_mark.ebo - 82212
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\characters_f_mark.ebo - 82734
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\data_f_mark.ebo - 82269
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\dubbing_f_mark.ebo - 81923
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\dubbing_f_mp_mark.ebo - 81923
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\functions_f_mark.ebo - 82496
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\functions_f_mp_mark.ebo - 82700
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\languagemissions_f_mark.ebo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\languagemissions_f_mp_mark.ebo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\language_f_mark.ebo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\language_f_mp_mark.ebo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\missions_f_mark.ebo - 82255
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\missions_f_mark_data.ebo - 81471
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\missions_f_mark_video.ebo - 81429
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\missions_f_mp_mark.ebo - 82692
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\missions_f_mp_mark_data.ebo - 81558
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\modules_f_mark.ebo - 81710
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\modules_f_mp_mark.ebo - 82691
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\music_f_mark.ebo - 81958
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\music_f_mark_music.ebo - 81930
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\sounds_f_mark.ebo - 81866
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\static_f_mark.ebo - 81968
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\structures_f_mark.ebo - 82615
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\supplies_f_mark.ebo - 79552
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\ui_f_mark.ebo - 82421
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\ui_f_mp_mark.ebo - 82708
    12:54:06 C:\Gameserver\Arma3\server1\mark\addons\weapons_f_mark.ebo - 82442
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\air_f_heli.pbo - 82564
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\anims_f_heli.pbo - 80475
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\boat_f_heli.pbo - 82564
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\cargoposes_f_heli.pbo - 80475
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\data_f_heli.pbo - 80757
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\dubbing_f_heli.pbo - 75138
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\functions_f_heli.pbo - 77667
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\languagemissions_f_heli.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\language_f_heli.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\missions_f_heli.pbo - 82384
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\missions_f_heli_data.pbo - 75977
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\missions_f_heli_video.pbo - 75065
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\modules_f_heli.pbo - 80344
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\music_f_heli.pbo - 76012
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\music_f_heli_music.pbo - 76012
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\soft_f_heli.pbo - 82564
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\sounds_f_heli.pbo - 79398
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\structures_f_heli.pbo - 82615
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\supplies_f_heli.pbo - 82616
    12:54:06 C:\Gameserver\Arma3\server1\heli\addons\ui_f_heli.pbo - 76986
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\anims_f_kart.pbo - 80475
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\characters_f_kart.pbo - 79903
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\data_f_kart.pbo - 80888
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\languagemissions_f_kart.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\language_f_kart.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\missions_f_kart.pbo - 76770
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\missions_f_kart_data.pbo - 75687
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\modules_f_kart.pbo - 80976
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\modules_f_kart_data.pbo - 74588
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\soft_f_kart.pbo - 82564
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\sounds_f_kart.pbo - 79398
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\structures_f_kart.pbo - 82615
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\ui_f_kart.pbo - 73106
    12:54:06 C:\Gameserver\Arma3\server1\kart\addons\weapons_f_kart.pbo - 80344
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\data_f_curator.pbo - 82282
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\functions_f_curator.pbo - 78988
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\language_f_curator.pbo - 82715
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\missions_f_curator.pbo - 80344
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\modules_f_curator.pbo - 81185
    12:54:06 C:\Gameserver\Arma3\server1\curator\addons\ui_f_curator.pbo - 82411
    12:54:06 addons\a3.pbo - unknown
    12:54:06 addons\air_f.pbo - 82564
    12:54:06 addons\air_f_beta.pbo - 82564
    12:54:06 addons\air_f_epb.pbo - 82564
    12:54:06 addons\air_f_epc.pbo - 82564
    12:54:06 addons\air_f_gamma.pbo - 82564
    12:54:06 addons\animals_f.pbo - 79398
    12:54:06 addons\animals_f_beta.pbo - 72362
    12:54:06 addons\anims_f.pbo - 82686
    12:54:06 addons\anims_f_bootcamp.pbo - 72362
    12:54:06 addons\anims_f_data.pbo - 82213
    12:54:06 addons\anims_f_epa.pbo - 78608
    12:54:06 addons\anims_f_epc.pbo - 72362
    12:54:06 addons\armor_f.pbo - 82564
    12:54:06 addons\armor_f_beta.pbo - 82564
    12:54:06 addons\armor_f_epb.pbo - 82564
    12:54:06 addons\armor_f_epc.pbo - 82564
    12:54:06 addons\armor_f_gamma.pbo - 82564
    12:54:06 addons\baseconfig_f.pbo - 73106
    12:54:06 addons\boat_f.pbo - 82564
    12:54:06 addons\boat_f_beta.pbo - 82564
    12:54:06 addons\boat_f_epc.pbo - 82564
    12:54:06 addons\boat_f_gamma.pbo - 82564
    12:54:06 addons\cargoposes_f.pbo - 82622
    12:54:06 addons\characters_f.pbo - 82621
    12:54:06 addons\characters_f_beta.pbo - 82486
    12:54:06 addons\characters_f_bootcamp.pbo - 82576
    12:54:06 addons\characters_f_epa.pbo - 81235
    12:54:06 addons\characters_f_epb.pbo - 79398
    12:54:06 addons\characters_f_epc.pbo - 81235
    12:54:06 addons\characters_f_gamma.pbo - 79398
    12:54:06 addons\data_f.pbo - 82582
    12:54:06 addons\data_f_bootcamp.pbo - 76960
    12:54:06 addons\drones_f.pbo - 82689
    12:54:06 addons\dubbing_f.pbo - 73106
    12:54:06 addons\dubbing_f_beta.pbo - 73106
    12:54:06 addons\dubbing_f_bootcamp.pbo - 73106
    12:54:06 addons\dubbing_f_epa.pbo - 73106
    12:54:06 addons\dubbing_f_epb.pbo - 76110
    12:54:06 addons\dubbing_f_epc.pbo - 73106
    12:54:06 addons\dubbing_f_gamma.pbo - 73106
    12:54:06 addons\dubbing_radio_f.pbo - 78704
    12:54:06 addons\dubbing_radio_f_data.pbo - 78762
    12:54:06 addons\editor_f.pbo - 82563
    12:54:06 addons\functions_f.pbo - 82609
    12:54:06 addons\functions_f_bootcamp.pbo - 82310
    12:54:06 addons\functions_f_epa.pbo - 73434
    12:54:06 addons\functions_f_epc.pbo - 73106
    12:54:06 addons\languagemissions_f.pbo - 82715
    12:54:06 addons\languagemissions_f_beta.pbo - 82715
    12:54:06 addons\languagemissions_f_bootcamp.pbo - 82715
    12:54:06 addons\languagemissions_f_epa.pbo - 82715
    12:54:06 addons\languagemissions_f_epb.pbo - 82715
    12:54:06 addons\languagemissions_f_epc.pbo - 82715
    12:54:06 addons\languagemissions_f_gamma.pbo - 82303
    12:54:06 addons\language_f.pbo - 82714
    12:54:06 addons\language_f_beta.pbo - 82714
    12:54:06 addons\language_f_bootcamp.pbo - 82715
    12:54:06 addons\language_f_epa.pbo - 82715
    12:54:06 addons\language_f_epb.pbo - 82715
    12:54:06 addons\language_f_epc.pbo - 82715
    12:54:06 addons\language_f_gamma.pbo - 82715
    12:54:06 addons\map_altis.pbo - 82219
    12:54:06 addons\map_altis_data.pbo - 80737
    12:54:06 addons\map_altis_data_layers.pbo - 79087
    12:54:06 addons\map_altis_data_layers_00_00.pbo - 79087
    12:54:06 addons\map_altis_data_layers_00_01.pbo - 79087
    12:54:06 addons\map_altis_data_layers_01_00.pbo - 79087
    12:54:06 addons\map_altis_data_layers_01_01.pbo - 79087
    12:54:06 addons\map_altis_scenes_f.pbo - 73106
    12:54:06 addons\map_data.pbo - 81846
    12:54:06 addons\map_stratis.pbo - 82221
    12:54:06 addons\map_stratis_data.pbo - 80737
    12:54:06 addons\map_stratis_data_layers.pbo - 79082
    12:54:06 addons\map_stratis_scenes_f.pbo - 73106
    12:54:06 addons\map_vr.pbo - 82252
    12:54:06 addons\map_vr_scenes_f.pbo - 82252
    12:54:06 addons\misc_f.pbo - 79398
    12:54:06 addons\missions_f.pbo - 78843
    12:54:06 addons\missions_f_beta.pbo - 82476
    12:54:06 addons\missions_f_beta_data.pbo - 82479
    12:54:06 addons\missions_f_beta_video.pbo - 73106
    12:54:06 addons\missions_f_bootcamp.pbo - 82134
    12:54:06 addons\missions_f_bootcamp_data.pbo - 72362
    12:54:06 addons\missions_f_bootcamp_video.pbo - 75065
    12:54:06 addons\missions_f_data.pbo - 73106
    12:54:06 addons\missions_f_epa.pbo - 82617
    12:54:06 addons\missions_f_epa_data.pbo - 73106
    12:54:06 addons\missions_f_epa_video.pbo - 73106
    12:54:06 addons\missions_f_epb.pbo - 80344
    12:54:06 addons\missions_f_epb_data.pbo - 73106
    12:54:06 addons\missions_f_epb_video.pbo - 73106
    12:54:06 addons\missions_f_epc.pbo - 82261
    12:54:06 addons\missions_f_epc_data.pbo - 73106
    12:54:06 addons\missions_f_epc_video.pbo - 73106
    12:54:06 addons\missions_f_gamma.pbo - 82622
    12:54:06 addons\missions_f_gamma_data.pbo - 76877
    12:54:06 addons\missions_f_gamma_video.pbo - 73106
    12:54:06 addons\missions_f_video.pbo - 73106
    12:54:06 addons\modules_f.pbo - 82593
    12:54:06 addons\modules_f_beta.pbo - 81823
    12:54:06 addons\modules_f_beta_data.pbo - 80976
    12:54:06 addons\modules_f_bootcamp.pbo - 79398
    12:54:06 addons\modules_f_data.pbo - 73106
    12:54:06 addons\modules_f_epb.pbo - 79398
    12:54:06 addons\music_f.pbo - 73106
    12:54:06 addons\music_f_bootcamp.pbo - 73106
    12:54:06 addons\music_f_bootcamp_music.pbo - 73106
    12:54:06 addons\music_f_epa.pbo - 73106
    12:54:06 addons\music_f_epa_music.pbo - 73106
    12:54:06 addons\music_f_epb.pbo - 73106
    12:54:06 addons\music_f_epb_music.pbo - 73106
    12:54:06 addons\music_f_epc.pbo - 73106
    12:54:06 addons\music_f_epc_music.pbo - 73106
    12:54:06 addons\music_f_music.pbo - 73106
    12:54:06 addons\plants_f.pbo - 80365
    12:54:06 addons\roads_f.pbo - 82537
    12:54:06 addons\rocks_f.pbo - 80359
    12:54:06 addons\signs_f.pbo - 82616
    12:54:06 addons\soft_f.pbo - 82564
    12:54:06 addons\soft_f_beta.pbo - 82657
    12:54:06 addons\soft_f_bootcamp.pbo - 82564
    12:54:06 addons\soft_f_epc.pbo - 82564
    12:54:06 addons\soft_f_gamma.pbo - 82657
    12:54:06 addons\sounds_f.pbo - 82574
    12:54:06 addons\sounds_f_bootcamp.pbo - 82576
    12:54:06 addons\sounds_f_epb.pbo - 79398
    12:54:06 addons\sounds_f_epc.pbo - 79398
    12:54:06 addons\sounds_f_vehicles.pbo - 82151
    12:54:06 addons\sounds_f_weapons.pbo - 82110
    12:54:06 addons\static_f.pbo - 82523
    12:54:06 addons\static_f_beta.pbo - 79398
    12:54:06 addons\static_f_gamma.pbo - 82090
    12:54:06 addons\structures_f.pbo - 82614
    12:54:06 addons\structures_f_bootcamp.pbo - 82615
    12:54:06 addons\structures_f_data.pbo - 82554
    12:54:06 addons\structures_f_epa.pbo - 82615
    12:54:06 addons\structures_f_epb.pbo - 82615
    12:54:06 addons\structures_f_epc.pbo - 82615
    12:54:06 addons\structures_f_households.pbo - 82554
    12:54:06 addons\structures_f_ind.pbo - 82615
    12:54:06 addons\structures_f_mil.pbo - 82556
    12:54:06 addons\structures_f_wrecks.pbo - 82558
    12:54:06 addons\uifonts_f.pbo - 73106
    12:54:06 addons\uifonts_f_data.pbo - 73106
    12:54:06 addons\ui_f.pbo - 82652
    12:54:06 addons\ui_f_bootcamp.pbo - 76325
    12:54:06 addons\ui_f_data.pbo - 82650
    12:54:06 addons\weapons_f.pbo - 82549
    12:54:06 addons\weapons_f_beta.pbo - 81905
    12:54:06 addons\weapons_f_bootcamp.pbo - 81923
    12:54:06 addons\weapons_f_epa.pbo - 81310
    12:54:06 addons\weapons_f_epb.pbo - 80958
    12:54:06 addons\weapons_f_epc.pbo - 80374
    12:54:06 addons\weapons_f_gamma.pbo - 80772
    12:54:06 
    12:54:06 =======================
    12:54:06 
    12:54:06 ============================================================================================= List of mods ===============================================================================================
    12:54:06 modsReadOnly = true
    12:54:06 safeModsActivated = false
    12:54:06 customMods = true
    12:54:06 hash = '9C85E28AED2634648D978A4F0B0757903ED8EBEB'
    12:54:06 hashShort = 'd48b8c86'
    12:54:06                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
    12:54:06 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    12:54:06                                         @epochhive |           @epochhive |      false |             GAME DIR | a3cdacab04e32fe825507271eded21ba8a08d163 |    eef8b9 | C:\Gameserver\Arma3\server1\@epochhive
    12:54:06                                  Epoch Mod 0.3.0.3 |               @Epoch |      false |             GAME DIR | d0f0fb4075b466f3d9d2e08ab6aae5b517e9f690 |  56613dca | C:\Gameserver\Arma3\server1\@Epoch
    12:54:06                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
    12:54:06                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 8f0ebc67e604b05460419ba6bbb9814a2da1d2bf |  a162e35d | C:\Gameserver\Arma3\server1\mark
    12:54:06                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 4cb627dce6a8ddd8610ca20a8ff506aa42bb8bb0 |  74bdb4bc | C:\Gameserver\Arma3\server1\heli
    12:54:06                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 9980a36a8060f77b0d09734f03c9ab8e113c9a7d |  eaf7ba8a | C:\Gameserver\Arma3\server1\kart
    12:54:06                                        Arma 3 Zeus |              curator |       true |             GAME DIR | f4c79440b601bc3e4b1dfea8fcb600ef43bf56d2 |  d39ab57c | C:\Gameserver\Arma3\server1\curator
    12:54:06                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
    12:54:06 ==========================================================================================================================================================================================================
    12:54:06 InitSound ...
    12:54:06 InitSound - complete
    12:54:06 PhysX3 SDK Init started ...
    12:54:06 PhysX3 SDK Init ended.
    12:54:06 EPE manager release (0|0|0)
    12:54:06 EPE manager release (0|0|0)
    12:54:10 Attempt to override final function - rscminimap_script
    12:54:10 Attempt to override final function - rscdisplayloading_script
    12:54:10 Attempt to override final function - rscdisplayloading_script
    12:54:10 Attempt to override final function - rscdisplayloading_script
    12:54:11 Attempt to override final function - rscdiary_script
    12:54:11 Attempt to override final function - rscdisplaysinglemission_script
    12:54:11 Attempt to override final function - rscdiary_script
    12:54:11 Attempt to override final function - rscdisplayremotemissions_script
    12:54:11 Attempt to override final function - rscdisplayloading_script
    12:54:11 Attempt to override final function - rscdiary_script
    12:54:11 Attempt to override final function - rscdiary_script
    12:54:11 Attempt to override final function - rscdisplaystrategicmap_script
    12:54:11 Attempt to override final function - rscdisplaycommon_script
    12:54:12 Attempt to override final function - rscdisplayloading_script
    12:54:13 Attempt to override final function - rscdisplaycurator_script
    12:54:13 Attempt to override final function - rscdisplayattributes_script
    12:54:13 Attempt to override final function - rscdisplayattributes_script
    12:54:13 Attempt to override final function - rscdisplayattributes_script
    12:54:13 Attempt to override final function - rscdisplaywelcome_script
    12:54:13 Attempt to override final function - rscdisplaywelcome_script
    12:54:13 Attempt to override final function - rscdisplaywelcome_script
    12:54:13 Attempt to override final function - rscdisplaycommon_script
    12:54:13 Attempt to override final function - rscdisplaydebriefing_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:13 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - rscunitinfo_script
    12:54:14 Attempt to override final function - bis_fnc_init
    12:54:14 EPE manager release (0|0|0)
    12:54:14 EPE manager release (0|0|0)
    12:54:16 VoteThreshold must be in 0..1 range. Defaulting to 0.5
    12:54:16 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
    12:54:17 Connected to Steam servers
    12:55:49 EPE manager release (0|0|0)
    12:55:49 EPE manager release (0|0|0)
    12:55:49 EPE manager release (0|0|0)
    12:55:49 EPE manager release (0|0|0)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:51 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:52 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:52 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:52 Server error: Player without identity Joker_xGERx (id 775888919)
    12:55:59 Starting mission:
    12:55:59  Mission file: epoch (__cur_mp)
    12:55:59  Mission world: Altis
    12:55:59  Mission directory: mpmissions\__cur_mp.Altis\
    12:55:59 EPE manager release (0|0|0)
    12:55:59 EPE manager release (0|0|0)
    12:56:20 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    12:56:20 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    12:56:20 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    12:56:20 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    12:56:22 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    12:56:22 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    12:56:22 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    12:56:22 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    12:56:33 EPE manager release (0|0|0)
    12:56:33 EPE manager release (0|0|0)
    12:56:33 Attempt to override final function - bis_functions_list
    12:56:33 Attempt to override final function - bis_functions_listpreinit
    12:56:33 Attempt to override final function - bis_functions_listpostinit
    12:56:33 Attempt to override final function - bis_functions_listrecompile
    12:56:34 Attempt to override final function - bis_fnc_missiontaskslocal
    12:56:34 Attempt to override final function - bis_fnc_missionconversationslocal
    12:56:34 Attempt to override final function - bis_fnc_missionflow
    12:56:34 "Epoch: Init Compiles"
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
    12:56:34 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    12:56:47 Animation a3\cargoposes_f_exp\anim\pilot_cessna_kia.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\pilot_cessna.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\pilot_cessna_enter.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\pilot_cessna_exit.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\copilot_cessna_kia.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\copilot_cessna.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\copilot_cessna_enter.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\copilot_cessna_exit.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l_kia.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r_kia.rtm not found or empty
    12:56:47 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r.rtm not found or empty
    12:56:49 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
    12:56:49 Attempt to override final function - bis_fnc_init
    12:56:49 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.3"
    12:56:49 Unable to get file version size: C:\Gameserver\Arma3\server1\@epochhive\epochserver.dll
     
×
×
  • Create New...