Face Posted April 16, 2015 Author Report Share Posted April 16, 2015 @second_coming: The first line of code you posted will only assign a string value to _createAI and would do nothing. The second line would spawn AI. @spartan: The client addon was changed after 0.5.0, make sure you've updated since then. Link to comment Share on other sites More sharing options...
spartan Posted April 16, 2015 Report Share Posted April 16, 2015 @second_coming: The first line of code you posted will only assign a string value to _createAI and would do nothing. The second line would spawn AI. @spartan: The client addon was changed after 0.5.0, make sure you've updated since then. Thank you face I have sorted it now just had the include line in the init in the wrong position...doh ! Link to comment Share on other sites More sharing options...
Kroenen Posted April 16, 2015 Report Share Posted April 16, 2015 Face, is it at all possible to have AI use mounted M2s or the like? Would really like to have some uber weps for the ai up on a roof somewhere, or in chokepoints. Link to comment Share on other sites More sharing options...
Face Posted April 16, 2015 Author Report Share Posted April 16, 2015 Static weapons is not a planned feature for A3EAI as it doesn't really fit in. The purpose of A3EAI is for AI become a part of the game world just like Epoch's antagonist system. Link to comment Share on other sites More sharing options...
prue420 Posted April 17, 2015 Report Share Posted April 17, 2015 I made A Ai base and the Ai are way to easy and i have it set like this 50,1,3,true,1800 is there way to make them better my missions are awesome but these guys wont even shoot at you if you are 500 m away plus i would like to add a rpg to them so people stop trying to fly in the base. Any ideas anyone? Link to comment Share on other sites More sharing options...
viper179 Posted April 17, 2015 Report Share Posted April 17, 2015 hey real quick question can we name the hc what ever we want or do you have a name already set I cant seem to find it Link to comment Share on other sites More sharing options...
Face Posted April 17, 2015 Author Report Share Posted April 17, 2015 The HC name should not matter. Link to comment Share on other sites More sharing options...
mimic Posted April 17, 2015 Report Share Posted April 17, 2015 Hello, I'm trying to setup the HC on my server, and I'm having a little bit of difficulty getting it to connect. I'm not getting any error messages, but nothing appears to be happening when I start the HC. Here's what I've added / modified in my server files. config.cfg // Headless Client headlessClients[]={"127.0.0.1"}; localClient[]={"127.0.0.1"}; mission.sqm items = 101; ... ... ... // HEADLESS CLIENT FOR A3EAI class Item100 { side="LOGIC"; class Vehicles { items=1; class Item0 { position[]={13817.1, 81.9685, 6875.34}; special="NONE"; id=100; side="LOGIC"; vehicle="HeadlessClient_F"; player="PLAY CDG"; leader=1; skill=1; text="headlessclient"; init="this allowDamage false;"; }; }; }; A3EAI_config.sqf //Enables A3EAI headless client support. (Default: false) A3EAI_enableHC = true; //If HC support enabled, A3EAI will pause during post-initialization until HC has successfully connected. (Default: false) A3EAI_waitForHC = true; Server Startup Parameters -mod=@asm;@mas18;@Bornholm13;@Epoch0302;@EpochHive; -ip=64.46.9.98 -port=2302 -config=C:\Servers\Epoch\1\SC\config.cfg -profiles=SC -cfg=C:\Servers\Epoch\1\SC\basic.cfg -name=SC -enableHT -malloc=tbb4malloc_bi -autoInit -loadMissionToMemory Server RPT Log After Startup 9:10:33 "[A3EAI] Waiting for headless client to connect. A3EAI post-initialization process paused." HC Startup Parameters -client -connect=127.0.0.1 -mod="@A3EAI;@Bornholm13;@mas18;@Epoch0302;" HC RPT Log After Startup ===================================================================== == C:\Servers\Epoch\1\arma3server.exe == arma3server.exe -client -connect=127.0.0.1 -mod="@A3EAI;@Bornholm13;@mas18;@Epoch0302;" Original output filename: Arma3Retail_Server Exe timestamp: 2015/04/08 16:40:03 Current time: 2015/04/17 09:12:07 Type: Public Branch: Stable Version: 1.42.130244 Allocator: C:\Servers\Epoch\1\dll\tbb4malloc_bi.dll ===================================================================== 9:12:07 ManagerConfig() 9:12:07 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice 9:12:07 Item str_usract_action_in_map listed twice 9:12:07 Cannot register unknown string STR_USRACT_SWITCH_GUNS 9:12:07 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS 9:12:07 Cannot register unknown string STR_USRACT_SWITCH_MISSILES 9:12:07 Cannot register unknown string STR_USRACT_SWITCH_BOMBS 9:12:07 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS 9:12:07 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS 9:12:07 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES 9:12:07 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS 9:12:08 Item str_a3_garage listed twice 9:12:08 Item STR_A3_Showcase_FiringFromVehicles_SITREP_text listed twice 9:12:08 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_HELI_TEXT listed twice 9:12:08 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_KART_TEXT listed twice 9:12:08 Item str_a3_flashlight1 listed twice 9:12:10 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/ 9:12:10 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/ 9:12:10 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/ 9:12:10 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/ 9:12:10 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ 9:12:10 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ 9:12:10 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ 9:12:10 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ 9:12:10 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ 9:12:10 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/ 9:12:10 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/ 9:12:10 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/ 9:12:10 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/ 9:12:10 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/ 9:12:10 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/ 9:12:10 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ 9:12:10 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ 9:12:10 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ 9:12:10 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ 9:12:10 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ 9:12:10 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ 9:12:10 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ 9:12:10 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ 9:12:10 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ 9:12:10 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ 9:12:10 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ 9:12:10 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ 9:12:10 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ 9:12:10 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ 9:12:10 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ 9:12:10 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ 9:12:10 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ 9:12:10 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ 9:12:10 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ 9:12:10 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ 9:12:10 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ 9:12:10 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ 9:12:10 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ 9:12:10 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ 9:12:10 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ 9:12:10 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ 9:12:10 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ 9:12:10 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ 9:12:10 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ 9:12:10 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ 9:12:10 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ 9:12:10 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ 9:12:10 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ 9:12:10 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/ 9:12:10 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ 9:12:10 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ 9:12:10 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ 9:12:10 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ 9:12:10 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ 9:12:10 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ 9:12:10 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ 9:12:10 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/ 9:12:10 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably). 9:12:10 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ 9:12:10 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ 9:12:10 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ 9:12:10 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ 9:12:10 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/ 9:12:10 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/ 9:12:10 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailExpansion/ 9:12:10 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailPlayers/ 9:12:10 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/ 9:12:10 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/ 9:12:10 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/ 9:12:10 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/ 9:12:10 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/ 9:12:10 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/ 9:12:10 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/ 9:12:10 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/ 9:12:10 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/ 9:12:10 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/ 9:12:10 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/ 9:12:10 Updating base class VestItem->ItemInfo, by a3\characters_f_mark\config.bin/cfgWeapons/V_PlateCarrierIAGL_dgtl/ItemInfo/ 9:12:10 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_H/ 9:12:10 Updating base class ->muzzle_snds_H, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_L/ 9:12:10 Updating base class ->muzzle_snds_H, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_M/ 9:12:10 Updating base class ->muzzle_snds_H, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_B/ 9:12:10 Updating base class ->muzzle_snds_H, by a3\weapons_f\acc\config.bin/cfgWeapons/muzzle_snds_H_MG/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_Arco/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_Hamr/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_Aco/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_ACO_grn/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_Holosight/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_SOS/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/acc_flashlight/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/acc_pointer_IR/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_MRCO/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_DMS/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_MRD/ 9:12:10 Updating base class ->ItemCore, by a3\weapons_f\acc\config.bin/cfgWeapons/optic_LRPS/ 9:12:10 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/ 9:12:10 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/ 9:12:10 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/ 9:12:11 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min. 9:12:11 Initializing Steam Manager 9:12:11 ManagerConfig() 9:12:11 Steam Manager initialized. 9:12:11 9:12:11 ==== Loaded addons ==== 9:12:11 9:12:11 dta\bin.pbo - unknown 9:12:11 dta\core.pbo - 72362 9:12:11 dta\languagecore_f.pbo - 81684 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a2_epoch_weapons.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_assets.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_assets_1.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_assets_2.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_assets_3.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_code.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_config.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_functions.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_language.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_structures.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_underground.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_vehicles.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_vehicles_1.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Epoch0302\addons\a3_epoch_weapons.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@mas18\addons\mas_nw_rifle.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@mas18\addons\mas_ru_rifle.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@mas18\addons\mas_us_rifle.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@mas18\addons\mas_us_rifle_c.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Bornholm13\addons\bornholm.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Bornholm13\addons\bornholmlayers.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@Bornholm13\addons\bornholmobjects.pbo - unknown 9:12:11 C:\Servers\Epoch\1\@A3EAI\addons\a3eai.pbo - unknown 9:12:11 C:\Servers\Epoch\1\mark\addons\anims_f_mark.ebo - 81946 9:12:11 C:\Servers\Epoch\1\mark\addons\characters_f_mark.ebo - 81648 9:12:11 C:\Servers\Epoch\1\mark\addons\data_f_mark.ebo - 81947 9:12:11 C:\Servers\Epoch\1\mark\addons\dubbing_f_mark.ebo - 81923 9:12:11 C:\Servers\Epoch\1\mark\addons\dubbing_f_mp_mark.ebo - 81923 9:12:11 C:\Servers\Epoch\1\mark\addons\functions_f_mark.ebo - 81923 9:12:11 C:\Servers\Epoch\1\mark\addons\functions_f_mp_mark.ebo - 81883 9:12:11 C:\Servers\Epoch\1\mark\addons\languagemissions_f_mark.ebo - 81931 9:12:11 C:\Servers\Epoch\1\mark\addons\languagemissions_f_mp_mark.ebo - 81965 9:12:11 C:\Servers\Epoch\1\mark\addons\language_f_mark.ebo - 81947 9:12:11 C:\Servers\Epoch\1\mark\addons\language_f_mp_mark.ebo - 81967 9:12:11 C:\Servers\Epoch\1\mark\addons\missions_f_mark.ebo - 81940 9:12:11 C:\Servers\Epoch\1\mark\addons\missions_f_mark_data.ebo - 81471 9:12:11 C:\Servers\Epoch\1\mark\addons\missions_f_mark_video.ebo - 81429 9:12:11 C:\Servers\Epoch\1\mark\addons\missions_f_mp_mark.ebo - 81940 9:12:11 C:\Servers\Epoch\1\mark\addons\missions_f_mp_mark_data.ebo - 81558 9:12:11 C:\Servers\Epoch\1\mark\addons\modules_f_mark.ebo - 81710 9:12:11 C:\Servers\Epoch\1\mark\addons\modules_f_mp_mark.ebo - 81923 9:12:11 C:\Servers\Epoch\1\mark\addons\music_f_mark.ebo - 81958 9:12:11 C:\Servers\Epoch\1\mark\addons\music_f_mark_music.ebo - 81930 9:12:11 C:\Servers\Epoch\1\mark\addons\sounds_f_mark.ebo - 81866 9:12:11 C:\Servers\Epoch\1\mark\addons\static_f_mark.ebo - 81968 9:12:11 C:\Servers\Epoch\1\mark\addons\structures_f_mark.ebo - 81185 9:12:11 C:\Servers\Epoch\1\mark\addons\supplies_f_mark.ebo - 79552 9:12:11 C:\Servers\Epoch\1\mark\addons\ui_f_mark.ebo - 81548 9:12:11 C:\Servers\Epoch\1\mark\addons\ui_f_mp_mark.ebo - 81901 9:12:11 C:\Servers\Epoch\1\mark\addons\weapons_f_mark.ebo - 81883 9:12:11 C:\Servers\Epoch\1\heli\addons\air_f_heli.pbo - 81040 9:12:11 C:\Servers\Epoch\1\heli\addons\anims_f_heli.pbo - 80475 9:12:11 C:\Servers\Epoch\1\heli\addons\boat_f_heli.pbo - 79398 9:12:11 C:\Servers\Epoch\1\heli\addons\cargoposes_f_heli.pbo - 80475 9:12:11 C:\Servers\Epoch\1\heli\addons\data_f_heli.pbo - 80757 9:12:11 C:\Servers\Epoch\1\heli\addons\dubbing_f_heli.pbo - 75138 9:12:11 C:\Servers\Epoch\1\heli\addons\functions_f_heli.pbo - 77667 9:12:11 C:\Servers\Epoch\1\heli\addons\languagemissions_f_heli.pbo - 76893 9:12:11 C:\Servers\Epoch\1\heli\addons\language_f_heli.pbo - 81931 9:12:11 C:\Servers\Epoch\1\heli\addons\missions_f_heli.pbo - 81235 9:12:11 C:\Servers\Epoch\1\heli\addons\missions_f_heli_data.pbo - 75977 9:12:11 C:\Servers\Epoch\1\heli\addons\missions_f_heli_video.pbo - 75065 9:12:11 C:\Servers\Epoch\1\heli\addons\modules_f_heli.pbo - 80344 9:12:11 C:\Servers\Epoch\1\heli\addons\music_f_heli.pbo - 76012 9:12:11 C:\Servers\Epoch\1\heli\addons\music_f_heli_music.pbo - 76012 9:12:11 C:\Servers\Epoch\1\heli\addons\soft_f_heli.pbo - 79398 9:12:11 C:\Servers\Epoch\1\heli\addons\sounds_f_heli.pbo - 79398 9:12:11 C:\Servers\Epoch\1\heli\addons\structures_f_heli.pbo - 80344 9:12:11 C:\Servers\Epoch\1\heli\addons\supplies_f_heli.pbo - 80344 9:12:11 C:\Servers\Epoch\1\heli\addons\ui_f_heli.pbo - 76986 9:12:11 C:\Servers\Epoch\1\kart\addons\anims_f_kart.pbo - 80475 9:12:11 C:\Servers\Epoch\1\kart\addons\characters_f_kart.pbo - 79903 9:12:11 C:\Servers\Epoch\1\kart\addons\data_f_kart.pbo - 80888 9:12:11 C:\Servers\Epoch\1\kart\addons\languagemissions_f_kart.pbo - 76770 9:12:11 C:\Servers\Epoch\1\kart\addons\language_f_kart.pbo - 80479 9:12:11 C:\Servers\Epoch\1\kart\addons\missions_f_kart.pbo - 76770 9:12:11 C:\Servers\Epoch\1\kart\addons\missions_f_kart_data.pbo - 75687 9:12:11 C:\Servers\Epoch\1\kart\addons\modules_f_kart.pbo - 80976 9:12:11 C:\Servers\Epoch\1\kart\addons\modules_f_kart_data.pbo - 74588 9:12:11 C:\Servers\Epoch\1\kart\addons\soft_f_kart.pbo - 81498 9:12:11 C:\Servers\Epoch\1\kart\addons\sounds_f_kart.pbo - 79398 9:12:11 C:\Servers\Epoch\1\kart\addons\structures_f_kart.pbo - 80293 9:12:11 C:\Servers\Epoch\1\kart\addons\ui_f_kart.pbo - 73106 9:12:11 C:\Servers\Epoch\1\kart\addons\weapons_f_kart.pbo - 80344 9:12:11 C:\Servers\Epoch\1\curator\addons\data_f_curator.pbo - 80721 9:12:11 C:\Servers\Epoch\1\curator\addons\functions_f_curator.pbo - 78988 9:12:11 C:\Servers\Epoch\1\curator\addons\language_f_curator.pbo - 81931 9:12:11 C:\Servers\Epoch\1\curator\addons\missions_f_curator.pbo - 80344 9:12:11 C:\Servers\Epoch\1\curator\addons\modules_f_curator.pbo - 81185 9:12:11 C:\Servers\Epoch\1\curator\addons\ui_f_curator.pbo - 78347 9:12:11 addons\a3.pbo - unknown 9:12:11 addons\air_f.pbo - 81260 9:12:11 addons\air_f_beta.pbo - 81193 9:12:11 addons\air_f_epb.pbo - 81040 9:12:11 addons\air_f_epc.pbo - 79398 9:12:11 addons\air_f_gamma.pbo - 79398 9:12:11 addons\animals_f.pbo - 79398 9:12:11 addons\animals_f_beta.pbo - 72362 9:12:11 addons\anims_f.pbo - 81710 9:12:11 addons\anims_f_bootcamp.pbo - 72362 9:12:11 addons\anims_f_data.pbo - 81091 9:12:11 addons\anims_f_epa.pbo - 78608 9:12:11 addons\anims_f_epc.pbo - 72362 9:12:11 addons\armor_f.pbo - 79716 9:12:11 addons\armor_f_beta.pbo - 80344 9:12:11 addons\armor_f_epb.pbo - 81040 9:12:11 addons\armor_f_epc.pbo - 80538 9:12:11 addons\armor_f_gamma.pbo - 81684 9:12:11 addons\baseconfig_f.pbo - 73106 9:12:11 addons\boat_f.pbo - 79398 9:12:11 addons\boat_f_beta.pbo - 79398 9:12:11 addons\boat_f_epc.pbo - 79398 9:12:11 addons\boat_f_gamma.pbo - 81040 9:12:11 addons\cargoposes_f.pbo - 78836 9:12:11 addons\characters_f.pbo - 81823 9:12:11 addons\characters_f_beta.pbo - 81258 9:12:11 addons\characters_f_bootcamp.pbo - 81823 9:12:11 addons\characters_f_epa.pbo - 81235 9:12:11 addons\characters_f_epb.pbo - 79398 9:12:11 addons\characters_f_epc.pbo - 81235 9:12:11 addons\characters_f_gamma.pbo - 79398 9:12:11 addons\data_f.pbo - 81761 9:12:11 addons\data_f_bootcamp.pbo - 76960 9:12:11 addons\drones_f.pbo - 81040 9:12:11 addons\dubbing_f.pbo - 73106 9:12:11 addons\dubbing_f_beta.pbo - 73106 9:12:11 addons\dubbing_f_bootcamp.pbo - 73106 9:12:11 addons\dubbing_f_epa.pbo - 73106 9:12:11 addons\dubbing_f_epb.pbo - 76110 9:12:11 addons\dubbing_f_epc.pbo - 73106 9:12:11 addons\dubbing_f_gamma.pbo - 73106 9:12:11 addons\dubbing_radio_f.pbo - 78704 9:12:11 addons\dubbing_radio_f_data.pbo - 78762 9:12:11 addons\editor_f.pbo - 74164 9:12:11 addons\functions_f.pbo - 81866 9:12:11 addons\functions_f_bootcamp.pbo - 81930 9:12:11 addons\functions_f_epa.pbo - 73434 9:12:11 addons\functions_f_epc.pbo - 73106 9:12:11 addons\languagemissions_f.pbo - 76893 9:12:11 addons\languagemissions_f_beta.pbo - 80928 9:12:11 addons\languagemissions_f_bootcamp.pbo - 81548 9:12:11 addons\languagemissions_f_epa.pbo - 76770 9:12:11 addons\languagemissions_f_epb.pbo - 79149 9:12:11 addons\languagemissions_f_epc.pbo - 79778 9:12:11 addons\languagemissions_f_gamma.pbo - 80928 9:12:11 addons\language_f.pbo - 81931 9:12:11 addons\language_f_beta.pbo - 81931 9:12:11 addons\language_f_bootcamp.pbo - 81931 9:12:11 addons\language_f_epa.pbo - 81931 9:12:11 addons\language_f_epb.pbo - 81931 9:12:11 addons\language_f_epc.pbo - 81931 9:12:11 addons\language_f_gamma.pbo - 81931 9:12:11 addons\map_altis.pbo - 81471 9:12:11 addons\map_altis_data.pbo - 80737 9:12:11 addons\map_altis_data_layers.pbo - 79087 9:12:11 addons\map_altis_data_layers_00_00.pbo - 79087 9:12:11 addons\map_altis_data_layers_00_01.pbo - 79087 9:12:11 addons\map_altis_data_layers_01_00.pbo - 79087 9:12:11 addons\map_altis_data_layers_01_01.pbo - 79087 9:12:11 addons\map_altis_scenes_f.pbo - 73106 9:12:11 addons\map_data.pbo - 81846 9:12:11 addons\map_stratis.pbo - 81471 9:12:11 addons\map_stratis_data.pbo - 80737 9:12:11 addons\map_stratis_data_layers.pbo - 79082 9:12:11 addons\map_stratis_scenes_f.pbo - 73106 9:12:11 addons\map_vr.pbo - 77601 9:12:11 addons\map_vr_scenes_f.pbo - 73106 9:12:11 addons\misc_f.pbo - 79398 9:12:11 addons\missions_f.pbo - 78843 9:12:11 addons\missions_f_beta.pbo - 81548 9:12:11 addons\missions_f_beta_data.pbo - 81548 9:12:11 addons\missions_f_beta_video.pbo - 73106 9:12:11 addons\missions_f_bootcamp.pbo - 81106 9:12:11 addons\missions_f_bootcamp_data.pbo - 72362 9:12:11 addons\missions_f_bootcamp_video.pbo - 75065 9:12:11 addons\missions_f_data.pbo - 73106 9:12:11 addons\missions_f_epa.pbo - 81772 9:12:11 addons\missions_f_epa_data.pbo - 73106 9:12:11 addons\missions_f_epa_video.pbo - 73106 9:12:11 addons\missions_f_epb.pbo - 80344 9:12:11 addons\missions_f_epb_data.pbo - 73106 9:12:11 addons\missions_f_epb_video.pbo - 73106 9:12:11 addons\missions_f_epc.pbo - 80344 9:12:11 addons\missions_f_epc_data.pbo - 73106 9:12:11 addons\missions_f_epc_video.pbo - 73106 9:12:11 addons\missions_f_gamma.pbo - 81923 9:12:11 addons\missions_f_gamma_data.pbo - 76877 9:12:11 addons\missions_f_gamma_video.pbo - 73106 9:12:11 addons\missions_f_video.pbo - 73106 9:12:11 addons\modules_f.pbo - 79398 9:12:11 addons\modules_f_beta.pbo - 81823 9:12:11 addons\modules_f_beta_data.pbo - 80976 9:12:11 addons\modules_f_bootcamp.pbo - 79398 9:12:11 addons\modules_f_data.pbo - 73106 9:12:11 addons\modules_f_epb.pbo - 79398 9:12:11 addons\music_f.pbo - 73106 9:12:11 addons\music_f_bootcamp.pbo - 73106 9:12:11 addons\music_f_bootcamp_music.pbo - 73106 9:12:11 addons\music_f_epa.pbo - 73106 9:12:11 addons\music_f_epa_music.pbo - 73106 9:12:11 addons\music_f_epb.pbo - 73106 9:12:11 addons\music_f_epb_music.pbo - 73106 9:12:11 addons\music_f_epc.pbo - 73106 9:12:11 addons\music_f_epc_music.pbo - 73106 9:12:11 addons\music_f_music.pbo - 73106 9:12:11 addons\plants_f.pbo - 80365 9:12:11 addons\roads_f.pbo - 80359 9:12:11 addons\rocks_f.pbo - 80359 9:12:11 addons\signs_f.pbo - 80365 9:12:11 addons\soft_f.pbo - 81154 9:12:11 addons\soft_f_beta.pbo - 81728 9:12:11 addons\soft_f_bootcamp.pbo - 80760 9:12:11 addons\soft_f_epc.pbo - 79398 9:12:11 addons\soft_f_gamma.pbo - 81091 9:12:11 addons\sounds_f.pbo - 81866 9:12:11 addons\sounds_f_bootcamp.pbo - 80410 9:12:11 addons\sounds_f_epb.pbo - 79398 9:12:11 addons\sounds_f_epc.pbo - 79398 9:12:11 addons\sounds_f_vehicles.pbo - 79715 9:12:11 addons\sounds_f_weapons.pbo - 80217 9:12:11 addons\static_f.pbo - 81684 9:12:11 addons\static_f_beta.pbo - 79398 9:12:11 addons\static_f_gamma.pbo - 79420 9:12:11 addons\structures_f.pbo - 81065 9:12:11 addons\structures_f_bootcamp.pbo - 80293 9:12:11 addons\structures_f_data.pbo - 79398 9:12:11 addons\structures_f_epa.pbo - 80293 9:12:11 addons\structures_f_epb.pbo - 80293 9:12:11 addons\structures_f_epc.pbo - 80293 9:12:11 addons\structures_f_households.pbo - 81823 9:12:11 addons\structures_f_ind.pbo - 80344 9:12:11 addons\structures_f_mil.pbo - 80292 9:12:11 addons\structures_f_wrecks.pbo - 80293 9:12:11 addons\uifonts_f.pbo - 73106 9:12:11 addons\uifonts_f_data.pbo - 73106 9:12:11 addons\ui_f.pbo - 81954 9:12:11 addons\ui_f_bootcamp.pbo - 76325 9:12:11 addons\ui_f_data.pbo - 81954 9:12:11 addons\weapons_f.pbo - 81905 9:12:11 addons\weapons_f_beta.pbo - 81905 9:12:11 addons\weapons_f_bootcamp.pbo - 81923 9:12:11 addons\weapons_f_epa.pbo - 81310 9:12:11 addons\weapons_f_epb.pbo - 80958 9:12:11 addons\weapons_f_epc.pbo - 80374 9:12:11 addons\weapons_f_gamma.pbo - 80772 9:12:11 9:12:11 ======================= 9:12:11 9:12:11 ============================================================================================= List of mods =============================================================================================== 9:12:11 modsReadOnly = true 9:12:11 safeModsActivated = false 9:12:11 customMods = true 9:12:11 hash = 'EC7B564503867913E647C486CF25A68AD91404A8' 9:12:11 hashShort = 'd61f9b2' 9:12:11 name | modDir | default | origin | hash | hashShort | fullPath 9:12:11 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 9:12:11 Epoch Mod 0.3.0.2 | @Epoch0302 | false | GAME DIR | 805045f52c71bb8d5e10bd1dada1f74db4fc7d52 | f407aa33 | C:\Servers\Epoch\1\@Epoch0302 9:12:11 NATO SF & SPETSNAZ | @mas18 | false | GAME DIR | 8075f63e0afead729ae534771a4d8442ff100011 | a3fd8e0 | C:\Servers\Epoch\1\@mas18 9:12:11 Bornholm, Denmark 1.3 | @Bornholm13 | false | GAME DIR | 4b500c472e3d6cc94af76daae5d64736442a07da | 7cf00da5 | C:\Servers\Epoch\1\@Bornholm13 9:12:11 @A3EAI | @A3EAI | false | GAME DIR | 22cb1d1fa5df70a003899fae77ebc1a4e0227919 | 40a1c035 | C:\Servers\Epoch\1\@A3EAI 9:12:11 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | | 9:12:11 Arma 3 Marksmen | mark | true | GAME DIR | 5ae9a2c86920c45fce4064a1be19d8c7c27eaa33 | a8a15795 | C:\Servers\Epoch\1\mark 9:12:11 Arma 3 Helicopters | heli | true | GAME DIR | 84baa1abbb4bde8400500570de101716861cd167 | ead8cc01 | C:\Servers\Epoch\1\heli 9:12:11 Arma 3 Karts | kart | true | GAME DIR | 7f4f5b99e2f6be1b038f49e1e85608ee16ec4670 | 49bc7563 | C:\Servers\Epoch\1\kart 9:12:11 Arma 3 Zeus | curator | true | GAME DIR | a11bd0fd4dbcad3ae474be15610337fef36b01ea | ef8d8177 | C:\Servers\Epoch\1\curator 9:12:11 Arma 3 | A3 | true | NOT FOUND | | | 9:12:11 ========================================================================================================================================================================================================== 9:12:11 Clutter names value count different in bin\config.bin/CfgSurfaceCharacters/BOWoodsClutter/ (13!=12) 9:12:11 InitSound ... 9:12:11 InitSound - complete 9:12:11 PhysX3 SDK Init started ... 9:12:11 PhysX3 SDK Init ended. 9:12:11 EPE manager release (0|0|0) 9:12:11 EPE manager release (0|0|0) 9:12:11 Preloaded texture textureProne not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureProneAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureProneAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureProneAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureProneAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureCrouch not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureCrouchAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureCrouchAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureCrouchAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureCrouchAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureStand not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureStandAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureStandAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureStandAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:11 Preloaded texture textureStandAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/ 9:12:12 Attempt to override final function - rscminimap_script 9:12:12 Attempt to override final function - rscdisplayloading_script 9:12:12 Attempt to override final function - rscdisplayloading_script 9:12:12 Attempt to override final function - rscdisplayloading_script 9:12:12 Attempt to override final function - rscdiary_script 9:12:12 Attempt to override final function - rscdisplaysinglemission_script 9:12:12 Attempt to override final function - rscdiary_script 9:12:12 Attempt to override final function - rscdisplayremotemissions_script 9:12:12 Attempt to override final function - rscdisplayloading_script 9:12:12 Attempt to override final function - rscdiary_script 9:12:12 Attempt to override final function - rscdiary_script 9:12:12 Attempt to override final function - rscdisplaystrategicmap_script 9:12:12 Attempt to override final function - rscdisplaycommon_script 9:12:12 Attempt to override final function - rscdisplayloading_script 9:12:12 Attempt to override final function - rscdisplaycurator_script 9:12:12 Attempt to override final function - rscdisplayattributes_script 9:12:12 Attempt to override final function - rscdisplayattributes_script 9:12:12 Attempt to override final function - rscdisplayattributes_script 9:12:12 Attempt to override final function - rscdisplaywelcome_script 9:12:12 Attempt to override final function - rscdisplaywelcome_script 9:12:12 Attempt to override final function - rscdisplaywelcome_script 9:12:12 Attempt to override final function - rscdisplaycommon_script 9:12:12 Attempt to override final function - rscdisplaydebriefing_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:12 Attempt to override final function - rscunitinfo_script 9:12:13 EPE manager release (0|0|0) 9:12:13 EPE manager release (0|0|0) As you can see, no errors related to the A3EAI not loading or the HC not working properly. I'm stumped, no idea what to do. Is the Arma3 HC console window supposed to show anything in it? Right now all it shows is a single line. "9:12:11 Dedicated client created." Any help would be appreciated. Thanks! Link to comment Share on other sites More sharing options...
stonXer Posted April 17, 2015 Report Share Posted April 17, 2015 mimic have you tried putting the port in the HC's launch line? also try @A3EAI at the end after @Epoch0302 ? ours from test server HCGent0.exe -client -connect=127.0.0.1 -port=2302 -mod=@RHSAFRF;@RHSUSF;@Epoch;@A3EAI -profile="hcgent0" -name="HCGent0" Link to comment Share on other sites More sharing options...
Face Posted April 17, 2015 Author Report Share Posted April 17, 2015 I've heard and seen that taking away the "-ip <IP address>" server parameter fixes the HC issue. Link to comment Share on other sites More sharing options...
lowrey Posted April 17, 2015 Report Share Posted April 17, 2015 I've heard and seen that taking away the "-ip <IP address>" server parameter fixes the HC issue. Yep, using the ip address may bind the server to the external address. Try changing the "ip address" in the start up (I do not have it there at all) or have you HC target the external IP. Link to comment Share on other sites More sharing options...
RC_Robio Posted April 18, 2015 Report Share Posted April 18, 2015 Headless client set up and running. Only issue is that when players connect to the server we get "Cannot load mission". If we click cancel, we can load in anyway. Any ideas what I may have missed? Link to comment Share on other sites More sharing options...
sparrow8332 Posted April 18, 2015 Report Share Posted April 18, 2015 Headless client set up and running. Only issue is that when players connect to the server we get "Cannot load mission". If we click cancel, we can load in anyway. Any ideas what I may have missed? Check your mission.sqm the error will be in their trust me :-) RC_Robio 1 Link to comment Share on other sites More sharing options...
RC_Robio Posted April 18, 2015 Report Share Posted April 18, 2015 Check your mission.sqm the error will be in their trust me :-) DOH! I can't count tonight. Thanks. sparrow8332 1 Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted April 18, 2015 Report Share Posted April 18, 2015 @Face Thanks for this awsome mod. The custom static spawns are working perfectly with AI, attack and transport helis, and jets. Link to comment Share on other sites More sharing options...
mimic Posted April 18, 2015 Report Share Posted April 18, 2015 Yep, using the ip address may bind the server to the external address. Try changing the "ip address" in the start up (I do not have it there at all) or have you HC target the external IP. So I tried this, and on the HC startup used 172.0.0.1. The client connects now, but no one can see the server up anymore. I have 2 network interfaces on my server. 1) Public: Public Static IP 64.46.9.98 2) LAN: Local Dynamic IP 192.168.x.x I'm assuming what's happening is that the server is binding itself to the LAN interface instead of to the Public interface when I remove the "-ip" flag from the server's startup parameters. My question now though, why can't my HC connect to my server when I use it's Public static IP in the HC startup parameters? Thanks, Link to comment Share on other sites More sharing options...
Face Posted April 18, 2015 Author Report Share Posted April 18, 2015 @mimic: I assume your server is behind a router that connects to the internet? You may need do use port forwarding in the router to direct all traffic from your game server port to your server's LAN IP. I don't know much about networking beyond that, so I'm hoping the above can help get you started. Link to comment Share on other sites More sharing options...
prue420 Posted April 18, 2015 Report Share Posted April 18, 2015 IS there a way to give custom spawns rpgs? Link to comment Share on other sites More sharing options...
cyncrwler Posted April 19, 2015 Report Share Posted April 19, 2015 oh, sorry, you asked about custom spawns. I have no idea Link to comment Share on other sites More sharing options...
Face Posted April 19, 2015 Author Report Share Posted April 19, 2015 RPGs are given to custom spawns the same way that any other AI are - by their AI level. If you set the level requirement to 2, then all AI level 2 or higher will have RPGs. Link to comment Share on other sites More sharing options...
Metalfoundry Posted April 19, 2015 Report Share Posted April 19, 2015 Some Soldiers doesnt have any weapons. How can I fix this? Link to comment Share on other sites More sharing options...
mimic Posted April 19, 2015 Report Share Posted April 19, 2015 @mimic: I assume your server is behind a router that connects to the internet? You may need do use port forwarding in the router to direct all traffic from your game server port to your server's LAN IP. I don't know much about networking beyond that, so I'm hoping the above can help get you started. You're half right. I have 2 network cards in my server. One card is connected to my Router, the other is connected directly to the internet on a public static IP. I have the server bound to the public static IP. When I disable the network card that is connected to the router, it works. When I enable that card, it stops working. That to me says the HC is automatically binding itself to the network card that is connecting to the router, instead of using the network card that isn't connected to the router. At this point I'm not sure how this is going to work. I will have to find a way to force the HC to use the network card that isn't connected to the router. For now it works though. Thanks Link to comment Share on other sites More sharing options...
kingchills Posted April 20, 2015 Report Share Posted April 20, 2015 Does anyone have confirmation of AI spawning with this on a dedicated linux install? I've got everything appearing to to load, and getting the debug out put on start up but no AI actually spawning for me. I have markers enabled and I see a bunch of green triangles on the map(Altis) but no actual AI spawns. Open to suggestions here. Link to comment Share on other sites More sharing options...
lowrey Posted April 20, 2015 Report Share Posted April 20, 2015 You're half right. I have 2 network cards in my server. One card is connected to my Router, the other is connected directly to the internet on a public static IP. I have the server bound to the public static IP. When I disable the network card that is connected to the router, it works. When I enable that card, it stops working. That to me says the HC is automatically binding itself to the network card that is connecting to the router, instead of using the network card that isn't connected to the router. At this point I'm not sure how this is going to work. I will have to find a way to force the HC to use the network card that isn't connected to the router. For now it works though. Thanks You need to add a static route to you network interface card. If you would like me to help I need you to run: route from an elevated command prompt (run as admin) Copy and paste (right click in cmd edit> mark - then left click to highlight text) the results. Adding and removing a static route is easy I just need to know the right route to add. Also what time zone are you? We can talk on my TS if you want? Thanks, Mike. Link to comment Share on other sites More sharing options...
kingchills Posted April 20, 2015 Report Share Posted April 20, 2015 Does anyone have confirmation of AI spawning with this on a dedicated linux install? I've got everything appearing to to load, and getting the debug out put on start up but no AI actually spawning for me. I have markers enabled and I see a bunch of green triangles on the map(Altis) but no actual AI spawns. Open to suggestions here. So I got to do some more research on this tonight and it appears that in A3EAI_post_init.sqf there are a number of lines that say something along the lines of: waitUntil {uiSleep 0.05; scriptDone _skinlist}; It appears that linux doesn't handle scriptDone very well, after doing some reading on the BI site it looks like scriptNull could be substituted, but I didn't have any success on this. In my A3EAI_config.sqf i switch all the dynamic loot table builders to false which passes all the wait until checks and allows the serverMonitor to start which will indeed make all the AI spawn. I was wondering if @Face or anyone else had seen this or has any ideas for solution? It appears the people over at wasteland have noticed a similar bad behavior with scriptDone as well... it looks like their solution might be to use spawn instead of execVM, not sure if there are performance consequences on this, or if it might be something worth trying. Open to opinions and suggestions here. Otherwise I'm really excited for this mod and when I have it working I'm having a blast with it! If you would like help with testing the HC on a linux box I would be glad to look into helping you there too! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now