Jump to content

Prof.Heini

Member
  • Posts

    54
  • Joined

  • Last visited

Posts posted by Prof.Heini

  1. Hey guys,

     

    I want to set a lot of lootboxes in to the Sectors. (For example: Marker: box1,box2, box3...)

     

    How do I config it?

     

    I don't understand it in the sector_config.sqf!

    // Marker options:
    // The AI spawn on the Marker // Marker 1-10 are for FillHouse AI and Marker 11-20 are for the Millitarize AI // On every Marker spawn so many Units how you set on the top ()
    SUP_sec_center = "sec_center";		// Coordinates for the center // also good to spawn the Lootbox, Heli or LandVehicles
    
    SUP_sec_Heli = "sec_center";		// Heli spawn
    SUP_sec_Land = "sec_center";		// LandVehicle spawn
    SUP_sec_Boot = "sec_center";		// Boot spawn
    

    Where's the entry for spawning the lootbox? 

  2. Hey guys, the freshspawn people get a teleport back to Spawnpoint.

     

    How can I Fix it?

     

    I use the normal Antihack.

     

    I have read in Forum, I must deactivate the Halojump. Is this the only possibility?

     

    Where can I do this?

     

    Here?

    //force halo jump or ground spawn 0 = user choice, 1 = forced HALO, 2 = forced Ground true/false
    //_HALV_forcespawnMode = 2;
    //_jumpheight = 1250;
    
  3. Hey guys, we have got the same Problem. All Players get back to spawnpostionen after a few Minutes on mapp Altis.

     

    We don't use the normal spawnsytem. We are using the following Script:

     

     

    spawn_locations.sqf

    		
    			[[6192.46,16834],0,"SafeZone West"],
    			[[18451.9,14278.1],0,"SafeZone East"],
    			[[13326.5,14515.2],0,"SafeZone Central"],
    			[[28337.4,25777.9],0,"SafeZone North"],
    			[[10329.2,19057.2]],	// 'Galati'
    			//[[20548.4,8888.25],2],// 'Panagia'" //donor
    			[[20788.2,6733.91]],	// 'Selakano'
    			//[[20241.1,11659.6]],	// 'Chalkeia' //reg
    			[[16786.2,12619.4]],	// 'Pyrgos'
    			//[[18111.2,15242.3]],	// 'Charkia'
    			//[[21358.5,16361],2],	// 'Kalochori'" //donor
    			//[[23211.4,19957.7]],	// 'Ioannina'
    			//[[25696.9,21348.6],2],// 'Sofia' //donor
    			//[[26990.8,23202.2]],	// 'Molos'
    			//[[16278.7,17267.4],1],// 'Telos' //reg
    			//[[14039.2,18730.9]],	// 'Athira'
    			//[[14602.8,20791.3]],	// 'Frini'
    			//[[9436.79,20304.4]],	// 'Abdera'
    			[[4559.19,21406.7]],// 'Oreokastro'
    			//[[4040.33,17281.3]],	// 'Agios Konstantinos'
    			//[[9275.09,15899.8],1],// 'Agios Dionysios' //reg
    			//[[12477.4,14316.7]],	// 'Neochori'
    			//[[3529.11,13054.8]],	// 'Kavala' 
    			[[9045.54,11960.8]]	// 'Zaros'
    			//[[9259.52,8062.07],1]	// 'Sfaka' //reg
    
    		]
    	};
    

    Here's our config.cpp

     

    Should I edit it? How?

     

    // map config
    class CfgEpoch
    {
    class Default
    {
    worldSize = 12000;
    traderBlds[] = {};
    containerPos[] = {};
    telePos[] = {};
    propsPos[] = {};
    staticNpcPos[] = {};
    };
    

    Altis.h

    We have got only one Teleportsign at the spawn!

    telePos[] = {
    			{ "Transport_C_EPOCH", { 23600.5, 18009, 0.233421 }, "", { 13326.5, 14515.2, 0 } }, // Trader city 1
    	};
    
  4. OK, da könnte der Fehler liegen. Die Verknüpfung zur Datenbank ist unterschiedlich.

    Bei einem Anbieter kann man nur im Webinterface auf die Datenbank zugreifen.

    Also man kann Fahrzeug und Co. nur auf Knopfdruck resetten.

     

    Wie kann ich das wohl abändern?

  5. German only!

     

    I'm sorry, I need German Support!

     

    Mahlzeit zusammen,

     

    wir haben derzeit einen Serverwechsel hinter uns.

    Nun haben sich Probleme ergeben, welche ich nicht nachvollziehen kann.

     

    Auf Server A läuft die Epoch Mod ohne Probleme. Einiziger Nachteil: Man hat keinen Zugriff auf die Redis-Datenbank. Das ist schon mal sehr schlecht, da man keine Backups von der Datenbank anlegen kann.

    Daher der Umzug zu einem anderen Hoster. Es ist nen Gameserver, kein Root oder ähnliches.

     

    Auf Server B haben wir die identischen Dateien hochgeladen, jedoch läuft dieser nicht.

     

    Folgende Daten wurden von Server A nach Server B verschoben:

     

    EpochHive/Addons: 

     

    - a3_epoch_server.pbo

    - a3_epoch_server_custom.pbo (indestructible bases)

    - a3_epoch_server_settings.pbo

    - custom_server.pbo (BlackEagle MIssions)

    - SDROP.pbo

     

    BE Filter:

    - addbackpackcargo.txt

    - addmagazinecargo.log

    - addmagazinecargo.txt

    - addweaponcargo.txt

    - attachto.txt

    - createvehicle.log

    - createvehicle.txt

    - deleteVehicle.txt

    - mpeventhandler.txt

    - publicvariable.txt

    - publicvariableval.txt

    - remotecontrol.txt

    - remoteexec.txt

    - scripts.log

    - scripts.txt

    - selectplayer.txt

    - setdamage.log

    - setdamage.txt

    - setpos.txt

    - setvariable.log

    - setvariable.txt

    - setvariableval.txt

    - teamswitch.txt

    - waypointcondition.txt

    - waypointstatement.txt

     

     

    MPMIssion: 

     

    - Epoch.Altis.pbo

     

    Wo könnte der Fehler liegen?

     

     

    Serverlog:

    =====================================================================
    == X:\arma3\arma3server.exe
    == arma3server.exe  -mod=@EpochHive;@Epoch; -ip=46.251.245.157 -port=2302 -maxmem=2047 -noCB -exThreads=1 -malloc=tbb4malloc_bi -profiles=config -config=config\server.cfg -cfg=config\basic.cfg -name=arma3 -autoinit 
    
    Original output filename: Arma3Retail_Server
    Exe timestamp: 2015/05/04 15:32:44
    Current time:  2015/05/29 13:11:15
    
    Type: Public
    Branch: Stable
    Version: 1.44.130654
    
    Allocator: X:\arma3\dll\tbb4malloc_bi.dll
    =====================================================================
    
    13:11:15 ManagerConfig()
    13:11:15 Cannot register unknown string STR_USRACT_SWITCH_GUNS
    13:11:15 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
    13:11:15 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
    13:11:15 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
    13:11:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
    13:11:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
    13:11:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
    13:11:15 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
    13:11:24 Item str_disp_hintc_continue listed twice
    13:11:24 Item str_lib_info_author listed twice
    13:11:26 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
    13:11:26 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
    13:11:27 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
    13:11:27 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
    13:11:27 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
    13:11:27 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
    13:11:27 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
    13:11:27 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
    13:11:27 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
    13:11:27 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
    13:11:27 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
    13:11:27 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
    13:11:27 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
    13:11:27 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
    13:11:27 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
    13:11:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
    13:11:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
    13:11:27 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
    13:11:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
    13:11:27 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
    13:11:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
    13:11:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
    13:11:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
    13:11:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
    13:11:27 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
    13:11:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
    13:11:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
    13:11:27 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
    13:11:27 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
    13:11:27 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
    13:11:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
    13:11:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
    13:11:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
    13:11:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
    13:11:27 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
    13:11:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
    13:11:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
    13:11:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
    13:11:27 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
    13:11:27 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
    13:11:27 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
    13:11:27 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
    13:11:27 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
    13:11:27 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
    13:11:27 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
    13:11:27 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
    13:11:27 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
    13:11:27 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
    13:11:27 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
    13:11:27 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
    13:11:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
    13:11:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
    13:11:27 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
    13:11:27 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
    13:11:27 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
    13:11:27 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
    13:11:27 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
    13:11:27 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
    13:11:28 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
    13:11:28 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
    13:11:28 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
    13:11:28 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
    13:11:28 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
    13:11:28 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
    13:11:28 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
    13:11:28 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
    13:11:28 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
    13:11:28 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
    13:11:28 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
    13:11:28 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
    13:11:28 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
    13:11:28 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
    13:11:28 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
    13:11:28 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
    13:11:28 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
    13:11:28 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
    13:11:28 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
    13:11:28 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    13:11:28 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
    13:11:28 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    13:11:28 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
    13:11:29 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
    13:11:29 Initializing Steam Manager
    13:11:29 ManagerConfig()
    13:11:29 unable to load subscribed content list. list will be updated from steam
    13:11:29 unable to load published content list. list will be updated from steam
    13:11:29 unable to load cached items meta info. save and update functionality will be broken
    13:11:29 Steam Manager initialized.
    13:11:29 
    13:11:29 ==== Loaded addons ====
    13:11:29 
    13:11:29 dta\languagecore_f.pbo - 82715
    13:11:29 dta\core.pbo - 72362
    13:11:29 dta\bin.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_underground.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_language.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_assets.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_structures.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_config.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_code.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_functions.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_weapons.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a2_epoch_weapons.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
    13:11:29 X:\arma3\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
    13:11:29 X:\arma3\@EpochHive\addons\a3_epoch_server_settings.pbo - unknown
    13:11:29 X:\arma3\@EpochHive\addons\a3_epoch_server.pbo - unknown
    13:11:29 X:\arma3\@EpochHive\addons\sdrop.pbo - unknown
    13:11:29 X:\arma3\@EpochHive\addons\custom_server.pbo - unknown
    13:11:29 X:\arma3\mark\addons\static_f_mark.ebo - 81968
    13:11:29 X:\arma3\mark\addons\missions_f_mark.ebo - 82255
    13:11:29 X:\arma3\mark\addons\sounds_f_mark.ebo - 81866
    13:11:29 X:\arma3\mark\addons\structures_f_mark.ebo - 82615
    13:11:29 X:\arma3\mark\addons\dubbing_f_mp_mark.ebo - 81923
    13:11:29 X:\arma3\mark\addons\supplies_f_mark.ebo - 79552
    13:11:29 X:\arma3\mark\addons\characters_f_mark.ebo - 82734
    13:11:29 X:\arma3\mark\addons\languagemissions_f_mark.ebo - 82715
    13:11:29 X:\arma3\mark\addons\missions_f_mark_video.ebo - 81429
    13:11:29 X:\arma3\mark\addons\missions_f_mp_mark_data.ebo - 81558
    13:11:29 X:\arma3\mark\addons\anims_f_mark.ebo - 82212
    13:11:29 X:\arma3\mark\addons\ui_f_mp_mark.ebo - 82708
    13:11:29 X:\arma3\mark\addons\weapons_f_mark.ebo - 82442
    13:11:29 X:\arma3\mark\addons\music_f_mark.ebo - 81958
    13:11:29 X:\arma3\mark\addons\dubbing_f_mark.ebo - 81923
    13:11:29 X:\arma3\mark\addons\languagemissions_f_mp_mark.ebo - 82715
    13:11:30 X:\arma3\mark\addons\ui_f_mark.ebo - 82421
    13:11:30 X:\arma3\mark\addons\music_f_mark_music.ebo - 81930
    13:11:30 X:\arma3\mark\addons\modules_f_mp_mark.ebo - 82691
    13:11:30 X:\arma3\mark\addons\data_f_mark.ebo - 82269
    13:11:30 X:\arma3\mark\addons\functions_f_mp_mark.ebo - 82700
    13:11:30 X:\arma3\mark\addons\language_f_mp_mark.ebo - 82715
    13:11:30 X:\arma3\mark\addons\modules_f_mark.ebo - 81710
    13:11:30 X:\arma3\mark\addons\functions_f_mark.ebo - 82496
    13:11:30 X:\arma3\mark\addons\missions_f_mark_data.ebo - 81471
    13:11:30 X:\arma3\mark\addons\missions_f_mp_mark.ebo - 82692
    13:11:30 X:\arma3\mark\addons\language_f_mark.ebo - 82715
    13:11:30 X:\arma3\heli\addons\modules_f_heli.pbo - 80344
    13:11:30 X:\arma3\heli\addons\missions_f_heli_video.pbo - 75065
    13:11:30 X:\arma3\heli\addons\air_f_heli.pbo - 82564
    13:11:30 X:\arma3\heli\addons\ui_f_heli.pbo - 76986
    13:11:30 X:\arma3\heli\addons\dubbing_f_heli.pbo - 75138
    13:11:30 X:\arma3\heli\addons\structures_f_heli.pbo - 82615
    13:11:30 X:\arma3\heli\addons\languagemissions_f_heli.pbo - 82715
    13:11:30 X:\arma3\heli\addons\music_f_heli.pbo - 76012
    13:11:30 X:\arma3\heli\addons\missions_f_heli.pbo - 82384
    13:11:30 X:\arma3\heli\addons\music_f_heli_music.pbo - 76012
    13:11:30 X:\arma3\heli\addons\data_f_heli.pbo - 80757
    13:11:30 X:\arma3\heli\addons\anims_f_heli.pbo - 80475
    13:11:30 X:\arma3\heli\addons\boat_f_heli.pbo - 82564
    13:11:30 X:\arma3\heli\addons\functions_f_heli.pbo - 77667
    13:11:30 X:\arma3\heli\addons\cargoposes_f_heli.pbo - 80475
    13:11:30 X:\arma3\heli\addons\soft_f_heli.pbo - 82564
    13:11:30 X:\arma3\heli\addons\sounds_f_heli.pbo - 79398
    13:11:30 X:\arma3\heli\addons\language_f_heli.pbo - 82715
    13:11:30 X:\arma3\heli\addons\supplies_f_heli.pbo - 82616
    13:11:30 X:\arma3\heli\addons\missions_f_heli_data.pbo - 75977
    13:11:30 X:\arma3\kart\addons\sounds_f_kart.pbo - 79398
    13:11:30 X:\arma3\kart\addons\data_f_kart.pbo - 80888
    13:11:30 X:\arma3\kart\addons\structures_f_kart.pbo - 82615
    13:11:30 X:\arma3\kart\addons\anims_f_kart.pbo - 80475
    13:11:30 X:\arma3\kart\addons\characters_f_kart.pbo - 79903
    13:11:30 X:\arma3\kart\addons\missions_f_kart_data.pbo - 75687
    13:11:30 X:\arma3\kart\addons\languagemissions_f_kart.pbo - 82715
    13:11:30 X:\arma3\kart\addons\modules_f_kart.pbo - 80976
    13:11:30 X:\arma3\kart\addons\modules_f_kart_data.pbo - 74588
    13:11:30 X:\arma3\kart\addons\missions_f_kart.pbo - 76770
    13:11:30 X:\arma3\kart\addons\soft_f_kart.pbo - 82564
    13:11:30 X:\arma3\kart\addons\ui_f_kart.pbo - 73106
    13:11:30 X:\arma3\kart\addons\language_f_kart.pbo - 82715
    13:11:30 X:\arma3\kart\addons\weapons_f_kart.pbo - 80344
    13:11:30 X:\arma3\curator\addons\modules_f_curator.pbo - 81185
    13:11:30 X:\arma3\curator\addons\ui_f_curator.pbo - 82411
    13:11:30 X:\arma3\curator\addons\language_f_curator.pbo - 82715
    13:11:30 X:\arma3\curator\addons\data_f_curator.pbo - 82282
    13:11:30 X:\arma3\curator\addons\missions_f_curator.pbo - 80344
    13:11:30 X:\arma3\curator\addons\functions_f_curator.pbo - 78988
    13:11:30 addons\weapons_f_epc.pbo - 80374
    13:11:30 addons\armor_f_beta.pbo - 82564
    13:11:30 addons\map_altis.pbo - 82219
    13:11:30 addons\music_f_epb.pbo - 73106
    13:11:30 addons\map_stratis.pbo - 82221
    13:11:30 addons\map_altis_data_layers_01_01.pbo - 79087
    13:11:30 addons\structures_f_epb.pbo - 82615
    13:11:30 addons\map_altis_data_layers.pbo - 79087
    13:11:30 addons\modules_f_data.pbo - 73106
    13:11:30 addons\dubbing_f_epc.pbo - 73106
    13:11:30 addons\characters_f_beta.pbo - 82486
    13:11:30 addons\languagemissions_f_beta.pbo - 82715
    13:11:30 addons\functions_f_epa.pbo - 73434
    13:11:30 addons\air_f_gamma.pbo - 82564
    13:11:30 addons\map_altis_scenes_f.pbo - 73106
    13:11:30 addons\a3.pbo - unknown
    13:11:30 addons\structures_f_epc.pbo - 82615
    13:11:30 addons\plants_f.pbo - 80365
    13:11:30 addons\language_f_epb.pbo - 82715
    13:11:30 addons\structures_f.pbo - 82614
    13:11:30 addons\map_stratis_scenes_f.pbo - 73106
    13:11:30 addons\missions_f_bootcamp.pbo - 82134
    13:11:30 addons\boat_f_epc.pbo - 82564
    13:11:30 addons\music_f_epc.pbo - 73106
    13:11:30 addons\music_f_music.pbo - 73106
    13:11:30 addons\uifonts_f.pbo - 73106
    13:11:30 addons\anims_f_bootcamp.pbo - 72362
    13:11:30 addons\static_f_beta.pbo - 79398
    13:11:30 addons\missions_f_epc.pbo - 82261
    13:11:30 addons\weapons_f_epb.pbo - 80958
    13:11:30 addons\structures_f_households.pbo - 82554
    13:11:30 addons\editor_f.pbo - 82563
    13:11:30 addons\map_altis_data_layers_00_01.pbo - 79087
    13:11:30 addons\missions_f_epb.pbo - 80344
    13:11:30 addons\map_data.pbo - 81846
    13:11:30 addons\anims_f_epc.pbo - 72362
    13:11:30 addons\static_f_gamma.pbo - 82090
    13:11:30 addons\language_f_beta.pbo - 82714
    13:11:30 addons\air_f_beta.pbo - 82564
    13:11:30 addons\dubbing_f_epb.pbo - 76110
    13:11:30 addons\structures_f_epa.pbo - 82615
    13:11:30 addons\music_f_epa.pbo - 73106
    13:11:30 addons\missions_f_epb_data.pbo - 73106
    13:11:30 addons\uifonts_f_data.pbo - 73106
    13:11:30 addons\missions_f_beta.pbo - 82476
    13:11:30 addons\missions_f_beta_video.pbo - 73106
    13:11:30 addons\dubbing_f_beta.pbo - 73106
    13:11:30 addons\map_stratis_data.pbo - 80737
    13:11:30 addons\languagemissions_f_epc.pbo - 82715
    13:11:30 addons\languagemissions_f_bootcamp.pbo - 82715
    13:11:30 addons\anims_f_epa.pbo - 78608
    13:11:30 addons\dubbing_f_epa.pbo - 73106
    13:11:30 addons\rocks_f.pbo - 80359
    13:11:30 addons\map_altis_data_layers_01_00.pbo - 79087
    13:11:30 addons\functions_f_epc.pbo - 73106
    13:11:30 addons\weapons_f.pbo - 82549
    13:11:30 addons\sounds_f_epb.pbo - 79398
    13:11:30 addons\modules_f.pbo - 82593
    13:11:30 addons\map_altis_data_layers_00_00.pbo - 79087
    13:11:30 addons\dubbing_f_gamma.pbo - 73106
    13:11:30 addons\soft_f_bootcamp.pbo - 82564
    13:11:30 addons\armor_f.pbo - 82564
    13:11:30 addons\modules_f_beta.pbo - 81823
    13:11:30 addons\ui_f.pbo - 82652
    13:11:30 addons\map_stratis_data_layers.pbo - 79082
    13:11:30 addons\weapons_f_epa.pbo - 81310
    13:11:30 addons\armor_f_epb.pbo - 82564
    13:11:30 addons\armor_f_gamma.pbo - 82564
    13:11:30 addons\language_f_bootcamp.pbo - 82715
    13:11:30 addons\languagemissions_f_epa.pbo - 82715
    13:11:30 addons\air_f_rtd.pbo - 76933
    13:11:30 addons\data_f_bootcamp.pbo - 76960
    13:11:30 addons\music_f_epb_music.pbo - 73106
    13:11:30 addons\static_f.pbo - 82523
    13:11:30 addons\structures_f_mil.pbo - 82556
    13:11:30 addons\missions_f_bootcamp_data.pbo - 72362
    13:11:30 addons\soft_f.pbo - 82564
    13:11:30 addons\characters_f_epc.pbo - 81235
    13:11:30 addons\missions_f_gamma_data.pbo - 76877
    13:11:30 addons\functions_f.pbo - 82609
    13:11:30 addons\missions_f_epa_data.pbo - 73106
    13:11:30 addons\languagemissions_f.pbo - 82715
    13:11:30 addons\language_f_epa.pbo - 82715
    13:11:30 addons\baseconfig_f.pbo - 73106
    13:11:30 addons\armor_f_epc.pbo - 82564
    13:11:30 addons\signs_f.pbo - 82616
    13:11:30 addons\modules_f_epb.pbo - 79398
    13:11:30 addons\dubbing_f_bootcamp.pbo - 73106
    13:11:30 addons\boat_f.pbo - 82564
    13:11:30 addons\characters_f.pbo - 82621
    13:11:30 addons\dubbing_radio_f.pbo - 78704
    13:11:30 addons\structures_f_wrecks.pbo - 82558
    13:11:30 addons\music_f_bootcamp.pbo - 73106
    13:11:30 addons\language_f.pbo - 82714
    13:11:30 addons\weapons_f_bootcamp.pbo - 81923
    13:11:30 addons\anims_f.pbo - 82686
    13:11:30 addons\missions_f_epc_video.pbo - 73106
    13:11:30 addons\misc_f.pbo - 79398
    13:11:30 addons\missions_f_bootcamp_video.pbo - 75065
    13:11:30 addons\structures_f_data.pbo - 82554
    13:11:30 addons\music_f_bootcamp_music.pbo - 73106
    13:11:30 addons\map_vr.pbo - 82252
    13:11:30 addons\sounds_f.pbo - 82574
    13:11:30 addons\air_f.pbo - 82564
    13:11:30 addons\data_f.pbo - 82582
    13:11:30 addons\map_vr_scenes_f.pbo - 82252
    13:11:30 addons\missions_f_gamma.pbo - 82622
    13:11:30 addons\missions_f_epb_video.pbo - 73106
    13:11:30 addons\soft_f_beta.pbo - 82657
    13:11:30 addons\missions_f.pbo - 78843
    13:11:30 addons\drones_f.pbo - 82689
    13:11:30 addons\structures_f_bootcamp.pbo - 82615
    13:11:30 addons\characters_f_gamma.pbo - 79398
    13:11:30 addons\air_f_epb.pbo - 82564
    13:11:30 addons\sounds_f_epc.pbo - 79398
    13:11:30 addons\missions_f_epa_video.pbo - 73106
    13:11:30 addons\roads_f.pbo - 82537
    13:11:30 addons\anims_f_data.pbo - 82213
    13:11:30 addons\languagemissions_f_epb.pbo - 82715
    13:11:30 addons\boat_f_gamma.pbo - 82564
    13:11:30 addons\sounds_f_vehicles.pbo - 82151
    13:11:30 addons\languagemissions_f_gamma.pbo - 82303
    13:11:30 addons\dubbing_radio_f_data.pbo - 78762
    13:11:30 addons\language_f_epc.pbo - 82715
    13:11:30 addons\missions_f_epc_data.pbo - 73106
    13:11:30 addons\missions_f_epa.pbo - 82617
    13:11:30 addons\weapons_f_gamma.pbo - 80772
    13:11:30 addons\boat_f_beta.pbo - 82564
    13:11:30 addons\language_f_gamma.pbo - 82715
    13:11:30 addons\music_f_epc_music.pbo - 73106
    13:11:30 addons\cargoposes_f.pbo - 82622
    13:11:30 addons\characters_f_epa.pbo - 81235
    13:11:30 addons\music_f.pbo - 73106
    13:11:30 addons\music_f_epa_music.pbo - 73106
    13:11:30 addons\animals_f.pbo - 79398
    13:11:30 addons\characters_f_epb.pbo - 79398
    13:11:30 addons\map_altis_data.pbo - 80737
    13:11:30 addons\languagemissions.pbo - unknown
    13:11:30 addons\missions_f_video.pbo - 73106
    13:11:30 addons\sounds_f_weapons.pbo - 82110
    13:11:30 addons\functions_f_bootcamp.pbo - 82310
    13:11:30 addons\dubbing_f.pbo - 73106
    13:11:30 addons\characters_f_bootcamp.pbo - 82576
    13:11:30 addons\structures_f_ind.pbo - 82615
    13:11:30 addons\weapons_f_beta.pbo - 81905
    13:11:30 addons\modules_f_bootcamp.pbo - 79398
    13:11:30 addons\missions_f_beta_data.pbo - 82479
    13:11:30 addons\soft_f_epc.pbo - 82564
    13:11:30 addons\ui_f_data.pbo - 82650
    13:11:30 addons\animals_f_beta.pbo - 72362
    13:11:30 addons\missions_f_gamma_video.pbo - 73106
    13:11:30 addons\air_f_epc.pbo - 82564
    13:11:30 addons\ui_f_bootcamp.pbo - 76325
    13:11:30 addons\missions_f_data.pbo - 73106
    13:11:30 addons\modules_f_beta_data.pbo - 80976
    13:11:30 addons\soft_f_gamma.pbo - 82657
    13:11:30 addons\sounds_f_bootcamp.pbo - 82576
    13:11:30 
    13:11:30 =======================
    13:11:30 
    13:11:30 ============================================================================================= List of mods ===============================================================================================
    13:11:30 modsReadOnly = true
    13:11:30 safeModsActivated = false
    13:11:30 customMods = true
    13:11:30 hash = '042B76C43D526C508EC230D537CBBBDE53BB58DE'
    13:11:30 hashShort = '172a3f7a'
    13:11:30                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
    13:11:30 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    13:11:30                                  Epoch Mod 0.3.0.3 |               @Epoch |      false |             GAME DIR | d0f0fb4075b466f3d9d2e08ab6aae5b517e9f690 |  56613dca | X:\arma3\@Epoch
    13:11:30                                         @EpochHive |           @EpochHive |      false |             GAME DIR | 03945e131a4e2f6c0f68001033a6fde37b6d2a38 |  e4d31fd7 | X:\arma3\@EpochHive
    13:11:30                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
    13:11:30                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 8f0ebc67e604b05460419ba6bbb9814a2da1d2bf |  a162e35d | X:\arma3\mark
    13:11:30                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 4cb627dce6a8ddd8610ca20a8ff506aa42bb8bb0 |  74bdb4bc | X:\arma3\heli
    13:11:30                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 9980a36a8060f77b0d09734f03c9ab8e113c9a7d |  eaf7ba8a | X:\arma3\kart
    13:11:30                                        Arma 3 Zeus |              curator |       true |             GAME DIR | f4c79440b601bc3e4b1dfea8fcb600ef43bf56d2 |  d39ab57c | X:\arma3\curator
    13:11:30                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
    13:11:30 ==========================================================================================================================================================================================================
    13:11:30 InitSound ...
    13:11:30 InitSound - complete
    13:11:30 PhysX3 SDK Init started ...
    13:11:30 PhysX3 SDK Init ended.
    13:11:30 EPE manager release (0|0|0)
    13:11:30 EPE manager release (0|0|0)
    13:11:33 Attempt to override final function - rscminimap_script
    13:11:33 Attempt to override final function - rscdisplayloading_script
    13:11:33 Attempt to override final function - rscdisplayloading_script
    13:11:33 Attempt to override final function - rscdisplayloading_script
    13:11:33 Attempt to override final function - rscdiary_script
    13:11:33 Attempt to override final function - rscdisplaysinglemission_script
    13:11:33 Attempt to override final function - rscdiary_script
    13:11:33 Attempt to override final function - rscdisplayremotemissions_script
    13:11:33 Attempt to override final function - rscdisplayloading_script
    13:11:33 Attempt to override final function - rscdiary_script
    13:11:33 Attempt to override final function - rscdiary_script
    13:11:33 Attempt to override final function - rscdisplaystrategicmap_script
    13:11:33 Attempt to override final function - rscdisplaycommon_script
    13:11:33 Attempt to override final function - rscdisplayloading_script
    13:11:34 Attempt to override final function - rscdisplaycurator_script
    13:11:34 Attempt to override final function - rscdisplayattributes_script
    13:11:34 Attempt to override final function - rscdisplayattributes_script
    13:11:34 Attempt to override final function - rscdisplayattributes_script
    13:11:34 Attempt to override final function - rscdisplaywelcome_script
    13:11:34 Attempt to override final function - rscdisplaywelcome_script
    13:11:34 Attempt to override final function - rscdisplaywelcome_script
    13:11:34 Attempt to override final function - rscdisplaycommon_script
    13:11:34 Attempt to override final function - rscdisplaydebriefing_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:34 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - rscunitinfo_script
    13:11:35 Attempt to override final function - bis_fnc_init
    13:11:35 EPE manager release (0|0|0)
    13:11:35 EPE manager release (0|0|0)
    
    
  6. OK, I have installed Redis and I have connected to the Database.

     

    Where is the Log?

     

    I think my Server is Buggy! Now I have got a CreateVehicle Restriction:

     

    #0 "SeaGull" 3:2 [23598,17997,23]
    25.05.2015 13:48:34: Headi (109.)  - #0 "SeaGull" 4:2 [23598,17997,23]
    25.05.2015 13:50:47: Headi (109.)  - #0 "SeaGull" 5:2 [23598,17997,23]
    25.05.2015 13:54:39: Headi (109.)  - #0 "SeaGull" 6:2 [23598,17997,23]
    25.05.2015 13:56:49: Headi (109.)  - #0 "SeaGull" 7:2 [23598,17997,23]
    25.05.2015 13:59:43: Headi (109.)  - #0 "SeaGull" 3:2 [23598,17997,23]
    25.05.2015 14:04:55: Headi (109.)  - #2 "SeaGull" 3:2 [23598,17997,23]
    25.05.2015 14:05:44: Headi (109.) - #2 "SeaGull" 4:2 [23598,17997,23]
    25.05.2015 14:07:37: Headi (109.)  - #2 "SeaGull" 5:2 [23598,17997,23]
  7. Hey guys,

     

    I have edited the "A3EAI_config.sqf".

    //AI skill settings level 0 (Skill, Minimum skill, Maximum skill). Baseline skill level: 0.50
    A3EAI_skill0 = [	
    	["aimingAccuracy",0.10,0.15],
    	["aimingShake",0.50,0.59],
    	["aimingSpeed",0.50,0.59],
    	["spotDistance",0.50,0.59],
    	["spotTime",0.50,0.59],
    	["courage",0.50,0.59],
    	["reloadSpeed",0.50,0.59],
    	["commanding",0.50,0.59],
    	["general",0.50,0.59]
    ];
    
    //AI skill settings level 1 (Skill, Minimum skill, Maximum skill). Baseline skill level: 0.50
    A3EAI_skill1 = [	
    	["aimingAccuracy",0.10,0.15],
    	["aimingShake",0.50,0.59],
    	["aimingSpeed",0.50,0.59],
    	["spotDistance",0.50,0.59],
    	["spotTime",0.50,0.59],
    	["courage",0.50,0.59],
    	["reloadSpeed",0.50,0.59],
    	["commanding",0.50,0.59],
    	["general",0.50,0.59]
    ];
    
    //AI skill settings level 2 (Skill, Minimum skill, Maximum skill). Baseline skill level: 0.50
    A3EAI_skill2 = [	
    	["aimingAccuracy",0.10,0.15],
    	["aimingShake",0.50,0.59],
    	["aimingSpeed",0.50,0.59],
    	["spotDistance",0.50,0.59],
    	["spotTime",0.50,0.59],
    	["courage",0.50,0.59],
    	["reloadSpeed",0.50,0.59],
    	["commanding",0.50,0.59],
    	["general",0.50,0.59]
    ];
    
    //AI skill settings level 3 (Skill, Minimum skill, Maximum skill). Baseline skill level: 0.80
    A3EAI_skill3 = [	
    	["aimingAccuracy",0.25,0.30],
    	["aimingShake",0.85,0.95],
    	["aimingSpeed",0.85,0.95],
    	["spotDistance",0.85,0.95],
    	["spotTime",0.85,0.95],
    	["courage",0.85,0.95],
    	["reloadSpeed",0.85,0.95],
    	["commanding",0.85,0.95],
    	["general",0.85,0.95]
    ];
    

    I get a create vehicle restriction:

     

    25.05.2015 08:29:46: Headi (IP-xxxxxxx) e701e... - #0 "SeaGull" 3:2 [23598,17997,23]

     

    I have added !"Seagull" or !="SeaGull" (both tested), but than comes the next restriction with #0 "SeaGull" 4:2

     

    Where is the mistake?

  8. Hey guys,

     

    I want to add a Text to the marker.

    Somebody can tell me the right way? I have added "_marker setMarkerText "SupplyDrop";"

    Is this OK? Where can I add the Textcolor?

     

    //create marker at supply crate's landing zone (NOTE: only an approximation of where crate will be, and crate could be slightly outside the LZ)
    _marker = createMarker ["SupplyDropMarker", _markerOffset];
    _marker setMarkerSize [500,500];
    _marker setMarkerBrush "Horizontal";
    _marker setMarkerShape "ELLIPSE";
    _marker setMarkerText "SupplyDrop";
    _marker setMarkerColor "ColorCIV";
    
  9. I have edited the "spawnVehicle.sqf".

     

    3 Armed offroads was to much! I have changed two vehicle classes in to "B_G_Offroad_01_F"

    _safepos = [_pos,0,27,0,0,20,0] call BIS_fnc_findSafePos;
    _veh = ObjNull;
    _veh = createVehicle["B_G_Offroad_01_F", _safepos, [], 0, "NONE"];
    _veh setVariable["LASTLOGOUT_EPOCH",1000000000000];
    _veh setVariable["LAST_CHECK",1000000000000];
    _ai2 moveInAny _veh;
    _ai3 moveInAny _veh;
    EPOCH_VehicleSlotsLimit = EPOCH_VehicleSlotsLimit + 1;
    EPOCH_VehicleSlots pushBack str(EPOCH_VehicleSlotsLimit);
    _slot = EPOCH_VehicleSlots select 0;
    _veh setVariable ['VEHICLE_SLOT',_slot,true];
    EPOCH_VehicleSlots = EPOCH_VehicleSlots - [_slot];
    EPOCH_VehicleSlotCount = count EPOCH_VehicleSlots;
    publicVariable 'EPOCH_VehicleSlotCount';
    _veh call EPOCH_server_setVToken;
    clearWeaponCargoGlobal    _veh;
    clearMagazineCargoGlobal  _veh;
    clearBackpackCargoGlobal  _veh;
    clearItemCargoGlobal       _veh;
    
    _safepos = [_pos,0,27,0,0,20,0] call BIS_fnc_findSafePos;
    _veh = ObjNull;
    _veh = createVehicle["B_G_Offroad_01_F", _safepos, [], 0, "NONE"];
    _veh setVariable["LASTLOGOUT_EPOCH",1000000000000];
    _veh setVariable["LAST_CHECK",1000000000000];
    _ai4 moveInAny _veh;
    _ai5 moveInAny _veh;
    EPOCH_VehicleSlotsLimit = EPOCH_VehicleSlotsLimit + 1;
    EPOCH_VehicleSlots pushBack str(EPOCH_VehicleSlotsLimit);
    _slot = EPOCH_VehicleSlots select 0;
    _veh setVariable ['VEHICLE_SLOT',_slot,true];
    EPOCH_VehicleSlots = EPOCH_VehicleSlots - [_slot];
    EPOCH_VehicleSlotCount = count EPOCH_VehicleSlots;
    publicVariable 'EPOCH_VehicleSlotCount';
    _veh call EPOCH_server_setVToken;
    clearWeaponCargoGlobal    _veh;
    clearMagazineCargoGlobal  _veh;
    clearBackpackCargoGlobal  _veh;
    clearItemCargoGlobal       _veh;
    

    Now I have got Problems with "CreateVehicle.txt"

     

    I  get a Battleye Create Vehicle Restriction#0.

     

    #0 "SeaGull" 3:2 [23598,17997,23]
    #0 "SeaGull" 4:2 [23598,17997,23]
     
    I have added to Line #1 != "SeaGull" 
    It doesn't works.
     
    Somebody have an idea?
  10. Hey guys,

     

    we have got Armed Vehicles on the Server. And we are using a Repair and Rearmscript.

     

    Now, we want to remove ammo from the vehicles.

     

    A Ghosthawk has got a magazine with 3000 Rounds, Armed Offroader has got 3x100 Rounds.

     

    It's to much ammo! 

     

    Our Plan is to give few ammo to the vehicles. For exampble 1000 rounds for Ghosthawk and 1x100 Rounds for Offroad.

     

    The people should rearm at the Servicestations for much of money.

     

    Somebody can write a script or have a plan to fix my matter?

     

     

     

     

     

     

  11. Sorry, only German!

     

    Guten Abend,

     

    ich habe aktuell noch Probleme mit der Anzahl der Händler.

    Ich habe einen neuen Spawn im Norden der Insel gesetzt. (Leuchtturm oberhalb des nördlichen Airfileds)

     

    Die Sache sieht nun so bei mir aus:

     

    [[18459.1,14259.2,0.00141716],340.199], //trader by mine
    [[13319,14523.9,0.00134587],143.067], //trader by stavros
    [[6193.02,16828.7,0.00118256],1.52142], //trader by kore
    [[28335.939,19.658327],25764.771] //trader by north
     
    Habe mir um die Position herauszufinden, eine zivile Einheit im Editor gesetzt. Habe ich eventuell Zahlen vertauscht? 
     
    Hier der Eintrag aus der Missions.sqm
     
    position[]={28335.939,19.658327,25764.771};
    id=1;
    side="CIV";
    vehicle="C_man_1";
    leader=1;
    skill=0.60000002;
     
     
  12. English:

     

    Hey guys,

     

    I want to edit the spawnbox. Where can I do this? Where are the entries about the spawnbox?

    For example I want to delete the pillars and I want to add 2 new spawnpoints and some other crapp.

     

    I think I would work with the Arma 3 Editor. Is this possible?

     

    Regarts Heini

     

     

    ############################################################################

    German:

     

    Moin Leute,

     

    Ich möchte gerne wissen, wie ich den Spawnwürfel bearbeiten kann.

    Wir würden gerne den Inhalt dessen verändern. Die Säulen sollen raus, und die Gullideckel neu angeordent werden, da wir noch 2 Spawnpunkte zufügen möchten.

    Zusätzlich ist die Überlegung dar, den ein oder anderen Gegenstand einzubauen.

     

    Wo finde ich die Einträge zum Würfel?

     

    Ich denke mal dass man mit diesen im Arma Editor arbeiten könnte, wenn man sich mit der Mission.sqm auseinandersetzt, oder?

     

    Gruß

     

    Headi

     

     

     

     

  13. 
    17:09:18 ============================================================================================= List of mods ===============================================================================================
    17:09:18 modsReadOnly = true
    17:09:18 safeModsActivated = false
    17:09:18 customMods = true
    17:09:18 hash = 'AB9D0C4B1B0284DE3A96D310F7C47346B9E80FE4'
    17:09:18 hashShort = 'baae030d'
    17:09:18                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
    17:09:18 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    17:09:18                                  Epoch Mod 0.3.0.3 |               @Epoch |      false |             GAME DIR | d0f0fb4075b466f3d9d2e08ab6aae5b517e9f690 |  56613dca | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch
    17:09:18                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
    17:09:18                                   Arma 3 Marksmen |                 mark |       true |             GAME DIR | 6dd39c5107ca313a7532333ecc26c1b57211bb2b |  29cd1833 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark
    17:09:18                                 Arma 3 Helikopter |                 heli |       true |             GAME DIR | 7c11a2536045433486d788011197e174644922d8 |  ce993be6 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli
    17:09:18                                       Arma 3-Karts |                 kart |       true |             GAME DIR | c0c8a3c29bec719ef5244616e5514a1fda9b1d37 |  993f3073 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart
    17:09:18                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 5ea3160ee79b92b03f96e3bf483fb823c3bdd8da |  fad5d129 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator
    17:09:18                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
    17:09:18 ==========================================================================================================================================================================================================
    17:09:18 DX11 - Initializing DX11 engine.
    17:09:18 DX11 - Using DXGI adapter 0 (detected in config).
    17:09:18 DX11 - Using DXGI adapter 0.
    17:09:18     - adapter description : NVIDIA GeForce GTX 770
    17:09:18     - adapter vendor ID : 4318
    17:09:18     - adapter device ID : 4484
    17:09:18     - adapter subsys ID : 906171480
    17:09:18     - adapter revision  : 161
    17:09:18     - dedicated video memory : 2088435712
    17:09:18     - dedicated system memory : 0
    17:09:18     - shared system memory : 2147807232
    17:09:18 Error: JoystickDevices - CoInitilizeEx return 80010106
    17:09:18 InitSound ...
    17:09:18 Error: CoInitilizeEx (XAudio2-1st trial) return 80010106
    17:09:18 InitSound - complete
    17:09:19 PhysX3 SDK Init started ...
    17:09:19 PhysX3 SDK Init ended.
    17:09:19 EPE manager release (0|0|0)
    17:09:19 EPE manager release (0|0|0)
    17:09:20 Attempt to override final function - rscminimap_script
    17:09:20 Attempt to override final function - rscdisplayloading_script
    17:09:20 Attempt to override final function - rscdisplayloading_script
    17:09:20 Attempt to override final function - rscdisplayloading_script
    17:09:20 Attempt to override final function - rscdiary_script
    17:09:20 Attempt to override final function - rscdisplaysinglemission_script
    17:09:20 Attempt to override final function - rscdiary_script
    17:09:20 Attempt to override final function - rscdisplayremotemissions_script
    17:09:20 Attempt to override final function - rscdisplayloading_script
    17:09:20 Attempt to override final function - rscdiary_script
    17:09:20 Attempt to override final function - rscdiary_script
    17:09:20 Attempt to override final function - rscdisplaystrategicmap_script
    17:09:20 Attempt to override final function - rscdisplaycommon_script
    17:09:21 Attempt to override final function - rscdisplayloading_script
    17:09:21 Attempt to override final function - rscdisplaycurator_script
    17:09:21 Attempt to override final function - rscdisplayattributes_script
    17:09:21 Attempt to override final function - rscdisplayattributes_script
    17:09:21 Attempt to override final function - rscdisplayattributes_script
    17:09:21 Attempt to override final function - rscdisplaywelcome_script
    17:09:21 Attempt to override final function - rscdisplaywelcome_script
    17:09:21 Attempt to override final function - rscdisplaywelcome_script
    17:09:21 Attempt to override final function - rscdisplaycommon_script
    17:09:21 Attempt to override final function - rscdisplaydebriefing_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:21 Attempt to override final function - rscunitinfo_script
    17:09:22 SimulWeather - Cloud Renderer - noise texture file is not specified!
    17:09:27 EPE manager release (0|0|0)
    17:09:27 EPE manager release (0|0|0)
    17:09:31 EPE manager release (0|0|0)
    17:09:31 EPE manager release (0|0|0)
    17:10:00 Could not load 'http://www.bistudio.com/newsfeed/arma3_news.php?build=main&language=German'. Extension not listed in allowedHTMLloadExtensions
    17:10:01 EPE manager release (0|0|0)
    17:10:01 EPE manager release (0|0|0)
    17:10:01 EPE manager release (0|0|0)
    17:10:01 EPE manager release (0|0|0)
    17:10:01 Starting mission:
    17:10:01  Mission file: Epoch_Intro
    17:10:01  Mission world: Altis
    17:10:01  Mission directory: x\addons\a3_epoch_config\scenes\Epoch_Intro.Altis\
    17:10:01 EPE manager release (0|0|0)
    17:10:01 EPE manager release (0|0|0)
    17:10:05 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    17:10:05 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    17:10:05 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    17:10:05 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    17:10:05 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    17:10:05 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    17:10:05 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    17:10:05 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    17:10:08 EPE manager release (0|0|0)
    17:10:08 EPE manager release (0|0|0)
    17:10:09 Attempt to override final function - bis_functions_list
    17:10:09 Attempt to override final function - bis_functions_listpreinit
    17:10:09 Attempt to override final function - bis_functions_listpostinit
    17:10:09 Attempt to override final function - bis_functions_listrecompile
    17:10:09 Attempt to override final function - bis_fnc_missiontaskslocal
    17:10:09 Attempt to override final function - bis_fnc_missionconversationslocal
    17:10:09 Attempt to override final function - bis_fnc_missionflow
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
    17:10:10 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
    17:10:12 Animation a3\cargoposes_f_exp\anim\pilot_cessna_kia.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\pilot_cessna.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\pilot_cessna_enter.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\pilot_cessna_exit.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\copilot_cessna_kia.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\copilot_cessna.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\copilot_cessna_enter.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\copilot_cessna_exit.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l_kia.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r_kia.rtm not found or empty
    17:10:12 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r.rtm not found or empty
    17:10:15 Weather was forced to change
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
    17:10:15 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    17:10:15   bin\config.bin/CfgMovesMaleSdr2/States/AmovPknlMevaSrasWpstDr.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
    17:10:15   bin\config.bin/CfgMovesMaleSdr2/States/AmovPknlMevaSrasWpstDl.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
    17:10:15 Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g01.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g01
    17:10:15 Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g02.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g02
    17:10:18 No default vars in bin\config.bin/CfgMovesMaleSdr2/States/Acts_UnconsciousStandUp_part1.variantsPlayer
    17:10:18 No default vars in bin\config.bin/CfgMovesMaleSdr2/States/Acts_UnconsciousStandUp_part2.variantsPlayer
    17:10:20 Strange convex component53 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryFire
    17:10:20 Strange convex component27 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryView
    17:10:33 a3\data_f\blesk1.p3d: No geometry and no visual shape
    17:10:33 a3\data_f\blesk1.p3d: No geometry and no visual shape
    17:10:37 No such side
    17:11:37 EPE manager release (0|0|0)
    17:11:37 EPE manager release (0|0|0)
    17:11:41 EPE manager release (0|0|0)
    17:11:41 EPE manager release (0|0|0)
    17:11:42 EPE manager release (0|0|0)
    17:11:42 EPE manager release (0|0|0)
    17:11:42 Starting mission:
    17:11:42  Mission file: __cur_mp (__CUR_MP)
    17:11:42  Mission world: Altis
    17:11:42  Mission directory: mpmissions\__CUR_MP.Altis\
    17:11:42 EPE manager release (0|0|0)
    17:11:42 EPE manager release (0|0|0)
    17:11:42 EPE manager release (0|0|0)
    17:11:42 EPE manager release (0|0|0)
    17:11:43 Attempt to override final function - bis_functions_list
    17:11:43 Attempt to override final function - bis_functions_listpreinit
    17:11:43 Attempt to override final function - bis_functions_listpostinit
    17:11:43 Attempt to override final function - bis_functions_listrecompile
    17:11:43 Attempt to override final function - bis_fnc_missiontaskslocal
    17:11:43 Attempt to override final function - bis_fnc_missionconversationslocal
    17:11:43 Attempt to override final function - bis_fnc_missionflow
    17:11:43 Cannot load surface info ca\data\Penetration\rubber.bisurf
    17:11:47 Fresnel k must be >0, given n=1.2,k=0
    17:11:48 Fresnel k must be >0, given n=0.8,k=0
    17:11:48 Error: Wheel reference not initialized
    17:11:48 Error: Wheel reference not initialized
    17:11:48 class HitPoints::HitFuel not found in mosquito_epoch
    17:11:48 class HitPoints::HitLight not found in mosquito_epoch
    17:11:48 class HitPoints::HitHydraulics not found in mosquito_epoch
    17:11:48 class HitPoints::HitGear not found in mosquito_epoch
    17:11:48 class HitPoints::HitHStabilizerL1 not found in mosquito_epoch
    17:11:48 class HitPoints::HitHStabilizerR1 not found in mosquito_epoch
    17:11:48 class HitPoints::HitVStabilizer1 not found in mosquito_epoch
    17:11:48 class HitPoints::HitTail not found in mosquito_epoch
    17:11:48 class HitPoints::HitPitotTube not found in mosquito_epoch
    17:11:48 class HitPoints::HitStaticPort not found in mosquito_epoch
    17:11:48 class HitPoints::HitEngine2 not found in mosquito_epoch
    17:11:48 class HitPoints::HitEngine3 not found in mosquito_epoch
    17:11:48 B_Heli_Light_01_EPOCH: AddDoors - unknown animation source AddDoors
    17:11:48 B_Heli_Light_01_EPOCH: GunL_Revolving - unknown animation source GunL_Revolving
    17:11:48 B_Heli_Light_01_EPOCH: GunR_Revolving - unknown animation source GunR_Revolving
    17:11:48 B_Heli_Light_01_EPOCH: AddFLIR - unknown animation source AddFLIR
    17:11:48 B_Heli_Light_01_EPOCH: AddGunHolder - unknown animation source AddGunHolder
    17:11:48 B_Heli_Light_01_EPOCH: hidePG_1 - unknown animation source Missiles_revolving
    17:11:48 B_Heli_Light_01_EPOCH: zaslehROT - unknown animation source Muzzle_flash
    17:11:49 Error: Wheel reference not initialized
    17:11:49 B_Heli_Light_01_armed_F: AddDoors - unknown animation source AddDoors
    17:11:49 B_Heli_Light_01_armed_F: AddBenches - unknown animation source AddBenches
    17:11:49 B_Heli_Light_01_armed_F: BenchL_Up - unknown animation source BenchL_Up
    17:11:49 B_Heli_Light_01_armed_F: BenchR_Up - unknown animation source BenchR_Up
    17:11:49 B_Heli_Light_01_armed_F: BenchL_Up_instant - unknown animation source BenchL_Up_instant
    17:11:49 B_Heli_Light_01_armed_F: BenchR_Up_instant - unknown animation source BenchR_Up_instant
    17:11:49 B_Heli_Light_01_armed_F: AddBackseats - unknown animation source AddBackseats
    17:11:49 B_Heli_Light_01_armed_F: AddFLIR - unknown animation source AddFLIR
    17:11:49 B_Heli_Light_01_armed_F: AddHoldingFrame - unknown animation source AddHoldingFrame
    17:11:49 Error: Wheel reference not initialized
    17:11:49 Error: Wheel reference not initialized
    17:11:51 Error: selection end1 missing in memory LOD of model a3\structures_f\ind\cargo\cargo20_orange_f.p3d
    17:11:51 Error: Bone bedframe doesn't exist in skeleton Bunk_Skeleton
    17:11:51 Fresnel k must be >0, given n=2.51,k=0
    17:11:51 Warning: looped for animation: a3\animals_f_beta\chicken\data\anim\hen\henwalk.rtm differs (looped now 0)! MoveName: hen_stop2lean
    17:11:51 Warning: looped for animation: a3\animals_f_beta\chicken\data\anim\hen\henwalk.rtm differs (looped now 1)! MoveName: hen_lean2stop
    17:11:51 No speaker given for Hu Wu
    17:11:51 No speaker given for Muhammad Igwe
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 No such side
    17:11:51 Time was adjusted to keep it same as on server.
    17:11:54 Ragdoll - loading of ragdoll source "Soldier" started.
    17:11:54 Ragdoll - loading of ragdoll source "Soldier" finished successfully.
    17:11:54 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
    17:11:54 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
    17:11:54 Speaker Male01_F not found in CfgVoiceTypes
    17:11:54 Speaker Male04_F not found in CfgVoiceTypes
    17:11:54 Speaker Male08_F not found in CfgVoiceTypes
    17:11:54 Speaker Male01_F not found in CfgVoiceTypes
    17:11:54 Speaker Male11_F not found in CfgVoiceTypes
    17:11:55 Speaker Male10_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Speaker Male12_F not found in CfgVoiceTypes
    17:11:55 Speaker Male05_F not found in CfgVoiceTypes
    17:11:55 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male10_F not found in CfgVoiceTypes
    17:11:55 Speaker Male04_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male07_F not found in CfgVoiceTypes
    17:11:55 Speaker Male07_F not found in CfgVoiceTypes
    17:11:55 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male02_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male03_F not found in CfgVoiceTypes
    17:11:55 Speaker Male10_F not found in CfgVoiceTypes
    17:11:55 Speaker Male12_F not found in CfgVoiceTypes
    17:11:55 Speaker Male02_F not found in CfgVoiceTypes
    17:11:55 Speaker Male09_F not found in CfgVoiceTypes
    17:11:55 Speaker Male02_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male11_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male02_F not found in CfgVoiceTypes
    17:11:55 Speaker Male06_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Cannot load surface info ca\data\Penetration\castIronPlate.bisurf
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male11_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male03_F not found in CfgVoiceTypes
    17:11:55 Speaker Male03_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male08_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male10_F not found in CfgVoiceTypes
    17:11:55 Speaker Male04_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male08_F not found in CfgVoiceTypes
    17:11:55 Speaker Male01_F not found in CfgVoiceTypes
    17:11:55 Speaker Male12_F not found in CfgVoiceTypes
    17:11:55 Performance warning: SimpleSerialization::Read 'a5v1s5s2d6s2h9H3d0U' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'j1s1L1s3l5H1d4D7h6s5v' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'e7v3l5H9Z4X0h3v5H0l3D' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'y3s4V7h5f6s6l9L1l2V1t0A' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'g591Z7K2H4d5d1s4H323H4O' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'InfiSTAR_RUNNING_AH_on_Player' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'life_nukeposition' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_ADMINSYSTEM' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_PLAYERMENU' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_CRC' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_SAFEZONE' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_NAMETAGS' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_CCS' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_GROUPMARKERS' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_STATUSBAR' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_EVHS' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:55 Performance warning: SimpleSerialization::Read 'D3PHIL_INIT_BILLBOARDS' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:56 Performance warning: SimpleSerialization::Read 'v2U1H1U4K3L1l0t1d5s9L7t' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:56 Performance warning: SimpleSerialization::Read 'z9n1A922O5h8D4A6t2V5H0D' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:57 Performance warning: SimpleSerialization::Read 'BIS_fnc_preload_server' is using type of ,'CODE' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types
    17:11:57 Fresnel k must be >0, given n=0.8,k=0
    17:11:57 Cannot load surface info ca\data\Penetration\wood.bisurf
    17:11:57 Fresnel k must be >0, given n=4.8,k=0
    17:11:57 Cannot load surface info ca\data\Penetration\concrete.bisurf
    17:11:57 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
    17:11:57 Warning Message: Cannot load texture a3\weapons_f_mark\longrangerifles\dmr_03\data\dmr_03_01_spotter_co.paa.
    17:11:57 Warning Message: Cannot load texture a3\weapons_f_mark\longrangerifles\dmr_03\data\dmr_03_02_spotter_co.paa.
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:00 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:00 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 Fresnel n must be >0, given n=0,k=10
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:01 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6057 [update._supplyEnt]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 (6058 [update._fromSupply]): Network sync error - NMTReplaceContainer
    17:12:02 No such side
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Network simulation, time = 0.150
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 Group C Alpha 1-1 (0x9f52d600) - network ID 2:21870
    17:12:03  - no main subgroup
    17:12:03 "Loaded Client Secure PVEH"
    17:12:03 "EPOCH-LOGIN: Init"
    17:12:09 "EPOCH-LOGIN: Start Loadingscreen"
    17:12:09 "EPOCH-LOGIN: Version Check"
    17:12:09 "EPOCH-LOGIN: Check PlayerUID"
    17:12:09 "EPOCH-LOGIN: Check Server"
    17:12:09 Speaker Male01_F not found in CfgVoiceTypes
    17:12:09 "EPOCH-LOGIN: Setup Player Object"
    17:12:09 "DEBUG TIME WAITED: 0.0209961"
    17:12:09 "EPOCH-LOGIN: Setup Player Variables"
    17:12:09 "EPOCH-LOGIN: Setup EH's"
    17:12:10 "EPOCH-LOGIN: Finish!"
    17:12:10 Speaker Male01_F not found in CfgVoiceTypes
    17:12:22 Wrong color format size #FF000
    17:12:24 No such side
    17:12:40 EPE manager release (251|1696|0)
    17:12:40 Number of joints in scene after release: 532
    17:12:40 Number of actors in scene after release: 822
    17:12:40 EPE manager release (0|821|0)
    17:12:40 Number of joints in scene after release: 532
    17:12:40 Number of actors in scene after release: 571
    17:12:42 EPE manager release (0|570|0)
    17:12:42 EPE manager release (0|0|0)
    17:13:03 Warning Message: Picture gfx\server.jpg not found
    17:13:05 Warning Message: Picture gfx\server.jpg not found
    17:13:08 EPE manager release (0|0|0)
    17:13:08 EPE manager release (0|0|0)
    17:15:04 Warning Message: Picture gfx\server.jpg not found
    17:15:07 Warning Message: Picture gfx\server.jpg not found
    17:15:10 EPE manager release (0|0|0)
    17:15:10 EPE manager release (0|0|0)
    17:16:17 Warning Message: Picture gfx\server.jpg not found
    17:16:19 EPE manager release (0|0|0)
    17:16:19 EPE manager release (0|0|0)
    17:16:19 EPE manager release (0|0|0)
    17:16:19 EPE manager release (0|0|0)
    17:16:20 Warning Message: Picture gfx\server.jpg not found
    17:16:22 EPE manager release (0|0|0)
    17:16:22 EPE manager release (0|0|0)
    17:20:28 Warning Message: Picture gfx\server.jpg not found
    17:20:30 EPE manager release (0|0|0)
    17:20:30 EPE manager release (0|0|0)
    17:20:30 EPE manager release (0|0|0)
    17:20:30 EPE manager release (0|0|0)
    17:20:30 EPE manager release (0|0|0)
    17:20:30 EPE manager release (0|0|0)
    17:20:30 Warning Message: Picture gfx\server.jpg not found
    17:20:32 EPE manager release (0|0|0)
    17:20:32 EPE manager release (0|0|0)
    17:21:57 EPE manager release (0|0|0)
    17:21:57 EPE manager release (0|0|0)
    17:21:57 EPE manager release (0|0|0)
    17:21:57 EPE manager release (0|0|0)
    17:21:58 Starting mission:
    17:21:58  Mission file: Epoch_Intro
    17:21:58  Mission world: Altis
    17:21:58  Mission directory: x\addons\a3_epoch_config\scenes\Epoch_Intro.Altis\
    17:21:58 EPE manager release (0|0|0)
    17:21:58 EPE manager release (0|0|0)
    17:21:58 EPE manager release (0|0|0)
    17:21:58 EPE manager release (0|0|0)
    17:21:59 Attempt to override final function - bis_functions_list
    17:21:59 Attempt to override final function - bis_functions_listpreinit
    17:21:59 Attempt to override final function - bis_functions_listpostinit
    17:21:59 Attempt to override final function - bis_functions_listrecompile
    17:21:59 Attempt to override final function - bis_fnc_missiontaskslocal
    17:21:59 Attempt to override final function - bis_fnc_missionconversationslocal
    17:21:59 Attempt to override final function - bis_fnc_missionflow
    17:22:00 Weather was forced to change
    17:22:02 EPE manager release (0|0|0)
    17:22:02 EPE manager release (0|0|0)
    17:22:03 SimulWeather - Cloud Renderer - noise texture file is not specified!
    17:22:03 EPE manager release (0|1|0)
    17:22:03 EPE manager release (0|0|0)
    17:22:04 Deinitialized shape [Class: "Epoch_Cloak_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\cloak_character.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_p_fugitive_F_afro"; Shape: "a3\characters_f\civil\c_poor.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_p_fugitive_F"; Shape: "a3\characters_f\civil\c_poor.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_Soldier_AR_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_medic_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_engineer_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla2_1.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_Soldier_M_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla3_1.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_shorts_4_F_asia"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_5_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_2_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Driver_1_black_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Driver_4_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Driver_1_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Driver_1_red_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Driver_1_orange_F"; Shape: "a3\characters_f_kart\civil\c_driver_f.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_Soldier_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla1_1.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_Soldier_TL_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_leader.p3d";]
    17:22:04 Deinitialized shape [Class: "O_G_Soldier_LAT_F"; Shape: "a3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_w_worker_F"; Shape: "a3\characters_f\common\coveralls.p3d";]
    17:22:04 Deinitialized shape [Class: "C_scientist_F"; Shape: "a3\characters_f\common\coveralls.p3d";]
    17:22:04 Deinitialized shape [Class: "C_journalist_F"; Shape: "a3\characters_f_epc\civil\c_journalist.p3d";]
    17:22:04 Deinitialized shape [Class: "I_UAV_AI"; Shape: "a3\characters_f\common\invisibleman.p3d";]
    17:22:04 Deinitialized shape [Class: "VirtualMan_EPOCH"; Shape: "a3\characters_f\common\invisibleman.p3d";]
    17:22:04 Deinitialized shape [Class: "VirtualMan_F"; Shape: "a3\characters_f\common\invisibleman.p3d";]
    17:22:04 Deinitialized shape [Class: "C_man_hunter_1_F"; Shape: "a3\characters_f\civil\c_hunter_f.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
    17:22:04 Deinitialized shape [Class: "FemaleUnderwear_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_Camo_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_CamoBlue_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_CamoRed_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_CamoBrn_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_wetsuitP_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_wetsuit.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_wetsuitB_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_wetsuit.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_wetsuit_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_wetsuit.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_wetsuitC_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_wetsuit.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_wetsuitW_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_wetsuit.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_Ghillie3_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_ghillie.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_Ghillie2_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_ghillie.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Female_Ghillie1_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_ghillie.p3d";]
    17:22:04 Deinitialized shape [Class: "O_Soldier_02_F"; Shape: "a3\characters_f\common\pilot_f.p3d";]
    17:22:04 Deinitialized shape [Class: "C_Orestes"; Shape: "a3\characters_f\civil\c_orestes.p3d";]
    17:22:04 Deinitialized shape [Class: "O_Soldier_F"; Shape: "a3\characters_f\opfor\o_soldier_01.p3d";]
    17:22:04 Deinitialized shape [Class: "O_sniper_F"; Shape: "a3\characters_f\opfor\o_sniper.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Male_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
    17:22:04 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
    17:22:04 Deinitialized shape [Class: "O_ghillie_ard_F"; Shape: "a3\characters_f_mark\opfor\o_fullghillie_f.p3d";]
    17:22:04 Deinitialized shape [Class: "O_ghillie_lsh_F"; Shape: "a3\characters_f_mark\opfor\o_fullghillie_f.p3d";]
    17:22:04 Deinitialized shape [Class: "O_ghillie_sard_F"; Shape: "a3\characters_f_mark\opfor\o_fullghillie_f.p3d";]
    17:22:04 Deinitialized shape [Class: "O_diver_F"; Shape: "a3\characters_f\common\diver_slotable.p3d";]
    17:22:04 Deinitialized shape [Class: "Epoch_Sapper_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\sapper_character.p3d";]
    17:22:04 Deinitialized shape [Class: "B_Soldier_F"; Shape: "a3\characters_f\blufor\b_soldier_01.p3d";]
    17:22:04 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
    17:22:04 Error: weapon [bipod_01_F_snd] still has its shape, ref_count=1150
    17:22:04 Error: weapon [bipod_01_F_blk] still has its shape, ref_count=198
    17:22:04 Error: weapon [bipod_01_F_mtp] still has its shape, ref_count=178
    17:22:04 Error: weapon [bipod_02_F_blk] still has its shape, ref_count=20
    17:22:04 Error: weapon [bipod_02_F_tan] still has its shape, ref_count=251
    17:22:04 Error: weapon [bipod_02_F_hex] still has its shape, ref_count=201
    17:22:04 Error: weapon [bipod_03_F_blk] still has its shape, ref_count=33
    17:22:04 Error: weapon [bipod_03_F_oli] still has its shape, ref_count=36
    17:22:05 Extensions:
    

  14. =====================================================================
    == C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3.exe
    == "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3.exe" -mod=@Epoch -connect=46.251.245.157 -port=2302 -nosplash
    
    Original output filename: Arma3Retail_DX11
    Exe timestamp: 2015/05/04 15:32:44
    Current time:  2015/05/08 16:49:03
    
    Type: Public
    Branch: Stable
    Version: 1.44.130654
    
    Allocator: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\dll\tbb4malloc_bi.dll
    =====================================================================
    
    16:49:03 ManagerConfig()
    16:49:03 Cannot register unknown string STR_USRACT_SWITCH_GUNS
    16:49:03 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
    16:49:03 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
    16:49:03 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
    16:49:03 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
    16:49:03 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
    16:49:03 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
    16:49:03 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
    16:49:07 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
    16:49:07 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
    16:49:07 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
    16:49:07 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
    16:49:07 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
    16:49:07 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
    16:49:07 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
    16:49:07 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
    16:49:07 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
    16:49:07 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
    16:49:07 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
    16:49:07 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
    16:49:07 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
    16:49:07 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
    16:49:07 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
    16:49:07 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
    16:49:07 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
    16:49:07 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
    16:49:07 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
    16:49:07 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
    16:49:07 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
    16:49:07 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
    16:49:07 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
    16:49:07 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
    16:49:07 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
    16:49:07 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
    16:49:07 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
    16:49:07 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
    16:49:07 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
    16:49:07 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
    16:49:07 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
    16:49:07 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
    16:49:07 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
    16:49:07 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
    16:49:07 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
    16:49:07 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
    16:49:07 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
    16:49:07 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
    16:49:07 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
    16:49:07 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
    16:49:07 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
    16:49:07 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
    16:49:07 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
    16:49:07 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
    16:49:07 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
    16:49:07 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
    16:49:07 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
    16:49:07 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
    16:49:07 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
    16:49:07 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
    16:49:07 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
    16:49:07 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
    16:49:07 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
    16:49:07 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
    16:49:07 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
    16:49:07 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
    16:49:07 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
    16:49:07 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
    16:49:07 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
    16:49:07 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
    16:49:07 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
    16:49:07 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
    16:49:07 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
    16:49:07 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
    16:49:07 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
    16:49:07 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
    16:49:08 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
    16:49:08 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
    16:49:08 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
    16:49:08 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
    16:49:08 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
    16:49:08 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
    16:49:08 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
    16:49:08 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
    16:49:08 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
    16:49:08 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    16:49:08 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
    16:49:08 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
    16:49:08 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
    16:49:08 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
    16:49:08 Initializing Steam Manager
    16:49:08 ManagerConfig()
    16:49:08 Starting initial content check.
    16:49:08 Steam Manager initialized.
    16:49:08 
    16:49:08 ==== Loaded addons ====
    16:49:08 
    16:49:08 dta\bin.pbo - unknown
    16:49:08 dta\core.pbo - 72362
    16:49:08 dta\languagecore_f.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a2_epoch_weapons.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_assets.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_code.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_config.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_functions.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_language.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_structures.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_underground.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch\addons\a3_epoch_weapons.pbo - unknown
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\anims_f_mark.ebo - 82212
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\characters_f_mark.ebo - 82734
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\data_f_mark.ebo - 82269
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\dubbing_f_mark.ebo - 81923
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\dubbing_f_mp_mark.ebo - 81923
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\functions_f_mark.ebo - 82496
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\functions_f_mp_mark.ebo - 82700
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\languagemissions_f_mark.ebo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\languagemissions_f_mp_mark.ebo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\language_f_mark.ebo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\language_f_mp_mark.ebo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\missions_f_mark.ebo - 82255
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\missions_f_mark_data.ebo - 81471
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\missions_f_mark_video.ebo - 81429
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\missions_f_mp_mark.ebo - 82692
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\missions_f_mp_mark_data.ebo - 81558
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\modules_f_mark.ebo - 81710
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\modules_f_mp_mark.ebo - 82691
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\music_f_mark.ebo - 81958
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\music_f_mark_music.ebo - 81930
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\sounds_f_mark.ebo - 81866
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\static_f_mark.ebo - 81968
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\structures_f_mark.ebo - 82615
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\supplies_f_mark.ebo - 79552
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\ui_f_mark.ebo - 82421
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\ui_f_mp_mark.ebo - 82708
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark\addons\weapons_f_mark.ebo - 82442
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\air_f_heli.pbo - 82564
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\anims_f_heli.pbo - 80475
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\boat_f_heli.pbo - 82564
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\cargoposes_f_heli.pbo - 80475
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\data_f_heli.pbo - 80757
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\dubbing_f_heli.pbo - 75138
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\functions_f_heli.pbo - 77667
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\languagemissions_f_heli.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\language_f_heli.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\missions_f_heli.pbo - 82384
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\missions_f_heli_data.pbo - 75977
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\missions_f_heli_video.pbo - 75065
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\modules_f_heli.pbo - 80344
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\music_f_heli.pbo - 76012
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\music_f_heli_music.pbo - 76012
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\soft_f_heli.pbo - 82564
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\sounds_f_heli.pbo - 79398
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\structures_f_heli.pbo - 82615
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\supplies_f_heli.pbo - 82616
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli\addons\ui_f_heli.pbo - 76986
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\anims_f_kart.pbo - 80475
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\characters_f_kart.pbo - 79903
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\data_f_kart.pbo - 80888
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\languagemissions_f_kart.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\language_f_kart.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\missions_f_kart.pbo - 76770
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\missions_f_kart_data.pbo - 75687
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\modules_f_kart.pbo - 80976
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\modules_f_kart_data.pbo - 74588
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\soft_f_kart.pbo - 82564
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\sounds_f_kart.pbo - 79398
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\structures_f_kart.pbo - 82615
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\ui_f_kart.pbo - 73106
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart\addons\weapons_f_kart.pbo - 80344
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\data_f_curator.pbo - 82282
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\functions_f_curator.pbo - 78988
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\language_f_curator.pbo - 82715
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\missions_f_curator.pbo - 80344
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\modules_f_curator.pbo - 81185
    16:49:08 C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator\addons\ui_f_curator.pbo - 82411
    16:49:08 addons\a3.pbo - unknown
    16:49:08 addons\air_f.pbo - 82564
    16:49:08 addons\air_f_beta.pbo - 82564
    16:49:08 addons\air_f_epb.pbo - 82564
    16:49:08 addons\air_f_epc.pbo - 82564
    16:49:08 addons\air_f_gamma.pbo - 82564
    16:49:08 addons\animals_f.pbo - 79398
    16:49:08 addons\animals_f_beta.pbo - 72362
    16:49:08 addons\anims_f.pbo - 82686
    16:49:08 addons\anims_f_bootcamp.pbo - 72362
    16:49:08 addons\anims_f_data.pbo - 82213
    16:49:08 addons\anims_f_epa.pbo - 78608
    16:49:08 addons\anims_f_epc.pbo - 72362
    16:49:08 addons\armor_f.pbo - 82564
    16:49:08 addons\armor_f_beta.pbo - 82564
    16:49:08 addons\armor_f_epb.pbo - 82564
    16:49:08 addons\armor_f_epc.pbo - 82564
    16:49:08 addons\armor_f_gamma.pbo - 82564
    16:49:08 addons\baseconfig_f.pbo - 73106
    16:49:08 addons\boat_f.pbo - 82564
    16:49:08 addons\boat_f_beta.pbo - 82564
    16:49:08 addons\boat_f_epc.pbo - 82564
    16:49:08 addons\boat_f_gamma.pbo - 82564
    16:49:08 addons\cargoposes_f.pbo - 82622
    16:49:08 addons\characters_f.pbo - 82621
    16:49:08 addons\characters_f_beta.pbo - 82486
    16:49:08 addons\characters_f_bootcamp.pbo - 82576
    16:49:08 addons\characters_f_epa.pbo - 81235
    16:49:08 addons\characters_f_epb.pbo - 79398
    16:49:08 addons\characters_f_epc.pbo - 81235
    16:49:08 addons\characters_f_gamma.pbo - 79398
    16:49:08 addons\data_f.pbo - 82582
    16:49:08 addons\data_f_bootcamp.pbo - 76960
    16:49:08 addons\drones_f.pbo - 82689
    16:49:08 addons\dubbing_f.pbo - 73106
    16:49:08 addons\dubbing_f_beta.pbo - 73106
    16:49:08 addons\dubbing_f_bootcamp.pbo - 73106
    16:49:08 addons\dubbing_f_epa.pbo - 73106
    16:49:08 addons\dubbing_f_epb.pbo - 76110
    16:49:08 addons\dubbing_f_epc.pbo - 73106
    16:49:08 addons\dubbing_f_gamma.pbo - 73106
    16:49:08 addons\dubbing_radio_f.pbo - 78704
    16:49:08 addons\dubbing_radio_f_data.pbo - 78762
    16:49:08 addons\editor_f.pbo - 82563
    16:49:08 addons\functions_f.pbo - 82609
    16:49:08 addons\functions_f_bootcamp.pbo - 82310
    16:49:08 addons\functions_f_epa.pbo - 73434
    16:49:08 addons\functions_f_epc.pbo - 73106
    16:49:08 addons\languagemissions_f.pbo - 82715
    16:49:08 addons\languagemissions_f_beta.pbo - 82715
    16:49:08 addons\languagemissions_f_bootcamp.pbo - 82715
    16:49:08 addons\languagemissions_f_epa.pbo - 82715
    16:49:08 addons\languagemissions_f_epb.pbo - 82715
    16:49:08 addons\languagemissions_f_epc.pbo - 82715
    16:49:08 addons\languagemissions_f_gamma.pbo - 82303
    16:49:08 addons\language_f.pbo - 82714
    16:49:08 addons\language_f_beta.pbo - 82714
    16:49:08 addons\language_f_bootcamp.pbo - 82715
    16:49:08 addons\language_f_epa.pbo - 82715
    16:49:08 addons\language_f_epb.pbo - 82715
    16:49:08 addons\language_f_epc.pbo - 82715
    16:49:08 addons\language_f_gamma.pbo - 82715
    16:49:08 addons\map_altis.pbo - 82219
    16:49:08 addons\map_altis_data.pbo - 80737
    16:49:08 addons\map_altis_data_layers.pbo - 79087
    16:49:08 addons\map_altis_data_layers_00_00.pbo - 79087
    16:49:08 addons\map_altis_data_layers_00_01.pbo - 79087
    16:49:08 addons\map_altis_data_layers_01_00.pbo - 79087
    16:49:08 addons\map_altis_data_layers_01_01.pbo - 79087
    16:49:08 addons\map_altis_scenes_f.pbo - 73106
    16:49:08 addons\map_data.pbo - 81846
    16:49:08 addons\map_stratis.pbo - 82221
    16:49:08 addons\map_stratis_data.pbo - 80737
    16:49:08 addons\map_stratis_data_layers.pbo - 79082
    16:49:08 addons\map_stratis_scenes_f.pbo - 73106
    16:49:08 addons\map_vr.pbo - 82252
    16:49:08 addons\map_vr_scenes_f.pbo - 82252
    16:49:08 addons\misc_f.pbo - 79398
    16:49:08 addons\missions_f.pbo - 78843
    16:49:08 addons\missions_f_beta.pbo - 82476
    16:49:08 addons\missions_f_beta_data.pbo - 82479
    16:49:08 addons\missions_f_beta_video.pbo - 73106
    16:49:08 addons\missions_f_bootcamp.pbo - 82134
    16:49:08 addons\missions_f_bootcamp_data.pbo - 72362
    16:49:08 addons\missions_f_bootcamp_video.pbo - 75065
    16:49:08 addons\missions_f_data.pbo - 73106
    16:49:08 addons\missions_f_epa.pbo - 82617
    16:49:08 addons\missions_f_epa_data.pbo - 73106
    16:49:08 addons\missions_f_epa_video.pbo - 73106
    16:49:08 addons\missions_f_epb.pbo - 80344
    16:49:08 addons\missions_f_epb_data.pbo - 73106
    16:49:08 addons\missions_f_epb_video.pbo - 73106
    16:49:08 addons\missions_f_epc.pbo - 82261
    16:49:08 addons\missions_f_epc_data.pbo - 73106
    16:49:08 addons\missions_f_epc_video.pbo - 73106
    16:49:08 addons\missions_f_gamma.pbo - 82622
    16:49:08 addons\missions_f_gamma_data.pbo - 76877
    16:49:08 addons\missions_f_gamma_video.pbo - 73106
    16:49:08 addons\missions_f_video.pbo - 73106
    16:49:08 addons\modules_f.pbo - 82593
    16:49:08 addons\modules_f_beta.pbo - 81823
    16:49:08 addons\modules_f_beta_data.pbo - 80976
    16:49:08 addons\modules_f_bootcamp.pbo - 79398
    16:49:08 addons\modules_f_data.pbo - 73106
    16:49:08 addons\modules_f_epb.pbo - 79398
    16:49:08 addons\music_f.pbo - 73106
    16:49:08 addons\music_f_bootcamp.pbo - 73106
    16:49:08 addons\music_f_bootcamp_music.pbo - 73106
    16:49:08 addons\music_f_epa.pbo - 73106
    16:49:08 addons\music_f_epa_music.pbo - 73106
    16:49:08 addons\music_f_epb.pbo - 73106
    16:49:08 addons\music_f_epb_music.pbo - 73106
    16:49:08 addons\music_f_epc.pbo - 73106
    16:49:08 addons\music_f_epc_music.pbo - 73106
    16:49:08 addons\music_f_music.pbo - 73106
    16:49:08 addons\plants_f.pbo - 80365
    16:49:08 addons\roads_f.pbo - 82537
    16:49:08 addons\rocks_f.pbo - 80359
    16:49:08 addons\signs_f.pbo - 82616
    16:49:08 addons\soft_f.pbo - 82564
    16:49:08 addons\soft_f_beta.pbo - 82657
    16:49:08 addons\soft_f_bootcamp.pbo - 82564
    16:49:08 addons\soft_f_epc.pbo - 82564
    16:49:08 addons\soft_f_gamma.pbo - 82657
    16:49:08 addons\sounds_f.pbo - 82574
    16:49:08 addons\sounds_f_bootcamp.pbo - 82576
    16:49:08 addons\sounds_f_epb.pbo - 79398
    16:49:08 addons\sounds_f_epc.pbo - 79398
    16:49:08 addons\sounds_f_vehicles.pbo - 82151
    16:49:08 addons\sounds_f_weapons.pbo - 82110
    16:49:08 addons\static_f.pbo - 82523
    16:49:08 addons\static_f_beta.pbo - 79398
    16:49:08 addons\static_f_gamma.pbo - 82090
    16:49:08 addons\structures_f.pbo - 82614
    16:49:08 addons\structures_f_bootcamp.pbo - 82615
    16:49:08 addons\structures_f_data.pbo - 82554
    16:49:08 addons\structures_f_epa.pbo - 82615
    16:49:08 addons\structures_f_epb.pbo - 82615
    16:49:08 addons\structures_f_epc.pbo - 82615
    16:49:08 addons\structures_f_households.pbo - 82554
    16:49:08 addons\structures_f_ind.pbo - 82615
    16:49:08 addons\structures_f_mil.pbo - 82556
    16:49:08 addons\structures_f_wrecks.pbo - 82558
    16:49:08 addons\uifonts_f.pbo - 73106
    16:49:08 addons\uifonts_f_data.pbo - 73106
    16:49:08 addons\ui_f.pbo - 82652
    16:49:08 addons\ui_f_bootcamp.pbo - 76325
    16:49:08 addons\ui_f_data.pbo - 82650
    16:49:08 addons\weapons_f.pbo - 82549
    16:49:08 addons\weapons_f_beta.pbo - 81905
    16:49:08 addons\weapons_f_bootcamp.pbo - 81923
    16:49:08 addons\weapons_f_epa.pbo - 81310
    16:49:08 addons\weapons_f_epb.pbo - 80958
    16:49:08 addons\weapons_f_epc.pbo - 80374
    16:49:08 addons\weapons_f_gamma.pbo - 80772
    16:49:08 
    16:49:08 =======================
    16:49:08 
    16:49:08 ============================================================================================= List of mods ===============================================================================================
    16:49:08 modsReadOnly = true
    16:49:08 safeModsActivated = false
    16:49:08 customMods = true
    16:49:08 hash = 'AB9D0C4B1B0284DE3A96D310F7C47346B9E80FE4'
    16:49:08 hashShort = 'baae030d'
    16:49:08                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
    16:49:08 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    16:49:08                                  Epoch Mod 0.3.0.3 |               @Epoch |      false |             GAME DIR | d0f0fb4075b466f3d9d2e08ab6aae5b517e9f690 |  56613dca | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@Epoch
    16:49:08                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
    16:49:08                                   Arma 3 Marksmen |                 mark |       true |             GAME DIR | 6dd39c5107ca313a7532333ecc26c1b57211bb2b |  29cd1833 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\mark
    16:49:08                                 Arma 3 Helikopter |                 heli |       true |             GAME DIR | 7c11a2536045433486d788011197e174644922d8 |  ce993be6 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\heli
    16:49:08                                       Arma 3-Karts |                 kart |       true |             GAME DIR | c0c8a3c29bec719ef5244616e5514a1fda9b1d37 |  993f3073 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\kart
    16:49:08                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 5ea3160ee79b92b03f96e3bf483fb823c3bdd8da |  fad5d129 | C:\Program Files (x86)\Steam\steamapps\common\Arma 3\curator
    16:49:08                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
    16:49:08 ==========================================================================================================================================================================================================
    16:49:08 DX11 - Initializing DX11 engine.
    16:49:08 DX11 - Using DXGI adapter 0 (detected in config).
    16:49:08 DX11 - Using DXGI adapter 0.
    16:49:08     - adapter description : NVIDIA GeForce GTX 770
    16:49:08     - adapter vendor ID : 4318
    16:49:08     - adapter device ID : 4484
    16:49:08     - adapter subsys ID : 906171480
    16:49:08     - adapter revision  : 161
    16:49:08     - dedicated video memory : 2088435712
    16:49:08     - dedicated system memory : 0
    16:49:08     - shared system memory : 2147807232
    16:49:08 Error: JoystickDevices - CoInitilizeEx return 80010106
    16:49:08 InitSound ...
    16:49:08 Error: CoInitilizeEx (XAudio2-1st trial) return 80010106
    16:49:09 InitSound - complete
    16:49:10 PhysX3 SDK Init started ...
    16:49:10 PhysX3 SDK Init ended.
    16:49:10 EPE manager release (0|0|0)
    16:49:10 EPE manager release (0|0|0)
    16:49:11 Attempt to override final function - rscminimap_script
    16:49:11 Attempt to override final function - rscdisplayloading_script
    16:49:11 Attempt to override final function - rscdisplayloading_script
    16:49:11 Attempt to override final function - rscdisplayloading_script
    16:49:11 Attempt to override final function - rscdiary_script
    16:49:11 Attempt to override final function - rscdisplaysinglemission_script
    16:49:11 Attempt to override final function - rscdiary_script
    16:49:11 Attempt to override final function - rscdisplayremotemissions_script
    16:49:11 Attempt to override final function - rscdisplayloading_script
    16:49:11 Attempt to override final function - rscdiary_script
    16:49:11 Attempt to override final function - rscdiary_script
    16:49:11 Attempt to override final function - rscdisplaystrategicmap_script
    16:49:11 Attempt to override final function - rscdisplaycommon_script
    16:49:11 Attempt to override final function - rscdisplayloading_script
    16:49:11 Attempt to override final function - rscdisplaycurator_script
    16:49:11 Attempt to override final function - rscdisplayattributes_script
    16:49:11 Attempt to override final function - rscdisplayattributes_script
    16:49:11 Attempt to override final function - rscdisplayattributes_script
    16:49:11 Attempt to override final function - rscdisplaywelcome_script
    16:49:11 Attempt to override final function - rscdisplaywelcome_script
    16:49:11 Attempt to override final function - rscdisplaywelcome_script
    16:49:11 Attempt to override final function - rscdisplaycommon_script
    16:49:11 Attempt to override final function - rscdisplaydebriefing_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:11 Attempt to override final function - rscunitinfo_script
    16:49:12 SimulWeather - Cloud Renderer - noise texture file is not specified!
    16:49:17 EPE manager release (0|0|0)
    16:49:17 EPE manager release (0|0|0)
    16:49:46 EPE manager release (0|0|0)
    16:49:46 EPE manager release (0|0|0)
    16:49:48 EPE manager release (0|0|0)
    16:49:48 EPE manager release (0|0|0)
    16:49:49 EPE manager release (0|0|0)
    16:49:49 EPE manager release (0|0|0)
    16:52:25 EPE manager release (0|0|0)
    16:52:25 EPE manager release (0|0|0)
    16:55:22 EPE manager release (0|0|0)
    16:55:22 EPE manager release (0|0|0)
    16:55:22 EPE manager release (0|0|0)
    16:55:22 EPE manager release (0|0|0)
    16:55:22 Starting mission:
    16:55:22  Mission file: Epoch_Intro
    16:55:22  Mission world: Altis
    16:55:22  Mission directory: x\addons\a3_epoch_config\scenes\Epoch_Intro.Altis\
    16:55:22 EPE manager release (0|0|0)
    16:55:22 EPE manager release (0|0|0)
    16:55:26 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    16:55:26 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
    16:55:27 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    16:55:27 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
    16:55:27 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    16:55:27 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    16:55:27 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    16:55:27 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
    16:55:30 EPE manager release (0|0|0)
    16:55:30 EPE manager release (0|0|0)
    16:55:31 Attempt to override final function - bis_functions_list
    16:55:31 Attempt to override final function - bis_functions_listpreinit
    16:55:31 Attempt to override final function - bis_functions_listpostinit
    16:55:31 Attempt to override final function - bis_functions_listrecompile
    16:55:32 Attempt to override final function - bis_fnc_missiontaskslocal
    16:55:32 Attempt to override final function - bis_fnc_missionconversationslocal
    16:55:32 Attempt to override final function - bis_fnc_missionflow
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:32 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
    16:55:34 Animation a3\cargoposes_f_exp\anim\pilot_cessna_kia.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\pilot_cessna.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\pilot_cessna_enter.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\pilot_cessna_exit.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\copilot_cessna_kia.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\copilot_cessna.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\copilot_cessna_enter.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\copilot_cessna_exit.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l_kia.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\passenger_cessna_l.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r_kia.rtm not found or empty
    16:55:34 Animation a3\cargoposes_f_exp\anim\passenger_cessna_r.rtm not found or empty
    16:55:37 Weather was forced to change
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
    16:55:38 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
    16:55:38   bin\config.bin/CfgMovesMaleSdr2/States/AmovPknlMevaSrasWpstDr.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
    16:55:38   bin\config.bin/CfgMovesMaleSdr2/States/AmovPknlMevaSrasWpstDl.InterpolateTo: Bad move AmovPknlMsprSlowWpstDf_AmovPpneMstpSrasWpstDnon
    16:55:38 Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g01.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g01
    16:55:38 Warning: looped for animation: a3\anims_f\data\anim\sdr\idl\knl\stp\low\rfl\aidlpknlmstpslowwrfldnon_g02.rtm differs (looped now 1)! MoveName: aidlpknlmstpsraswrfldnon_g02
    16:55:41 No default vars in bin\config.bin/CfgMovesMaleSdr2/States/Acts_UnconsciousStandUp_part1.variantsPlayer
    16:55:41 No default vars in bin\config.bin/CfgMovesMaleSdr2/States/Acts_UnconsciousStandUp_part2.variantsPlayer
    16:55:43 Strange convex component53 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryFire
    16:55:43 Strange convex component27 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryView
    16:55:56 a3\data_f\blesk1.p3d: No geometry and no visual shape
    16:55:56 a3\data_f\blesk1.p3d: No geometry and no visual shape
    16:55:59 No such side
    17:02:34 EPE manager release (0|0|0)
    17:02:34 EPE manager release (0|0|0)
    17:02:34 SimulWeather - Cloud Renderer - noise texture file is not specified!
    17:02:35 EPE manager release (0|1|0)
    17:02:35 EPE manager release (0|0|0)
    17:02:35 Deinitialized shape [Class: "Epoch_Sapper_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\sapper_character.p3d";]
    17:02:35 Deinitialized shape [Class: "B_Soldier_F"; Shape: "a3\characters_f\blufor\b_soldier_01.p3d";]
    17:02:35 Deinitialized shape [Class: "Epoch_Cloak_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\cloak_character.p3d";]
    17:02:35 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
    17:02:36 Extensions:
    
    

  15. Hey guys,

     

    Since this noon I can't connect to Epoch servers! I don't no why!

    This morning I have got played on different Servers with the Version 0.3.0.3. No Problems!

    Now, I can do connect to the server in the lobby. I want to join to the Game.

    After the End from Loadingscreen the game kicked me into the Server-Selection-

     

    I have looked for Problems with Arma 3, I have downloaded the latest Epoch 0.3.0.3, again!

    It doesn't works.

     

     

     

     

     

    German/Deutsch!

     

    Mahlzeit zusammen,

     

    ich kann seit heute Mittag auf keinen Epochserver mehr connecten. Ich komme bis in die Lobby und auf den Ladebildschirm. Sobald der Ladestatus abgeschlossen hat, werde ich in die Serverauswahl zurück gekickt.

     

    Ich habe Epoch neu runtergeladen, was leider nichts gebracht hat. Ich habe Arma 3 auf Fehler untersuchen lassen. Es wurden keine Fehler gefunden!

    Hat wer eine Idee?

     

     

×
×
  • Create New...