Jump to content

tinboye

Member
  • Content Count

    103
  • Joined

  • Last visited

  • Medals

Posts posted by tinboye


  1. So i went into my dedibox server folder, made a copy of the arma3server.exe to arma3hcserver.exe

     

    made bat file:

    start "Arma3hc" /min /low "arma3hcserver.exe" -client -connect=127.0.0.1:2342 -password=**** -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -noPause -noSound
    pause

    i have my mission.sqm with the HC

    class Item73
    		{
    			dataType="Logic";
    			class PositionInfo
    			{
    				position[]={2196.9661,13.450195,13278.655};
    			};
    			name="Headlessclient";
    			init="this enableSimulation false; this allowDamage false";
    			isPlayable=1;
    			description="Headlessclient";
    			id=173;
    			type="HeadlessClient_F";
    			atlOffset=-299.74197;
    		};

    still all i get is

    xqs3uiQ.png

     

    when i run the hc bat via my remote game folder i get

     

    nHj9NiT.png

     


  2. So i created a bat file to rename the workshop app and move it to where i wanted. goes something like so.

     

    @echo off
    
    set "_836147398=@Taunus_A3"
    set "_workshoppath=path.to.content"
    set "_serverpath=path.to.server"
    
    Echo Copying %_836147398%
    xcopy "%_workshoppath%\836147398" "%_serverpath%\%_836147398%" /s/h/e/k/f/c/i
    exit

    i have all my workshop mods like this within the 1 bat file, then i can run the bat and copy all content over in 1 shot.

     

    my issue now is figuring out how to run 1 bat file to download ALL workshop items in 1 shot. instead of seperate bat file per workshop item.

     


  3. so just had time to do this now, and unfortunately its still not working.

     

    I installed another arma3server on the same box. put the mods required in the folder.

    added

    start "Arma3hc" /min /low "arma3server.exe" -client -connect=127.0.0.1 -port=2352 -profiles=hc -name=hc "-mod=@Zks_Items;" -noPause -noSound
    pause

    and like before the white client window just sits there, never connecting.

     

    on my remote pc I tested with bat

    start "Arma3hc" /min /low "arma3.exe" -client -connect=94.23.252.71 -port=2352 -profiles=hc -name=hc "-mod=@Zks_Items;" -noPause -noSound
    pause

    which connects fine.


  4. I hope someone can help me out.

    I am having problems running my HC on the same machine as the dedicated server box.

     

    if you read my forum https://forums.bistudio.com/topic/201898-headless-client-issues-since-v158

    you can get more details on the issue I am having, If i could move the post to this section of the forum I would.

     

    the issue I have is my HC can connect to my server remotely, but not when its ran from the same box.

     

    I believe its to do with IP routing/Ports.

    screenshots are in the post above.

     

    I hope someone can help me out.

     

    thanks

     

     


  5. did some further testing, appears to be something to do with the dedibox

    its running windows server 2008 r2

    all i can guess is it has something to do with the IP routing, im not a network tech or anything like that. so not sure how to fix this.

     

    my pc in canada, i can connect to the dedicated box with both arma3server.exe and arma3.exe

     

    but running arma3.exe or arma3server.exe on the same machine will not work for me.

    I have contacted the datacenter already and being unmanaged box, they will not help me with this.

     

    Does anyone have experience with this system, and know anything about IIS7

     

    I have a feeling it has something to do with the ports.

     

    I ran curports on the dedibox to see what ports are open and closed, etc.

     

    this is a screenshot of the server info

    Server port is 2342

    query port is 2343

    rcon port is 2346

    when I start the hc from same dedibox I get this

     

    MIsfqFS.png

    r3hPqpZ.png

     

     

     

     

     


  6. I have looked at different options for base building in missions, R3f seems to be the only active option anymore. Loli defense looks to be abandoned, but i like its concept of being able to build and then pay to upgrade.

     

    there is PLANK but again looks to have been abandoned.

     

    and iBuild looked very promising, and yet again the dev has abandoned it and no installation instructions.

     

    I setup exilemod servers myself, but I do not like pvp games. Im more of a pve kind of guy. I like being able to build, search for stuff, stay alive. kill zombies/AI and work with other players.  I also like the humanity type options, kill a player, lose humanity. eat their corpse, lose humanity, give a player food/water, heal them, gain humanity etc. if arma 2 overpochin servers were not such a pain to maintain and setup i would have probably stuck with that.

    • Like 3

  7. are you running your HC on the exact same machine. exact same folder as your running server from? I have no router, no firewall, ip address is static, and as i said earlier, I can connect remotely with my pc here in canada, to the server in france fine as HC, but running it on the same machine does not work.

     

    I also went as far as installing a dedicated server on my pc in canada, and ran the same bat file that works in arma3 game folder, just changed the arma3.exe to arma3server.exe and when I do that, hc does not even  try to connect.


  8. I have tried

    start "Arma3" /min /wait "arma3server.exe" -client -connect=127.0.0.1 -port=2342 -password=***** -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -world=empty -noPause -noSound

    and still does not ever try to connect.

    i have also tried the actual servers IP, tried just 0.0.0.0

    nothing works, only when i use arma3.exe will it try to connect. but im not gonna purchase a 2nd licence just so i can run a HC on the same dedicated box.

     


  9. I have this same issue, it appears as though the arma3server.exe cannot run as a HC, but if you use arma3.exe it will connect. I opened a thread on this issue and my findings. I hope someone can help.

     

    arma 3 dedicated server ID is 233780

     

    and cannot be ran as HC even with -client, HC never recognizes it.

    if you

    run hc from

    arma 3 steam ID 107410 it will connect to a dedicated server.

     

    But this has to be fixed as this would require a person running arma3 server to also install steam client and install arma 3, which makes things redundant and then would not be able to play remotely.

     

     


  10. So im having issues getting my headless client to work. I have a dedicated box setup in France rackspace

     

    and I am running a dedicated server. Before it was no problem to run a HC from the same machine as the dedicated server within the same server folder.

     

    But I found after arma3 update of 1.58 this was no longer possible.

     

    I can remote connect from another IP address to the server as a HC and that works fine, it is only when I try and connect within the same machine

     

    i use commandline

     

    start "Arma3" /min /wait "arma3server.exe" -client -port=2342 -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -world=empty -noPause -noSound

    I have also tried

    start "Arma3" /min /wait "arma3server.exe" -client -ip=94.23.252.71 -port=2342 -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -world=empty -noPause -noSound

    and

    start "Arma3" /min /wait "arma3server.exe" -client -ip=127.0.0.1 -port=2342 -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -world=empty -noPause -noSound

     

    in my server.cfg I have

    localClient[] = {127.0.0.1,94.23.252.71};
    headlessClients[] = {"127.0.0.1","94.23.252.71"};
    battleyeLicense=1;
     

    when i start up the server it starts fine.

    when I start up the hc, i get the white box like so

     

    5j7VuXw.png

     

    my hc rpt shows:

     

    Spoiler
    
    =====================================================================
    == C:\TCAFiles\Users\komurikunmeow13\7\arma3server.exe
    == "arma3server.exe"  -client ip=94.23.252.71 -port=2342 -profiles=hc -name=hc "-mod=@Exile;@A2OP;@ryanzombies;@RZInfection_for_Exile;@NATO_Russian_SF_Vehicles;@NATO_Russian_SF_Weapons;@EBM;@RDS_Civilian_Pack;" -world=empty -noPause -noSound
    
    Original output filename: Arma3Retail_Server
    Exe timestamp: 2016/12/07 10:50:01
    Current time:  2017/01/30 02:52:12
    
    Type: Public
    Build: Stable
    Version: 1.66.139586
    
    Allocator: C:\TCAFiles\Users\komurikunmeow13\7\dll\tbb4malloc_bi.dll
    =====================================================================
    
     2:52:12 SteamAPI initialization failed. Steam features wont's be accessible!
     2:52:12 Cannot register unknown string STR_USRACT_ACTIVESENSORSTOGGLE
     2:52:12 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SENSORS
     2:52:12 Cannot register unknown string STR_CLIENT_IS_HOST
     2:52:12 Cannot register unknown string STR_CLIENT_IS_DS_ADMIN
     2:52:12 Initializing stats manager.
     2:52:12 Stats config disabled.
     2:52:12 sessionID: d0080c4377f712c70d0ead537b729034c7e15893
     2:52:23 Unsupported language English in stringtable
     2:52:36 Updating base class ->NonStrategic, by a3\data_f\config.bin/CfgVehicles/HouseBase/
     2:52:36 Updating base class ->DestructionEffects, by a3\data_f\config.bin/CfgVehicles/House/DestructionEffects/
     2:52:36 Updating base class ->Wreck, by a3\data_f\config.bin/CfgVehicles/PlaneWreck/
     2:52:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
     2:52:36 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
     2:52:36 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
     2:52:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
     2:52:36 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
     2:52:37 Updating base class BlendAnims->, by a3\anims_f\config\sdr\weaponswitching\config.bin/CfgMovesMaleSdr/BlendAnims/
     2:52:37 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
     2:52:37 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
     2:52:37 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
     2:52:37 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
     2:52:37 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
     2:52:37 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
     2:52:37 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
     2:52:37 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
     2:52:37 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
     2:52:37 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
     2:52:37 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
     2:52:37 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
     2:52:37 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
     2:52:37 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
     2:52:37 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
     2:52:37 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
     2:52:37 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
     2:52:37 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
     2:52:37 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
     2:52:37 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
     2:52:37 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
     2:52:37 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
     2:52:37 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
     2:52:37 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
     2:52:37 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
     2:52:37 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
     2:52:37 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
     2:52:37 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
     2:52:37 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
     2:52:37 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
     2:52:37 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
     2:52:37 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
     2:52:37 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/
     2:52:37 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
     2:52:37 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
     2:52:37 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
     2:52:37 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
     2:52:37 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
     2:52:37 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/OverviewGroup/
     2:52:37 Updating base class RscButton->RscButtonSearch, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/SearchButton/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonCancel/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonGameOptions/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenuSteam, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonBuyDLC/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonRevert/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonOK/
     2:52:37 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
     2:52:37 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
     2:52:37 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
     2:52:37 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
     2:52:37 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
     2:52:37 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
     2:52:37 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
     2:52:37 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
     2:52:37 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
     2:52:37 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
     2:52:37 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
     2:52:37 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
     2:52:37 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/
     2:52:37 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/
     2:52:37 Updating base class ->VehicleMagazine, by a3\weapons_f\config.bin/CfgMagazines/24Rnd_missiles/
     2:52:37 Updating base class ->RocketPods, by a3\weapons_f\config.bin/CfgWeapons/missiles_DAR/
     2:52:37 Updating base class GdtConcrete->Default, by ca\data_cfg\config.bin/CfgSurfaces/Carpet/
     2:52:37 Updating base class GdtStratisDirt->Default, by ca\data_cfg\config.bin/CfgSurfaces/Mud/
     2:52:37 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/
     2:52:37 Updating base class House->NonStrategic, by ca\buildings_cfg\config.bin/CfgVehicles/Church/
     2:52:37 Updating base class Land_NavigLight->House, by ca\buildings_cfg\config.bin/CfgVehicles/Land_runway_edgelight/
     2:52:37 Updating base class MarkerLights->, by ca\buildings_cfg\config.bin/CfgVehicles/Land_runway_edgelight/MarkerLights/
     2:52:37 Updating base class ->YellowLowBlinking, by ca\buildings_cfg\misc\config.bin/CfgVehicles/Land_Stoplight01/MarkerLights/YellowTopBlinking/
     2:52:37 Updating base class Barrel1->BarrelBase, by ca\misc3_cfg\config.bin/CfgVehicles/Barrel4/
     2:52:37 Updating base class Barrel1->BarrelBase, by ca\misc3_cfg\config.bin/CfgVehicles/Barrel5/
     2:52:37 Updating base class Land_sloup_vn_drat->House, by ca\misc3_cfg\config.bin/CfgVehicles/Land_Misc_deerstand/
     2:52:37 Updating base class Land_Ind_Boardspack1->House, by ca\misc3_cfg\config.bin/CfgVehicles/Land_Ind_Timbers/
     2:52:37 Updating base class Static->House, by ca\misc3_cfg\config.bin/CfgVehicles/Land_seno_balik/
     2:52:37 Updating base class House->Grave, by ca\misc3_cfg\config.bin/CfgVehicles/Land_Church_tomb_1/
     2:52:37 Updating base class Land_Church_Tomb_1->Grave, by ca\misc3_cfg\config.bin/CfgVehicles/Land_Church_tomb_2/
     2:52:37 Updating base class Land_Church_Tomb_1->Grave, by ca\misc3_cfg\config.bin/CfgVehicles/Land_Church_tomb_3/
     2:52:37 Updating base class ->BlendAnims, by a3\soft_f_kart\kart_01\config.bin/CfgMovesMaleSdr/BlendAnims/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/
     2:52:38 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/
     2:52:38 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/
     2:52:38 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/
     2:52:38 Updating base class B_Soldier_02_f->B_Soldier_base_F, by exile_client\config.bin/CfgVehicles/B_Story_SF_Captain_F/
     2:52:38 Updating base class RscStructuredText->RscText, by exile_client\config.bin/RscMPSetupMessage/Controls/DownloadText/
     2:52:38 Cannot delete class BackgroundSlotPrimary, it is referenced somewhere (used as a base class probably).
     2:52:38 Updating base class RscStandardDisplay->, by exile_client\config.bin/RscDisplayMain/
     2:52:38 Updating base class RscPicture->RscText, by exile_client\config.bin/RscDisplayVoiceChat/controls/Picture/
     2:52:38 Updating base class ->Plane, by Exile_psycho_An2\config.bin/CfgVehicles/an2_base/
     2:52:38 Updating base class ->BRDM2_HQ_Base, by exile_psycho_brdm\config.bin/CfgVehicles/BRDM2_HQ_CHDKZ/
     2:52:38 Updating base class ->Car_F, by exile_psycho_btr40\config.bin/CfgVehicles/BTR40_MG_base_EP1/
     2:52:38 Updating base class ->BTR40_MG_base_EP1, by exile_psycho_btr40\config.bin/CfgVehicles/BTR40_base_EP1/
     2:52:38 Updating base class ->Car_F, by Exile_psycho_Gaz_volha\config.bin/CfgVehicles/volha_Base/
     2:52:38 Updating base class ->HMMWV_Base, by Exile_psycho_hmmw\config.bin/CfgVehicles/HMMWV_M2/
     2:52:38 Updating base class ->HMMWV_Base, by Exile_psycho_hmmw\config.bin/CfgVehicles/HMMWV_M134/
     2:52:38 Updating base class ->HMMWV_Base, by Exile_psycho_hmmw\config.bin/CfgVehicles/HMMWV_UNA/
     2:52:38 Updating base class ->HMMWV_UNA, by Exile_psycho_hmmw\config.bin/CfgVehicles/HMMWV_MEV/
     2:52:38 Updating base class ->Ikarus_Civ_Base, by Exile_psycho_Ikarus\config.bin/CfgVehicles/Ikarus_Civ_01/
     2:52:38 Updating base class ->Car_F, by Exile_psycho_lada\config.bin/CfgVehicles/Lada_Base/
     2:52:38 Updating base class ->Landrover_civ, by Exile_psycho_LRC\config.bin/CfgVehicles/Landrover_Civ_02/
     2:52:38 Updating base class ->Landrover_civ, by Exile_psycho_LRC\config.bin/CfgVehicles/LR_Ambulance_Base/
     2:52:38 Updating base class ->Octavia_Base, by Exile_psycho_Octavia\config.bin/CfgVehicles/Octavia_Civ_01/
     2:52:38 Updating base class ->Car_F, by Exile_psycho_SUV_a3\config.bin/CfgVehicles/SUV_Base/
     2:52:38 Updating base class ->Car_F, by Exile_psycho_SuvArm_a3\config.bin/cfgVehicles/SUV_armored_Base/
     2:52:38 Updating base class ->Car_F, by exile_psycho_tractor\config.bin/CfgVehicles/Tractor_Base/
     2:52:38 Updating base class ->Tractor_Base, by exile_psycho_tractor\config.bin/CfgVehicles/tractorOld/
     2:52:38 Updating base class ->Offroad_01_base_F, by Exile_Psycho_UAZ\config.bin/CfgVehicles/UAZ_Base/
     2:52:38 Updating base class ->UAZ_Base, by Exile_Psycho_UAZ\config.bin/CfgVehicles/UAZ_Open_Base/
     2:52:38 Updating base class ->UH1H_Closed, by Exile_psycho_UH1H\config.bin/CfgVehicles/UH1H_Clo/
     2:52:38 Updating base class ->UH1HL_base, by Exile_psycho_UH1H\config.bin/CfgVehicles/UH1H_M240/
     2:52:38 Updating base class ->Ural_Base, by Exile_psycho_Ural\config.bin/CfgVehicles/Ural_RU/
     2:52:38 Updating base class ->Ural_Open_Base, by Exile_psycho_Ural\config.bin/CfgVehicles/Ural_Open_RU/
     2:52:38 Updating base class ->Truck_F, by Exile_psycho_V3S\config.bin/CfgVehicles/V3S_base/
     2:52:38 Updating base class ->V3S_base, by Exile_psycho_V3S\config.bin/CfgVehicles/V3S_Base_EP1/
     2:52:38 Updating base class KIA_Golf_Driver->DefaultDie, by Exile_Psycho_VWGOLF\config.bin/CfgMovesMaleSdr/States/KIA_Golf_Cargo01/
     2:52:38 Updating base class KIA_Golf_Driver->DefaultDie, by Exile_Psycho_VWGOLF\config.bin/CfgMovesMaleSdr/States/KIA_Golf_Cargo02/
     2:52:38 Updating base class KIA_Golf_Driver->DefaultDie, by Exile_Psycho_VWGOLF\config.bin/CfgMovesMaleSdr/States/KIA_Golf_Cargo03/
     2:52:38 Updating base class ->Golf_Base, by Exile_Psycho_VWGOLF\config.bin/CfgVehicles/Golf_Civ_Base/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/75Rnd_Green_Tracer_545x39_RPK/
     2:52:38 Updating base class ->75Rnd_Green_Tracer_545x39_RPK, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/45Rnd_Green_Tracer_545x39_RPK/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_545x39_AK/
     2:52:38 Updating base class ->30Rnd_545x39_AK, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_Green_Tracer_545x39_AK/
     2:52:38 Updating base class ->30Rnd_545x39_AK, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_Red_Tracer_545x39_AK/
     2:52:38 Updating base class ->30Rnd_545x39_AK, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_White_Tracer_545x39_AK/
     2:52:38 Updating base class ->30Rnd_545x39_AK, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_Yellow_Tracer_545x39_AK/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\arifle\ak\config.bin/cfgmagazines/30Rnd_762x39_AK47_M/
     2:52:38 Updating base class ->arifle_AK_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AK47/
     2:52:38 Updating base class ->arifle_AK_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AK74/
     2:52:38 Updating base class ->arifle_AK107_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AK107/
     2:52:38 Updating base class ->arifle_AK107_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AK107_GL/
     2:52:38 Updating base class ->arifle_AK_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AK74_GL/
     2:52:38 Updating base class ->arifle_AK_Base, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AKM/
     2:52:38 Updating base class ->arifle_AKM, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AKS/
     2:52:38 Updating base class ->arifle_AKS, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_AKS_Gold/
     2:52:38 Updating base class ->arifle_AK74, by exile_psycho_weapons\arifle\ak\config.bin/CfgWeapons/arifle_RPK74/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\mgun\pk\config.bin/CfgMagazines/100Rnd_762x54_PK_Tracer_Green/
     2:52:38 Updating base class ->Rifle_Long_Base_F, by exile_psycho_weapons\mgun\pk\config.bin/CfgWeapons/PKP/
     2:52:38 Updating base class ->PKP, by exile_psycho_weapons\mgun\pk\config.bin/CfgWeapons/Pecheneg/
     2:52:38 Updating base class ShotgunBase->BulletBase, by exile_psycho_weapons\other\m1014\config.bin/CfgAmmo/B_12Gauge_Pellets/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\other\m1014\config.bin/CfgMagazines/8Rnd_B_Beneli_74Slug/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\other\m1014\config.bin/CfgMagazines/8Rnd_B_Beneli_74Pellets/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\other\m1014\config.bin/CfgWeapons/M1014/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\pistol\colt1911\config.bin/CfgMagazines/7Rnd_45ACP_1911/
     2:52:38 Updating base class ->Pistol_Base_F, by exile_psycho_weapons\pistol\colt1911\config.bin/CfgWeapons/Colt1911/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\pistol\makarov\config.bin/CfgMagazines/8Rnd_9x18_Makarov/
     2:52:38 Updating base class ->Pistol_Base_F, by exile_psycho_weapons\pistol\makarov\config.bin/CfgWeapons/Makarov/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\pistol\revolver\config.bin/CfgMagazines/6Rnd_45ACP/
     2:52:38 Updating base class ->Pistol_Base_F, by exile_psycho_weapons\pistol\revolver\config.bin/CfgWeapons/TaurusTracker455/
     2:52:38 Updating base class ->TaurusTracker455, by exile_psycho_weapons\pistol\revolver\config.bin/CfgWeapons/TaurusTracker455_gold/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\dmr\config.bin/CfgMagazines/20Rnd_762x51_DMR/
     2:52:38 Updating base class ->20Rnd_762x51_DMR, by exile_psycho_weapons\srifle\dmr\config.bin/CfgMagazines/20Rnd_Yellow_Tracer_762x51_DMR/
     2:52:38 Updating base class ->20Rnd_762x51_DMR, by exile_psycho_weapons\srifle\dmr\config.bin/CfgMagazines/20Rnd_Red_Tracer_762x51_DMR/
     2:52:38 Updating base class ->20Rnd_762x51_DMR, by exile_psycho_weapons\srifle\dmr\config.bin/CfgMagazines/20Rnd_Green_Tracer_762x51_DMR/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\srifle\dmr\config.bin/CfgWeapons/srifle_DMR/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\huntingrifle\config.bin/CfgMagazines/5x_22_LR_17_HMR_M/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\srifle\huntingrifle\config.bin/CfgWeapons/srifle_CZ550_base/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\leeenfield\config.bin/CfgMagazines/10x_303_M/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\srifle\leeenfield\config.bin/CfgWeapons/srifle_LeeEnfield/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\svd\config.bin/CfgMagazines/10Rnd_762x54_SVD/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\srifle\svd\config.bin/CfgWeapons/srifle_SVD/
     2:52:38 Updating base class ->srifle_SVD, by exile_psycho_weapons\srifle\svd\config.bin/CfgWeapons/srifle_SVD_des/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\vss\config.bin/CfgMagazines/10Rnd_9x39_VSS/
     2:52:38 Updating base class ->CA_Magazine, by exile_psycho_weapons\srifle\vss\config.bin/CfgMagazines/20Rnd_9x39_VSS/
     2:52:38 Updating base class ->Rifle_Base_F, by exile_psycho_weapons\srifle\vss\config.bin/CfgWeapons/srifle_VSSVintorez/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrier_1_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrier_3_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrier_5_F/
     2:52:38 Updating base class BagBunker_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BagBunker_Tower_F/
     2:52:38 Updating base class CamoNet_BLUFOR_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/CamoNet_BLUFOR_open_F/
     2:52:38 Updating base class CamoNet_INDP_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/CamoNet_INDP_open_F/
     2:52:38 Updating base class CamoNet_OPFOR_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/CamoNet_OPFOR_open_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CncBarrier_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Stone_4m_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Stone_Gate_F/
     2:52:38 Updating base class OpenDoor_1->, by extendedbase\config.bin/CfgVehicles/Land_Stone_Gate_F/UserActions/CloseDoor_1/
     2:52:38 Updating base class OpenDoor_2->, by extendedbase\config.bin/CfgVehicles/Land_Stone_Gate_F/UserActions/CloseDoor_2/
     2:52:38 Updating base class Items_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_WaterCooler_01_new_F/
     2:52:38 Updating base class Scrapyard_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Pallet_MilBoxes_F/
     2:52:38 Updating base class BagBunker_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BagBunker_Small_F/
     2:52:38 Updating base class House_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Bunker_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrierWall_corner_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrierWall6_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrierWall4_F/
     2:52:38 Updating base class Cargo_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Cargo20_military_green_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_RampConcrete_F/
     2:52:38 Updating base class BagFence_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BagFence_Corner_F/
     2:52:38 Updating base class BagFence_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BagFence_Long_F/
     2:52:38 Updating base class HBarrier_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HBarrierTower_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Metal_wooden_rack_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Wall_IndCnc_4_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_City2_4m_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_City2_8m_F/
     2:52:38 Updating base class Helipad_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_HelipadCivil_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Rack_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_City_Gate_F/
     2:52:38 Updating base class OpenDoor_1->, by extendedbase\config.bin/CfgVehicles/Land_City_Gate_F/UserActions/OpenDoor_2/
     2:52:38 Updating base class CloseDoor_1->, by extendedbase\config.bin/CfgVehicles/Land_City_Gate_F/UserActions/CloseDoor_2/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BarGate_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Icebox_F/
     2:52:38 Updating base class Land_Sign_Mines_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sign_WarningMilitaryArea_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Mil_WallBig_4m_F/
     2:52:38 Updating base class Cargo_Patrol_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Cargo_Patrol_V2_F/
     2:52:38 Updating base class Piers_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pier_small_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Wall_Tin_4/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Tank_rust_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_ShelvesMetal_F/
     2:52:38 Updating base class Cargo_Tower_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Cargo_Tower_V2_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_FuelStation_Feed_F/
     2:52:38 Updating base class BagBunker_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BagBunker_Large_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/ShootingPos_F/
     2:52:38 Updating base class Cargo_House_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Cargo_House_V2_F/
     2:52:38 Updating base class Cargo_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Cargo40_light_green_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_cargo_house_slum_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CncShelter_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Wall_IndCnc_2deco_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CncWall4_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_FuelStation_Shed_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Shed_Small_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Razorwire_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_u_Addon_01_V1_F/
     2:52:38 Updating base class Cargo_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Cargo20_sand_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_GH_Stairs_F/
     2:52:38 Updating base class Land_i_Garage_V1_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_Garage_V2_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_GH_Platform_F/
     2:52:38 Updating base class Camping_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_TentDome_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_TentHangar_V1_F/
     2:52:38 Updating base class Lamps_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_LampHalogen_F/
     2:52:38 Updating base class Land_LampAirport_off_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_LampAirport_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CncWall1_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CncBarrierMedium_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Crash_barrier_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Shed_Big_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_TouristShelter_01_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Water_source_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Concrete_SmallWall_4m_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Concrete_SmallWall_8m_F/
     2:52:38 Updating base class Land_Sign_Mines_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sign_WarningMilAreaSmall_F/
     2:52:38 Updating base class Land_Sign_Mines_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sign_WarningMilitaryVehicles_F/
     2:52:38 Updating base class Land_PortableLight_single_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_PortableLight_double_F/
     2:52:38 Updating base class Reflectors->, by extendedbase\config.bin/CfgVehicles/Land_PortableLight_double_F/Reflectors/
     2:52:38 Updating base class Light_1->, by extendedbase\config.bin/CfgVehicles/Land_PortableLight_double_F/Reflectors/Light_1/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Radar_Small_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Cargo_addon02_V2_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_TableDesk_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_ToiletBox_F/
     2:52:38 Updating base class Piers_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pier_Box_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_ChairWood_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/BlockConcrete_F/
     2:52:38 Updating base class ThingX->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_CargoBox_V1_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_IndFnc_3_F/
     2:52:38 Updating base class Wall_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_IndFnc_9_F/
     2:52:38 Updating base class Piers_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sea_Wall_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_Addon_03_V1_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_Addon_03mid_V1_F/
     2:52:38 Updating base class Lamps_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_LampStreet_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Dome_Big_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Hangar_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Metal_Shed_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_spp_Tower_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sun_chair_F/
     2:52:38 Updating base class Land_Sunshade_01_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sunshade_04_F/
     2:52:38 Updating base class Lamps_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_LampShabby_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/LAnd_Airport_Tower_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_Barracks_V1_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_BeachBooth_01_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Castle_01_tower_F/
     2:52:38 Updating base class Land_Sign_Mines_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sign_WarningUnexplodedAmmo_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_TTowerSmall_1_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Exile_Plant_GreenBush/
     2:52:38 Updating base class Piers_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_nav_pier_m_F/
     2:52:38 Updating base class Camping_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sleeping_bag_F/
     2:52:38 Updating base class Rocks_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Small_Stone_02_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_SolarPanel_2_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_spp_Panel_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CampingChair_V2_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CampingChair_V1_F/
     2:52:38 Updating base class FloatingStructure_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Camping_Light_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_CampingTable_F/
     2:52:38 Updating base class Land_MapBoard_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/MapBoard_altis_F/
     2:52:38 Updating base class Pavements_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pavement_narrow_F/
     2:52:38 Updating base class Pavements_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pavement_narrow_corner_F/
     2:52:38 Updating base class Pavements_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pavement_wide_F/
     2:52:38 Updating base class Pavements_base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Pavement_wide_corner_F/
     2:52:38 Updating base class NonStrategic->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Exile_ConcreteMixer/
     2:52:38 Updating base class FlagCarrier->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Flag_CSAT_F/
     2:52:38 Updating base class ThingX->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_GarbageContainer_closed_F/
     2:52:38 Updating base class Furniture_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Metal_rack_F/
     2:52:38 Updating base class ThingX->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Sink_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Atm_02_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_House_Small_03_V1_F/
     2:52:38 Updating base class Land_i_House_Big_01_V1_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_i_House_Big_01_V2_F/
     2:52:38 Updating base class PlasticCase_01_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_PlasticCase_01_medium_F/
     2:52:38 Updating base class House_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Research_HQ_F/
     2:52:38 Updating base class House_Small_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/Land_Research_house_V1_F/
     2:52:38 Updating base class Items_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Ammobox_rounds_F/
     2:52:38 Updating base class Slingload_01_Base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/B_Slingload_01_Ammo_F/
     2:52:38 Updating base class Slingload_01_Base_F->Exile_Construction_Abstract_Static, by extendedbase\config.bin/CfgVehicles/B_Slingload_01_fuel_F/
     2:52:38 Updating base class Items_base_F->Exile_Container_Abstract, by extendedbase\config.bin/CfgVehicles/Land_Suitcase_F/
     2:52:38 Updating base class Crew->DefaultDie, by mas_vehicle_c\hilux\config.bin/CfgMovesMaleSdr/States/mas_KIA_Hilux_cargo01/
     2:52:38 Updating base class ->DefaultDie, by mas_vehicle_c\uaz\config.bin/CfgMovesMaleSdr/States/mas_Stryker_Dead/
     2:52:38 Updating base class ->LSV_01_light_base_F, by a3\soft_f_exp\lsv_01\config.bin/CfgVehicles/B_CTRG_LSV_01_light_F/
     2:52:38 Updating base class ->B_T_LSV_01_unarmed_F, by a3\soft_f_exp\lsv_01\config.bin/CfgVehicles/B_T_LSV_01_unarmed_black_F/
     2:52:38 Updating base class ->O_T_LSV_02_unarmed_F, by a3\soft_f_exp\lsv_02\config.bin/CfgVehicles/O_T_LSV_02_unarmed_black_F/
     2:52:38 Updating base class ->C_Offroad_02_unarmed_F, by a3\soft_f_exp\offroad_02\config.bin/CfgVehicles/C_Offroad_02_unarmed_orange_F/
     2:52:38 Updating base class ->Offroad_02_unarmed_base_F, by a3\soft_f_exp\offroad_02\config.bin/CfgVehicles/I_C_Offroad_02_unarmed_F/
     2:52:38 Updating base class ->Rifle_Base_F, by a3\weapons_f_exp\rifles\spar_02\config.bin/CfgWeapons/arifle_SPAR_02_base_F/
     2:52:38 Updating base class mas_KIA_BMP2_Cargo04->mas_KIA_HMMWV_Gunner, by mas_vehicle_c\brdm\config.bin/CfgMovesMaleSdr/States/mas_KIA_HMMWV_Gunner04/
     2:52:38 Updating base class ->Plane_Civil_01_base_F, by a3\air_f_exp\plane_civil_01\config.bin/CfgVehicles/C_Plane_Civil_01_F/
     2:52:38 Updating base class ->VTOL_01_infantry_base_F, by a3\air_f_exp\vtol_01\config.bin/CfgVehicles/B_T_VTOL_01_infantry_F/
     2:52:38 Updating base class ->VTOL_01_vehicle_base_F, by a3\air_f_exp\vtol_01\config.bin/CfgVehicles/B_T_VTOL_01_vehicle_F/
     2:52:38 Updating base class ->Boat_Transport_02_base_F, by a3\boat_f_exp\boat_transport_02\config.bin/CfgVehicles/B_G_Boat_Transport_02_F/
     2:52:38 Updating base class ->Scooter_Transport_01_base_F, by a3\boat_f_exp\scooter_transport_01\config.bin/CfgVehicles/C_Scooter_Transport_01_F/
     2:52:42 Initializing Steam Manager
     2:52:42 Steam Manager initialized.
     2:52:42 
     2:52:42 ==== Loaded addons ====
     2:52:42 
     2:52:42 dta\bin.pbo - 139586
     2:52:42 dta\core.pbo - 108474
     2:52:42 dta\languagecore_f.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@RDS_Civilian_Pack\addons\rds_a2port_civ.pbo - 130B3
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@RDS_Civilian_Pack\addons\rds_a2port_cman.pbo - 130B3
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@EBM\addons\extendedbase.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Weapons\addons\mas_nw_rifle.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Weapons\addons\mas_ru_rifle.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Weapons\addons\mas_us_rifle.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Weapons\addons\mas_us_rifle_c.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_apc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_cars.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_eli.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_f35c.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_tank.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_vehicle.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles\addons\mas_vehicle_c.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@RZInfection_for_Exile\addons\rzinfection.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@ryanzombies\addons\ryanzombies.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\a2op.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\air_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\buildings.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\buildings2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\buildings2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\buildings_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\ca_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\ca_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\characters.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\characters2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\characters2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\characters_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\chernarus.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\chernarus_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\chernarus_no_ponds.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\chernarus_no_ponds_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\data.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\data_baf.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\data_baf_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\data_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\language.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\language_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\language_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\language_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc3.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc3_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc_acr.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc_acr_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\misc_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\models_dbe1.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\models_dbe1_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_e2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_e2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_pmc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\plants_pmc_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\provinggrounds_pmc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\provinggrounds_pmc_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads_pmc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\roads_pmc_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\rocks_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\signs2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\signs2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\signs_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\signs_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\sounds.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\sounds_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\sounds_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\sounds_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures_pmc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\structures_pmc_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\tracked_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\ui.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\ui_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\water.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\water2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\water2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\water_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\weapons.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\weapons_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\weapons_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\weapons_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled2_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled_e.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\wheeled_e_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\zargabad.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@A2OP\addons\zargabad_cfg.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\dbo_old_bike.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_assets.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_client.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_an2.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_brdm.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_btr40.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_gaz_volha.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_hmmw.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_ikarus.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_lada.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_lrc.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_octavia.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_suvarm_a3.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_suv_a3.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_towtractor.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_tractor.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_uaz.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_uh1h.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_ural.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_v3s.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_vwgolf.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\exile_psycho_weapons.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\@Exile\addons\gnt_c185.pbo - unknown
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\air_f_exp.ebo - 107468
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\anims_f_exp.ebo - 107365
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\armor_f_exp.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\boat_f_exp.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\cargoposes_f_exp.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\characters_f_exp.ebo - 108363
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\data_f_exp.ebo - 108301
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\dubbing_f_exp.ebo - 107941
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\dubbing_radio_f_exp.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\dubbing_radio_f_exp_data_chi.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\dubbing_radio_f_exp_data_engfre.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\dubbing_radio_f_exp_data_fre.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\editorpreviews_f_exp.ebo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\functions_f_exp.ebo - 107286
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\languagemissions_f_exp.ebo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\language_f_exp.ebo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_data_exp.ebo - 107347
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_tanoabuka.ebo - 107523
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_tanoabuka_data.ebo - 107664
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_tanoabuka_data_layers.ebo - 102461
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_tanoabuka_data_layers_00_00.ebo - 102461
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\map_tanoa_scenes_f.ebo - 108093
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\missions_f_exp.ebo - 108540
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\missions_f_exp_data.ebo - 107312
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\missions_f_exp_video.ebo - 107312
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\modules_f_exp.ebo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\music_f_exp.ebo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\music_f_exp_music.ebo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\props_f_exp.ebo - 107345
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\rocks_f_exp.ebo - 107345
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\soft_f_exp.ebo - 107317
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\sounds_f_exp.ebo - 108279
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\static_f_exp.ebo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp.ebo - 108329
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_civilian.ebo - 108280
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_commercial.ebo - 108280
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_cultural.ebo - 108280
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_data.ebo - 108281
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_industrial.ebo - 108281
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\structures_f_exp_infrastructure.ebo - 108281
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\supplies_f_exp.ebo - 107340
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\ui_f_exp.ebo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\vegetation_f_exp.ebo - 107836
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\expansion\addons\weapons_f_exp.ebo - 108316
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\anims_f_mark.pbo - 107808
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\characters_f_mark.pbo - 107709
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\data_f_mark.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\dubbing_f_mark.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\dubbing_f_mp_mark.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\functions_f_mark.pbo - 107941
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\functions_f_mp_mark.pbo - 107463
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\languagemissions_f_mark.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\languagemissions_f_mp_mark.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\language_f_mark.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\language_f_mp_mark.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\missions_f_mark.pbo - 108474
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\missions_f_mark_data.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\missions_f_mark_video.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\missions_f_mp_mark.pbo - 107336
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\missions_f_mp_mark_data.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\modules_f_mark.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\modules_f_mp_mark.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\music_f_mark.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\music_f_mark_music.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\sounds_f_mark.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\static_f_mark.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\structures_f_mark.pbo - 107742
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\supplies_f_mark.pbo - 107320
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\ui_f_mark.pbo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\ui_f_mp_mark.pbo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\mark\addons\weapons_f_mark.pbo - 107324
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\air_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\anims_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\boat_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\cargoposes_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\data_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\dubbing_f_heli.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\functions_f_heli.pbo - 108304
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\languagemissions_f_heli.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\language_f_heli.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\missions_f_heli.pbo - 108304
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\missions_f_heli_data.pbo - 107312
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\missions_f_heli_video.pbo - 107312
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\modules_f_heli.pbo - 107386
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\music_f_heli.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\music_f_heli_music.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\soft_f_heli.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\sounds_f_heli.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\structures_f_heli.pbo - 107302
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\supplies_f_heli.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\heli\addons\ui_f_heli.pbo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\anims_f_kart.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\characters_f_kart.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\data_f_kart.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\languagemissions_f_kart.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\language_f_kart.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\missions_f_kart.pbo - 107312
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\missions_f_kart_data.pbo - 107313
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\modules_f_kart.pbo - 107824
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\modules_f_kart_data.pbo - 107725
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\soft_f_kart.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\sounds_f_kart.pbo - 107319
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\structures_f_kart.pbo - 107301
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\ui_f_kart.pbo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\kart\addons\weapons_f_kart.pbo - 107323
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\data_f_curator.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\data_f_curator_music.pbo - 107282
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\functions_f_curator.pbo - 107463
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\language_f_curator.pbo - 108412
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\missions_f_curator.pbo - 108031
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\modules_f_curator.pbo - 107711
     2:52:42 C:\TCAFiles\Users\komurikunmeow13\7\curator\addons\ui_f_curator.pbo - 108279
     2:52:42 addons\3den.pbo - 108458
     2:52:42 addons\3den_language.pbo - 108412
     2:52:42 addons\a3.pbo - unknown
     2:52:42 addons\air_f.pbo - 107282
     2:52:42 addons\air_f_beta.pbo - 108458
     2:52:42 addons\air_f_epb.pbo - 107282
     2:52:42 addons\air_f_epc.pbo - 103749
     2:52:42 addons\air_f_gamma.pbo - 103749
     2:52:42 addons\animals_f.pbo - 107282
     2:52:42 addons\animals_f_beta.pbo - 107282
     2:52:42 addons\anims_f.pbo - 108093
     2:52:42 addons\anims_f_bootcamp.pbo - 107282
     2:52:42 addons\anims_f_data.pbo - 107355
     2:52:42 addons\anims_f_epa.pbo - 107809
     2:52:42 addons\anims_f_epc.pbo - 107809
     2:52:42 addons\anims_f_exp_a.pbo - 107376
     2:52:42 addons\armor_f.pbo - 107282
     2:52:42 addons\armor_f_beta.pbo - 107282
     2:52:42 addons\armor_f_epb.pbo - 107282
     2:52:42 addons\armor_f_epc.pbo - 107282
     2:52:42 addons\armor_f_gamma.pbo - 107282
     2:52:42 addons\baseconfig_f.pbo - 107282
     2:52:42 addons\boat_f.pbo - 107282
     2:52:42 addons\boat_f_beta.pbo - 107282
     2:52:42 addons\boat_f_epc.pbo - 107282
     2:52:42 addons\boat_f_gamma.pbo - 107282
     2:52:42 addons\cargoposes_f.pbo - 108093
     2:52:42 addons\characters_f.pbo - 107558
     2:52:42 addons\characters_f_beta.pbo - 107282
     2:52:42 addons\characters_f_bootcamp.pbo - 107282
     2:52:42 addons\characters_f_epa.pbo - 107282
     2:52:42 addons\characters_f_epb.pbo - 107282
     2:52:42 addons\characters_f_epc.pbo - 107282
     2:52:42 addons\characters_f_gamma.pbo - 107282
     2:52:42 addons\data_f.pbo - 107354
     2:52:42 addons\data_f_bootcamp.pbo - 107382
     2:52:42 addons\data_f_exp_a.pbo - 107282
     2:52:42 addons\data_f_exp_b.pbo - 107282
     2:52:42 addons\drones_f.pbo - 107282
     2:52:42 addons\dubbing_f.pbo - 107282
     2:52:42 addons\dubbing_f_beta.pbo - 107941
     2:52:42 addons\dubbing_f_bootcamp.pbo - 107282
     2:52:42 addons\dubbing_f_epa.pbo - 107290
     2:52:42 addons\dubbing_f_epb.pbo - 107290
     2:52:42 addons\dubbing_f_epc.pbo - 107282
     2:52:42 addons\dubbing_f_gamma.pbo - 107458
     2:52:42 addons\dubbing_radio_f.pbo - 107282
     2:52:42 addons\dubbing_radio_f_data_eng.pbo - 99078
     2:52:42 addons\dubbing_radio_f_data_engb.pbo - 99078
     2:52:42 addons\dubbing_radio_f_data_gre.pbo - 99078
     2:52:42 addons\dubbing_radio_f_data_per.pbo - 99078
     2:52:42 addons\dubbing_radio_f_data_vr.pbo - 99078
     2:52:42 addons\editorpreviews_f.pbo - 107285
     2:52:42 addons\editor_f.pbo - 107285
     2:52:42 addons\functions_f.pbo - 108329
     2:52:42 addons\functions_f_bootcamp.pbo - 107941
     2:52:42 addons\functions_f_epa.pbo - 107287
     2:52:42 addons\functions_f_epc.pbo - 107287
     2:52:42 addons\functions_f_exp_a.pbo - 107985
     2:52:42 addons\languagemissions_f.pbo - 108412
     2:52:42 addons\languagemissions_f_beta.pbo - 108412
     2:52:42 addons\languagemissions_f_bootcamp.pbo - 108412
     2:52:42 addons\languagemissions_f_epa.pbo - 108412
     2:52:42 addons\languagemissions_f_epb.pbo - 108412
     2:52:42 addons\languagemissions_f_epc.pbo - 108412
     2:52:42 addons\languagemissions_f_exp_a.pbo - 108412
     2:52:42 addons\languagemissions_f_gamma.pbo - 108412
     2:52:42 addons\language_f.pbo - 108423
     2:52:42 addons\language_f_beta.pbo - 108412
     2:52:42 addons\language_f_bootcamp.pbo - 108412
     2:52:42 addons\language_f_epa.pbo - 108412
     2:52:42 addons\language_f_epb.pbo - 108412
     2:52:42 addons\language_f_epc.pbo - 108412
     2:52:42 addons\language_f_exp_a.pbo - 108412
     2:52:42 addons\language_f_exp_b.pbo - 108412
     2:52:42 addons\language_f_gamma.pbo - 108412
     2:52:42 addons\map_altis.pbo - 107512
     2:52:42 addons\map_altis_data.pbo - 107292
     2:52:42 addons\map_altis_data_layers.pbo - 99901
     2:52:42 addons\map_altis_data_layers_00_00.pbo - 99901
     2:52:42 addons\map_altis_data_layers_00_01.pbo - 99901
     2:52:42 addons\map_altis_data_layers_01_00.pbo - 99901
     2:52:42 addons\map_altis_data_layers_01_01.pbo - 99901
     2:52:42 addons\map_altis_scenes_f.pbo - 107292
     2:52:42 addons\map_data.pbo - 107292
     2:52:42 addons\map_stratis.pbo - 107508
     2:52:42 addons\map_stratis_data.pbo - 107294
     2:52:42 addons\map_stratis_data_layers.pbo - 99082
     2:52:42 addons\map_stratis_scenes_f.pbo - 107294
     2:52:42 addons\map_vr.pbo - 105264
     2:52:42 addons\map_vr_scenes_f.pbo - 107298
     2:52:42 addons\misc_f.pbo - 107296
     2:52:42 addons\missions_f.pbo - 107769
     2:52:42 addons\missions_f_beta.pbo - 107694
     2:52:42 addons\missions_f_beta_data.pbo - 107310
     2:52:42 addons\missions_f_beta_video.pbo - 107310
     2:52:42 addons\missions_f_bootcamp.pbo - 107941
     2:52:42 addons\missions_f_bootcamp_data.pbo - 107310
     2:52:42 addons\missions_f_bootcamp_video.pbo - 107310
     2:52:42 addons\missions_f_data.pbo - 107310
     2:52:42 addons\missions_f_epa.pbo - 108279
     2:52:42 addons\missions_f_epa_data.pbo - 107312
     2:52:42 addons\missions_f_epa_video.pbo - 107312
     2:52:42 addons\missions_f_epb.pbo - 107312
     2:52:42 addons\missions_f_epc.pbo - 107312
     2:52:42 addons\missions_f_exp_a.pbo - 107336
     2:52:42 addons\missions_f_exp_a_data.pbo - 107312
     2:52:42 addons\missions_f_gamma.pbo - 108551
     2:52:42 addons\missions_f_gamma_data.pbo - 107312
     2:52:42 addons\missions_f_gamma_video.pbo - 107312
     2:52:42 addons\missions_f_video.pbo - 107313
     2:52:42 addons\modules_f.pbo - 108152
     2:52:42 addons\modules_f_beta.pbo - 107313
     2:52:42 addons\modules_f_beta_data.pbo - 107313
     2:52:42 addons\modules_f_bootcamp.pbo - 107313
     2:52:42 addons\modules_f_data.pbo - 107485
     2:52:42 addons\modules_f_epb.pbo - 107313
     2:52:42 addons\modules_f_exp_a.pbo - 107313
     2:52:42 addons\music_f.pbo - 107313
     2:52:42 addons\music_f_bootcamp.pbo - 107313
     2:52:42 addons\music_f_bootcamp_music.pbo - 107313
     2:52:42 addons\music_f_epa.pbo - 107313
     2:52:42 addons\music_f_epa_music.pbo - 107313
     2:52:42 addons\music_f_epb.pbo - 107313
     2:52:42 addons\music_f_epb_music.pbo - 107313
     2:52:42 addons\music_f_epc.pbo - 107313
     2:52:42 addons\music_f_epc_music.pbo - 107313
     2:52:42 addons\music_f_music.pbo - 107313
     2:52:42 addons\plants_f.pbo - 107313
     2:52:42 addons\props_f_exp_a.pbo - 107314
     2:52:42 addons\roads_f.pbo - 107314
     2:52:42 addons\rocks_f.pbo - 107314
     2:52:42 addons\signs_f.pbo - 107315
     2:52:42 addons\soft_f.pbo - 107315
     2:52:42 addons\soft_f_beta.pbo - 108019
     2:52:42 addons\soft_f_bootcamp.pbo - 107316
     2:52:42 addons\soft_f_epc.pbo - 107316
     2:52:42 addons\soft_f_gamma.pbo - 108108
     2:52:42 addons\sounds_f.pbo - 108279
     2:52:42 addons\sounds_f_arsenal.pbo - 108392
     2:52:42 addons\sounds_f_bootcamp.pbo - 107319
     2:52:42 addons\sounds_f_characters.pbo - 108111
     2:52:42 addons\sounds_f_environment.pbo - 107319
     2:52:42 addons\sounds_f_epb.pbo - 107319
     2:52:42 addons\sounds_f_epc.pbo - 107319
     2:52:42 addons\sounds_f_exp_a.pbo - 107319
     2:52:42 addons\sounds_f_sfx.pbo - 108279
     2:52:42 addons\sounds_f_vehicles.pbo - 107319
     2:52:42 addons\static_f.pbo - 107319
     2:52:42 addons\static_f_beta.pbo - 107319
     2:52:42 addons\static_f_gamma.pbo - 108113
     2:52:42 addons\structures_f.pbo - 108826
     2:52:42 addons\structures_f_bootcamp.pbo - 107306
     2:52:42 addons\structures_f_data.pbo - 107788
     2:52:42 addons\structures_f_epa.pbo - 107742
     2:52:42 addons\structures_f_epb.pbo - 107725
     2:52:42 addons\structures_f_epc.pbo - 107725
     2:52:42 addons\structures_f_exp_a.pbo - 107301
     2:52:42 addons\structures_f_households.pbo - 107946
     2:52:42 addons\structures_f_ind.pbo - 107760
     2:52:42 addons\structures_f_mil.pbo - 108280
     2:52:42 addons\structures_f_wrecks.pbo - 107301
     2:52:42 addons\uifonts_f.pbo - 107323
     2:52:42 addons\uifonts_f_data.pbo - 107323
     2:52:42 addons\ui_f.pbo - 108456
     2:52:42 addons\ui_f_bootcamp.pbo - 107323
     2:52:42 addons\ui_f_data.pbo - 108279
     2:52:42 addons\ui_f_exp_a.pbo - 107323
     2:52:42 addons\weapons_f.pbo - 108316
     2:52:42 addons\weapons_f_beta.pbo - 108113
     2:52:42 addons\weapons_f_bootcamp.pbo - 107323
     2:52:42 addons\weapons_f_epa.pbo - 107323
     2:52:42 addons\weapons_f_epb.pbo - 107323
     2:52:42 addons\weapons_f_epc.pbo - 107323
     2:52:42 addons\weapons_f_gamma.pbo - 107323
     2:52:42 
     2:52:42 =======================
     2:52:42 
     2:52:43 ============================================================================================= List of mods ===============================================================================================
     2:52:43 modsReadOnly = true
     2:52:43 safeModsActivated = false
     2:52:43 customMods = true
     2:52:43 hash = '7ECFFBBB5BB07E79480D21E990B204DC797D3B96'
     2:52:43 hashShort = 'f1625138'
     2:52:43                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
     2:52:43 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     2:52:43                                  RDS Civilian Pack |   @RDS_Civilian_Pack |      false |             GAME DIR | 9d10ea39cddbb57d66cbba0a88f0349b2f414634 |  f401a702 | C:\TCAFiles\Users\komurikunmeow13\7\@RDS_Civilian_Pack
     2:52:43                                  Extended Base Mod |                 @EBM |      false |             GAME DIR | f4500e83bd7650eb1670cc7cf48c33bc196a2518 |   30bec93 | C:\TCAFiles\Users\komurikunmeow13\7\@EBM
     2:52:43                         NATO SF & SPETSNAZ Weapons | @NATO_Russian_SF_Weapons |      false |             GAME DIR | ea5e8772d97dda7c4201644ebb1d3c9363627f49 |  2ae15841 | C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Weapons
     2:52:43                        NATO SF & SPETSNAZ Vehicles | @NATO_Russian_SF_Vehicles |      false |             GAME DIR | 348b9a6d95e00ec2887bdb4596c094b7f4d5b510 |  94ef3d71 | C:\TCAFiles\Users\komurikunmeow13\7\@NATO_Russian_SF_Vehicles
     2:52:43                             RZ Infection for Exile | @RZInfection_for_Exile |      false |             GAME DIR | da7eb20318b7b16a40bb45776a4ac12cb2ee0db5 |  75ac3e17 | C:\TCAFiles\Users\komurikunmeow13\7\@RZInfection_for_Exile
     2:52:43                            Ryan's Zombies & Demons |         @ryanzombies |      false |             GAME DIR | 9439c7ffe34403657997eac04e10bb889d81d3c6 |  ff6bd66c | C:\TCAFiles\Users\komurikunmeow13\7\@ryanzombies
     2:52:43                                               A2OP |                @A2OP |      false |             GAME DIR | 83343a861896039a4d092dc21c0ce0d66cd0e68f |  5fdf31bb | C:\TCAFiles\Users\komurikunmeow13\7\@A2OP
     2:52:43                                          Exile Mod |               @Exile |      false |             GAME DIR | 26ccfa84adad060158d785e4b25ef410c85f9c6f |  62008bc7 | C:\TCAFiles\Users\komurikunmeow13\7\@Exile
     2:52:43                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          |           | 
     2:52:43                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 889deca7b67b3edca0b2da51a5318a40167757dd |  c794d30d | C:\TCAFiles\Users\komurikunmeow13\7\expansion
     2:52:43                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | 7129193541b9133ea1bea45441e244eb180cbfe7 |  58644447 | C:\TCAFiles\Users\komurikunmeow13\7\mark
     2:52:43                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | 037b8a52dea414a8999d947ae74a01089ef1178e |  6b140d2c | C:\TCAFiles\Users\komurikunmeow13\7\heli
     2:52:43                                       Arma 3 Karts |                 kart |       true |             GAME DIR | 9b8fdc1c10171397e45e8a671074d3b570c758a9 |  a5c8c24c | C:\TCAFiles\Users\komurikunmeow13\7\kart
     2:52:43                                        Arma 3 Zeus |              curator |       true |             GAME DIR | e3578d1509f22cc901180ed73925c9d766cdc84c |  e6c7fc7b | C:\TCAFiles\Users\komurikunmeow13\7\curator
     2:52:43                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
     2:52:43 ==========================================================================================================================================================================================================
     2:52:43 InitSound ...
     2:52:43 InitSound - complete
     2:52:43 PhysX3 SDK Init started ...
     2:52:43 PhysX3 SDK Init ended.
     2:52:47 Attempt to override final function - rscminimap_script
     2:52:47 Attempt to override final function - rscdisplayloading_script
     2:52:47 Attempt to override final function - rscdiary_script
     2:52:47 Attempt to override final function - rscdiary_script
     2:52:48 Attempt to override final function - rscdisplayremotemissions_script
     2:52:48 Attempt to override final function - rscdiary_script
     2:52:48 Attempt to override final function - rscdiary_script
     2:52:48 Attempt to override final function - rscdisplaystrategicmap_script
     2:52:48 Attempt to override final function - rscdisplaycommon_script
     2:52:48 Attempt to override final function - rscdisplaygarage_script
     2:52:48 Attempt to override final function - rscdisplayhostsettings_script
     2:52:48 Attempt to override final function - rscdisplayloading_script
     2:52:48 Attempt to override final function - rscdisplaycurator_script
     2:52:48 Attempt to override final function - display3deneditcomposition_script
     2:52:48 Attempt to override final function - display3deneditattributes_script
     2:52:48 Attempt to override final function - display3deneditattributes_script
     2:52:48 Attempt to override final function - rscdisplayhostsettings_script
     2:52:48 Attempt to override final function - rscdisplaycommon_script
     2:52:48 Attempt to override final function - rscdisplaydebriefing_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Attempt to override final function - rscunitinfo_script
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.scope'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: Error: creating weapon WeaponSlotsInfo with scope=private
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.displayName'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.nameSound'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.type'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.picture'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.Library'.
     2:52:49 Warning Message: No entry '.libTextDesc'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.model'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.simulation'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.fireLightDuration'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.fireLightIntensity'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.fireLightDiffuse'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.fireLightAmbient'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.weaponLockDelay'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.weaponLockSystem'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.cmImmunity'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.weight'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.lockingTargetSound'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.lockedTargetSound'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.detectRange'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/WeaponSlotsInfo.muzzles'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.scope'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: Error: creating weapon GunParticles with scope=private
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.displayName'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.nameSound'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.type'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.picture'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.Library'.
     2:52:49 Warning Message: No entry '.libTextDesc'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.model'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.simulation'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.fireLightDuration'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.fireLightIntensity'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.fireLightDiffuse'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.fireLightAmbient'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.weaponLockDelay'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.weaponLockSystem'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.cmImmunity'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.weight'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.lockingTargetSound'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.lockedTargetSound'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.detectRange'.
     2:52:49 Warning Message: '/' is not a value
     2:52:49 Warning Message: No entry 'bin\config.bin/CfgWeapons/GunParticles.muzzles'.
     2:52:49 Warning Message: Size: '/' not an array
     2:52:51 Loading movesType CfgGesturesMale
     2:52:51 Creating action map cache
     2:52:51 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
     2:52:51 MovesType CfgGesturesMale load time 241 ms
     2:52:51 Loading movesType CfgMovesMaleSdr
     2:52:51 Reading cached action map data
     2:52:53 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
     2:52:53 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
     2:52:53 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
     2:52:53 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
     2:52:53 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
     2:52:53 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
     2:52:54 Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\sittingchair\hubsittingchaira_idle1.rtm differs (looped now 0)! MoveName: hubsittingchaira_idle1
     2:52:56 MovesType CfgMovesMaleSdr load time 5431 ms
     2:53:07 Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]
     2:53:07 c:\w\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
     2:53:09 Extensions:

     

     

     

    the server shows the HC is loaded fine

     

    <FuMS:vExile.1> Init.sqf:  Server side FuMS initialized and operational."


    so from my pc here in canada I have arma 3 dedicated server installed, with the same mods, and I use the same batch file and i get the same issue.

    start "arma3" /min /high "arma3.exe" -client -connect=94.23.252.71 -port=2342 "-mod=@Exile;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@A2OP;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@Zombies and Demons;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@RZInfection_for_Exile;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@NATO_Rus_Vehicle;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@NATO_Rus_Weapons;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@Extended_Base_Mod;D:\Games\Steam\steamapps\common\Arma 3\!Workshop\@RDS Civilian Pack;" -nosound

    So then i tried running hc bat from my actual arma3 game folder to the dedicated server

     

    and guess what!

    0Df4IY3.png

     

     

     

    so it seems that an arma3server.exe cannot connect to the hc, but an arma3.exe can.

    How can I get around this, is this a bug? I use to be able to use the same arma3server.exe to run the server and the hc on the same machine.

     


  11. Great work on this mission. Love playing this!

     

    I run it on a dedicated box hosted in france.

     

    It will remain up and I will update it when new releases come out.

     

    I do have a question though regarding parms.

     

    With it being hosted on a dedicated box, i login to command line with my admin password while in lobby, but i am not able to change the parms.  Is there a file i need to edit with it being on a dedicated server, if hosted lan then the parms would be accessible.

     

    thanks


  12. On 1/16/2017 at 10:32 AM, fruity_rudy said:

    may I ask which allocator you're using? My game is crashing about 3-5 times a days since latest stable built..I try the the 11perf now and hope the best..

    the only way that fixed the crashing for me, was to go into my arma 3 game folder, delete the DLL files in the dll folder, then in arma 3 launcher, i set my malloc to system

    I have not crashed since. before If my graphics was set to high, i would crash all the time, as I lowered my graphics it would last a bit longer, but even at lowest setting, it would still crash. Now that I have done this, I can set to high and i have not crashed in over 3 days.


  13. the mission I have, if a person dies, they can choose a different faction once they go back into the lobby. (blufor) or (Independant). with statsave, it wants to respawn me back to where i last died. not allowing me to go back into the lobby once dead. Is there a way to make it so once Dead or click respawn it forces me back into the lobby then if i change factions I can start fresh, or if I choose the same faction then it will respawn me.


  14. script works great, just have a small issue, I have playable as blufor Gendarme, so the selectable pool is only the 2 units, so if I switch the script to use static, and then add some other blufor units, and then select those in the game. If they are not also Gendarme  then they fire on each other even though they are all part of the same main faction.

     

    anyway to stop this?

     

    and if 2 factions have playable units: like blufor and independant, how can I have a static list for both factions, but only for their own?

     

    I dont want blufor players to select independant units and vise versa

     

    thanks

×