Jump to content

bossmansheild

Member
  • Content Count

    18
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About bossmansheild

  • Rank
    Private First Class

core_pfieldgroups_3

  • Interests
    GAMING AND MOVIES
  • Occupation
    SECURITY

Contact Methods

  • Biography
    SECURITY OFFICER 22 YEARS OWN MY OWN COMPANY
  • Steam url id
    BOSSMANSHEILD
  1. bossmansheild

    Vehicle Respawn Module

    Im new to scripting so spent hours searching with no luck hope someone can assist. I have created mobile MHQ also allowing it to teleport. example 1 Named: MHQ4 in the init field location added: this addAction ["Teleport MHQ","teleportmhq.sqf"]; this addAction ["Teleport MHQ1","teleportmhq1.sqf"]; this addAction ["Teleport MHQ3","teleportmhq3.sqf"];this addAction ["Teleport AIR","teleportair.sqf"]; this addAction ["Teleport MHQ2","teleportmhq2.sqf"]; 0 = ["AmmoboxInit",[this,true]] spawn BIS_fnc_arsenal; This works fine but on destroying the mhq the respawn vehicle loses its name and all the script, how can I fix this. Do I add something to the respawn module if so where and what?
  2. bossmansheild

    Music with Eden 3D Editor

    Finally got it working thanks for help R3vosmall changes in how the script works made something simple very hard.. For those that don't know here it is. Create a (description.ext) with notepad as before place it in the mission folder. place in side the notepad example: class CfgMusic { tracks[]={mymusic,mymusic2}; class mymusic { name = "tracknumber1"; sound[] = {\music\mymusic.ogg, db+10, 1.0}; }; class mymusic2 { name = "tracknumber2"; sound[] = {\music\mymusic2.ogg, db+10, 1.0}; }; }; Then save. Note in mission folder create music folder and place your .ogg files there. in description.ext find line that says (sound[] = {\music\mymusic.ogg, db+10, 1.0} ;) change high lighted mymusic to name of song or rename music. Create a trigger Place in = on activation playMusic "mymusic" get the name from class in script ie mymusic
  3. bossmansheild

    3D Editor EDEN Trigger Problems?

    Thanks I was thinking Id done something wrong.
  4. bossmansheild

    Music with Eden 3D Editor

    Thankds for spotting the error I posted the wrong script, I changed that but still will not working is there somewhere I need to add the class CfgMusic as the description.ext file isn't created anymore? { tracks[]={}; class music1 { name = ""; sound[] = {\music\sami.ogg, db+1, 1.0}; }; class music2 { name = ""; sound[] = {\music\03.ogg, db+1, 1.0}; }; };
  5. bossmansheild

    3D Editor EDEN Trigger Problems?

    My triggers are working but a ground trigger setup to blow a ied activates when i fly over the trigger area spent hours cant find easy way to stop the height of the trigger its setup 10 x 10 square height z = 0 any ides or simple script.
  6. bossmansheild

    Music with Eden 3D Editor

    I have been trying to place music in trigger, but does not work anymore. I tried adding description.ext file with the following : class CfgMusic { tracks[]={}; class music1 { name = ""; sound[] = {\music\sami.ogg, db+1, 1.0}; }; class music2 { name = ""; sound[] = {\music\03.ogg, db+1, 1.0}; }; }; inside trigger 1 fademusic 1: playmusic "sami"; The names match the files in music folder in mission but will not play Im getting this error when using music setting inside the trigger. Is there a new way to do this now, in built effects sfx and game music when selecting in triggers also does not work.
  7. bossmansheild

    Arma 3 stuttering even in showcases

    Ive been playing with editor and if I have too much background stuff running in the game it becomes choppy and freezing up, when I removed a lot of extras the game freed up and fps even improved, the issues you may be having may still be the physical game itself not streamlined and causing the game to run slowly MY CPU logger said it was hardly being used and same with the graphics card, When your game starts freezing up or lagging check your memory on your graphics card and cpu see if its going off the chart. If not I think Arma 3 Devs will need to do more work.
  8. I did a wipe and re install from scratch for the scripts no errors now thanks for support
  9. Ive cleaned up a couple of errors but still have the missing input parameter not sure what it means. It has a Fx logo showing when the map first shows error. ill post on the BTC as well it may be in there script causing problem. Thanks again for looking into this im new to all this spent hours looking for my error LOL.
  10. I have an error showing when loading game can anyone assist with the script. Im also running the BTC revive script I managed to get the map to run but still has above error not sure where or how to fix. Respawn = 6; RespawnDelay = 4; disabledAI = 1; RespawnDialog = 0; class Header { gameType = COOP; minPlayers = 1; maxPlayers = 20; }; #include "=BTC=_revive\=BTC=_respawn.h" #include "VAS\menu.hpp" class CfgFunctions { #include "VAS\cfgfunctions.hpp" }; class RscPicture { type = CT_STATIC; idc = -1; style = 48; colorBackground[] = {0, 0, 0, 0}; colorText[] = {1, 1, 1, 1}; font = "PuristaMedium"; //Typeface sizeEx = 0; }; class RscTitles { #include "=BTC=_Logistic\=BTC=_Lift\=BTC=_Hud.h" }; class Params { //paramarray 0 class EmptySpace { title="----[FOCK] AI Recruit Options------------------"; values[]={0,0}; texts[]={ "",""}; default = 0; }; // //paramarray 1 class FockMenuControl { title=" [FOCK] Group/Recruit Menu On/Off"; values[]={ 1,0 }; texts[]={ "Enabled","Disabled"}; default=1; code = ""; }; //paramarray 2 class FockRecControl { title=" [FOCK] Recruit On/Off"; values[]={ 1,0 }; texts[]={ "Enabled","Disabled"}; default=1; code = ""; }; // //paramarray 3 class FockRecAmount { title=" [FOCK] Recruit AI Amount"; values[]={ 1,2,3,4,5,6,7,8,9,10 }; texts[]={ "1","2","3","4","5","6","7","8","9","10"}; default= 7; code = ""; }; //paramarray 4 class FockDeleteAI { title=" [FOCK] Delete AI on Leaving Group"; values[]={ 0,1 }; texts[]={ "No","Yes"}; default= 1; code = ""; }; //paramarray 5 class FockEmptyGrpDelete { title=" [FOCK] Delete Empty Groups"; values[]={ 0,1 }; texts[]={ "No","Yes"}; default= 1; code = ""; }; }; #include "FOCKRecruitAI\RecruitMenu.hpp" //game settings for ingame GUI The script itself is excellent.
  11. bossmansheild

    Supply Drops And Airstrikes

    I have been testing the supply drop in the Alpha Arma 3. I managed to get the chopper it lands reasonably close and to get ammo you just fill the chopper Initialization script area with ammo. this addMagazineCargo ["30Rnd_65x39_caseless_green", 30]; this addMagazineCargo ["30Rnd_65x39_caseless_green_mag_Tracer", 30]; this addMagazineCargo ["30Rnd_65x39_caseless_mag", 30]; this addMagazineCargo ["30Rnd_65x39_caseless_mag_Tracer", 30]; this addMagazineCargo ["100Rnd_65x39_caseless_mag", 30]; this addMagazineCargo ["100Rnd_65x39_caseless_mag_Tracer", 30]; this addMagazineCargo ["20Rnd_556x45_UW_mag", 30]; this addMagazineCargo ["30Rnd_65x39_case_mag", 30]; this addMagazineCargo ["30Rnd_65x39_case_mag_Tracer", 30]; this addMagazineCargo ["16Rnd_9x21_Mag", 30]; this addMagazineCargo ["30Rnd_9x21_Mag", 30]; this addMagazineCargo ["200Rnd_65x39_cased_Box", 30]; this addMagazineCargo ["200Rnd_65x39_cased_Box_Tracer", 30]; this addMagazineCargo ["NLAW_F", 30]; this addMagazineCargo ["RPG32_F", 30]; this addMagazineCargo ["RPG32_AA_F", 30]; this addMagazineCargo ["1Rnd_HE_Grenade_shell", 30]; this addMagazineCargo ["UGL_FlareWhite_F", 30]; this addMagazineCargo ["UGL_FlareGreen_F", 30]; this addMagazineCargo ["UGL_FlareRed_F", 30]; this addMagazineCargo ["UGL_FlareYellow_F", 30]; this addMagazineCargo ["UGL_FlareCIR_F", 30]; this addMagazineCargo ["1Rnd_Smoke_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokeRed_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokeGreen_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokeYellow_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokePurple_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokeBlue_Grenade_shell", 30]; this addMagazineCargo ["1Rnd_SmokeOrange_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_HE_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_UGL_FlareWhite_F", 30]; this addMagazineCargo ["3Rnd_UGL_FlareGreen_F", 30]; this addMagazineCargo ["3Rnd_UGL_FlareRed_F", 30]; this addMagazineCargo ["3Rnd_UGL_FlareYellow_F", 30]; this addMagazineCargo ["3Rnd_UGL_FlareCIR_F", 30]; this addMagazineCargo ["3Rnd_Smoke_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokeRed_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokeGreen_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokeYellow_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokePurple_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokeBlue_Grenade_shell", 30]; this addMagazineCargo ["3Rnd_SmokeOrange_Grenade_shell", 30]; this addMagazineCargo ["APERSBoundingMine_Range_Mag", 30]; this addMagazineCargo ["APERSMine_Range_Mag", 30]; this addMagazineCargo ["ATMine_Range_Mag", 30]; this addMagazineCargo ["Chemlight_blue", 30]; this addMagazineCargo ["Chemlight_green", 30]; this addMagazineCargo ["Chemlight_red", 30]; this addMagazineCargo ["Chemlight_yellow", 30]; this addMagazineCargo ["ClaymoreDirectionalMine_Remote_Mag", 30]; this addMagazineCargo ["DemoCharge_Remote_Mag", 30]; this addMagazineCargo ["HandGrenade", 30]; this addMagazineCargo ["HandGrenade_Stone", 30]; this addMagazineCargo ["MiniGrenade", 30]; this addMagazineCargo ["SatchelCharge_Remote_Mag", 30]; this addMagazineCargo ["SLAMDirectionalMine_Wire_Mag", 30]; this addMagazineCargo ["SmokeShell", 30]; this addMagazineCargo ["SmokeShellBlue", 30]; this addMagazineCargo ["SmokeShellGreen", 30]; this addMagazineCargo ["SmokeShellOrange", 30]; this addMagazineCargo ["SmokeShellPurple", 30]; this addMagazineCargo ["SmokeShellRed", 30]; this addMagazineCargo ["SmokeShellYellow", 30]; this addWeaponCargo ["launch_NLAW_F", 20]; this addWeaponCargo ["launch_RPG32_F", 20]; this addItemCargo ["FirstAidKit", 20]; this addBackpackCargo ["B_AssaultPack_rgr_Medic", 10]; this addBackpackCargo ["B_AssaultPack_rgr_Repair", 10]; At least you can grab the ammo from the chopper. I have had AI chopper pick up a crate but I cant figure script to get it to land or drop the crate yet.
  12. I have this person joining into server then leaves, but the game shows he is still in game. Bercon and Rcon cant see him we then do a manual kick. I have banned him. He shows two ip addresses when he connects, there are other servers reporting the same guy, I posted in Armaholic and had several replies about same user. It also causes map crashes and glitches after he disconnects. Any ides what hes doing? Can a global ban be done? 10:17:35 Distro uses modified data file - Arma 2: Operation Arrowhead;Arma 2: Private Military Company;Arma 2: British Ar 10:17:35 Player Distro connecting. 10:17:35 Distro uses modified data file - Arma 2: Operation Arrowhead;Arma 2: Private Military Company;Arma 2: British Ar 10:17:35 Player Distro (2) connecting. 10:17:36 Player Distro (2) connected (id=567808). 10:17:36 Player Distro (2) connected (id=567808). 10:17:36 BattlEye Server: Player #0 Distro (2) (8.24.64.51:35679) connected 10:17:36 BattlEye Server: Player #1 Distro (2) (8.24.72.162:2307) connected 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\bin.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\core.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\languagecore.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\air_d_baf.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\characters_d_baf.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\characters_w_baf.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\data_baf.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\dubbing_baf.pbo 10:17:37 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\languagemissions_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\language_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\missions_2_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\missions_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\shapur_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\sounds_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\tracked_d_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\tracked_w_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\weapons_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\wheeled_d_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\wheeled_w_baf.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\air_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\ca_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\characters_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\dubbingradio_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\dubbing_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\languagemissions_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\language_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions2_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions_pmc.pbo 10:17:38 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions_pmc_data.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\modules_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\music_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\plants_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\provinggrounds_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\roads_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\sounds_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\structures_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\video_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\weapons_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\wheeled_pmc.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\air_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\animals_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\anims_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ca_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\characters_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\desert_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\dubbingradio_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\dubbing_e.pbo 10:17:39 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\l39.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\language.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\languagemissions.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\languagemissions_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\language_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\misc_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\missions_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\modules_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\mp_armory.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\music_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\plants_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\roads_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\rocks_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\signs_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\soundmissions_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\sounds_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\structures_e.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan_data.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan_data_layers.pbo 10:17:40 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\tracked_e.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ui.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\warfare2.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\warfare2_e.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\weapons_e.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\wheeled_e.pbo 10:17:41 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\zargabad.pbo 10:17:41 Player Distro: Wrong signature for file common\a10.pbo 10:17:41 Player Distro: Wrong signature for file common\ah64.pbo 10:17:41 Player Distro: Wrong signature for file common\air.pbo 10:17:41 Player Distro: Wrong signature for file common\air2.pbo 10:17:41 Player Distro: Wrong signature for file common\air3.pbo 10:17:41 Player Distro: Wrong signature for file common\animals.pbo 10:17:41 Player Distro: Wrong signature for file common\animals2.pbo 10:17:41 Player Distro: Wrong signature for file common\anims.pbo 10:17:41 Player Distro: Wrong signature for file common\buildings.pbo 10:17:41 Player Distro: Wrong signature for file common\buildings2.pbo 10:17:41 Player Distro: Wrong signature for file common\buildings2_ind_cementworks.pbo 10:17:41 Player Distro: Wrong signature for file common\ca.pbo 10:17:41 Player Distro: Wrong signature for file common\characters.pbo 10:17:41 Player Distro: Wrong signature for file common\characters2.pbo 10:17:42 Player Distro: Wrong signature for file common\dubbing.pbo 10:17:42 Player Distro: Wrong signature for file common\editor.pbo 10:17:42 Player Distro: Wrong signature for file common\misc.pbo 10:17:42 Player Distro: Wrong signature for file common\misc2.pbo 10:17:42 Player Distro: Wrong signature for file common\misc3.pbo 10:17:42 Player Distro: Wrong signature for file common\missions.pbo 10:17:42 Player Distro: Wrong signature for file common\modules.pbo 10:17:42 Player Distro: Wrong signature for file common\roads2.pbo 10:17:42 Player Distro: Wrong signature for file common\sounds.pbo 10:17:42 Player Distro: Wrong signature for file common\structures.pbo 10:17:42 Player Distro: Wrong signature for file common\tracked.pbo 10:17:42 Player Distro: Wrong signature for file common\tracked2.pbo 10:17:42 Player Distro: Wrong signature for file common\uifonts.pbo 10:17:42 Player Distro: Wrong signature for file common\video2_pmc.pbo 10:17:42 Player Distro: Wrong signature for file common\water2.pbo 10:17:42 Player Distro: Wrong signature for file common\weapons.pbo 10:17:42 Player Distro: Wrong signature for file common\weapons2.pbo 10:17:42 Player Distro: Wrong signature for file common\wheeled.pbo 10:17:42 Player Distro: Wrong signature for file common\wheeled2.pbo 10:17:43 Player Distro: Wrong signature for file common\wheeled3.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ca_e.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\bin.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\core.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\dta\languagecore.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\air_d_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\characters_d_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\characters_w_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\data_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\dubbing_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\languagemissions_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\language_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\missions_2_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\missions_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\shapur_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\sounds_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\tracked_d_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\tracked_w_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\weapons_baf.pbo 10:17:43 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\wheeled_d_baf.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\BAF\addons\wheeled_w_baf.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\air_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\ca_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\characters_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\dubbingradio_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\dubbing_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\languagemissions_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\language_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions2_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\missions_pmc_data.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\modules_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\music_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\plants_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\provinggrounds_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\roads_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\sounds_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\structures_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\video_pmc.pbo 10:17:44 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\weapons_pmc.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\PMC\addons\wheeled_pmc.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\air_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\animals_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\anims_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ca_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\characters_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\desert_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\dubbingradio_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\dubbing_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\l39.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\language.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\languagemissions.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\languagemissions_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\language_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\misc_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\missions_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\modules_e.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\mp_armory.pbo 10:17:45 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\music_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\plants_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\roads_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\rocks_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\signs_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\soundmissions_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\sounds_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\structures_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan_data.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\takistan_data_layers.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\tracked_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ui.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\warfare2.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\warfare2_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\weapons_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\wheeled_e.pbo 10:17:46 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\zargabad.pbo 10:17:46 Player Distro: Wrong signature for file common\a10.pbo 10:17:46 Player Distro: Wrong signature for file common\ah64.pbo 10:17:46 Player Distro: Wrong signature for file common\air.pbo 10:17:47 Player Distro: Wrong signature for file common\air2.pbo 10:17:47 Player Distro: Wrong signature for file common\air3.pbo 10:17:47 Player Distro: Wrong signature for file common\animals.pbo 10:17:47 Player Distro: Wrong signature for file common\animals2.pbo 10:17:47 Player Distro: Wrong signature for file common\anims.pbo 10:17:47 Player Distro: Wrong signature for file common\buildings.pbo 10:17:47 Player Distro: Wrong signature for file common\buildings2.pbo 10:17:47 Player Distro: Wrong signature for file common\buildings2_ind_cementworks.pbo 10:17:47 Player Distro: Wrong signature for file common\ca.pbo 10:17:47 Player Distro: Wrong signature for file common\characters.pbo 10:17:47 Player Distro: Wrong signature for file common\characters2.pbo 10:17:47 Player Distro: Wrong signature for file common\dubbing.pbo 10:17:47 Player Distro: Wrong signature for file common\editor.pbo 10:17:47 Player Distro: Wrong signature for file common\misc.pbo 10:17:47 Player Distro: Wrong signature for file common\misc2.pbo 10:17:47 Player Distro: Wrong signature for file common\misc3.pbo 10:17:47 Player Distro: Wrong signature for file common\missions.pbo 10:17:47 Player Distro: Wrong signature for file common\modules.pbo 10:17:47 Player Distro: Wrong signature for file common\roads2.pbo 10:17:47 Player Distro: Wrong signature for file common\sounds.pbo 10:17:48 Player Distro: Wrong signature for file common\structures.pbo 10:17:48 Player Distro: Wrong signature for file common\tracked.pbo 10:17:48 Player Distro: Wrong signature for file common\tracked2.pbo 10:17:48 Player Distro: Wrong signature for file common\uifonts.pbo 10:17:48 Player Distro: Wrong signature for file common\video2_pmc.pbo 10:17:48 Player Distro: Wrong signature for file common\water2.pbo 10:17:48 Player Distro: Wrong signature for file common\weapons.pbo 10:17:48 Player Distro: Wrong signature for file common\weapons2.pbo 10:17:48 Player Distro: Wrong signature for file common\wheeled.pbo 10:17:48 Player Distro: Wrong signature for file common\wheeled2.pbo 10:17:48 Player Distro: Wrong signature for file common\wheeled3.pbo 10:17:48 Player Distro: Wrong signature for file C:\Users\Iaro\Saved Games\Shooter\Bohemia Interactive\ArmA 2 REINFORCEMENTS\Expansion\addons\ca_e.pbo 10:17:48 BattlEye Server: Player #0 Distro (2) - GUID: 270bebae68ef68f7c9d97939e4e23359 (unverified) 10:17:48 BattlEye Server: Player #1 Distro (2) - GUID: 270bebae68ef68f7c9d97939e4e23359 (unverified) 10:17:48 Player Distro (2) disconnected. 10:17:48 Player Distro disconnected.
  13. bossmansheild

    ArmA II / OA Installation problems

    Win7 and Norton did some update yesterday evening. The game was working fine until 6pm and corrupted the Arma 2 / Oa Game Blocking access to Net etc. Game would start then crash or let me load into online game then crash. Found Norton blocking access to game and servers saying it was a virus. Removed block still no good Removed the Norton Stuff with removal tool. Reboot still crashing. Un installed arma 2 and Arma oa Re boot. Fresh install Main drive c is not used for software all software installed to drive F. Ran arma 2 saved game. Installed Oa ran game saved ok ARMA 2 Operation Arrowhead Patch 1.50-1.56 to 1.57 all good. Game runs ok. Then downloaded fresh copy BAF from sprocket. Then I open the BAF installer / zip file it unpacks then arma 2 baf image shows then crashes. Does the same for PMC. I went through this before and cant remember the fix. If someone can help would be great Im waiting for sprocket to reply as well.
  14. bossmansheild

    ArmA II / OA Installation problems

    Win7 and Norton did some update yesterday evening. The game was working fine until 6pm and corrupted the Arma 2 / Oa Game Blocking access to Net etc. Game would start then crash or let me load into online game then crash. Found Norton blocking access to game and servers saying it was a virus. Removed block still no good Removed the Norton Stuff with removal tool. Reboot still crashing. Un installed arma 2 and Arma oa Re boot. Fresh install Main drive c is not used for software all software installed to drive F. Ran arma 2 saved game. Installed Oa ran game saved ok ARMA 2 Operation Arrowhead Patch 1.50-1.56 to 1.57 all good. Game runs ok. Then downloaded fresh copy BAF from sprocket. Then I open the BAF installer / zip file it unpacks then arma 2 baf image shows then crashes. Does the same for PMC. I went through this before and cant remember the fix. If someone can help would be great Im waiting for sprocket to reply as well.
  15. bossmansheild

    ArmA II / OA Installation problems

    Hope this is the correct place. BAF and PMC will not install Had uninstalled all games with uninstall WIN7 utility do to a game crash. C:\Program Files\Bohemia Interactive\ArmA 2 I removed user profiles C:\Users\***name***\Documents\ArmA 2 Removed addons sixupdater etc. Restarted computer. I then installed arma2 Disk started game saved then exited. did the same for arma2 OA disk no problems all ok. I did the patches to 1.54 all ok then went to install BAF the software unpacks and an install screen starts but then crashes the same for PMC. I carried on patching the BAF light doesnt install from patches has anyone got any ideas Ive reinstalled the dam game 8 times trying different things, I have made sure adminstrator was on and virus software off fire wall off. HELP please. Could it be a registry file left behind preventing re installation? if so where would I look. I have even bought 4 more copies of the baf and pmc from different locations with same error.
×