Jump to content

EpochZ - A dynamic spawner for Ryan's Zombies on Epoch servers


Grahame

Recommended Posts

By Grahame, @natoedand @Drokz (and others). Based on ExileZ 2.0 by Patrix87 which was forked from an original project named EXILE-Z created by SAM, Otto and CaptionJack of RelentlessServers.com based on Civilian Life by code34. Released under the same Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.

Incorporates DayZ-style Heli Crash Site code from @rvg?!, based on the original script by @Richie 

Feature List from the original ExileZ 2.0

  • Dynamically spawns Ryan's Zombies.
  • An infinite set of spawner configurations
  • Harassing zombies aka Random encounters that will spawn near players wherever they are.
  • Hordes!
  • The number of zombies in a town is proportional to the number of player in that town (adjustable ratio)
  • Very lightweight.
  • Server Side only!
  • A constant flow of zombies in towns.
  • Fully configurable
  • Supports any map! Map support included in base EpochZ 1.0 build for Altis, Tanoa, Chernarus Redux, Australia and Takistan
  • Safezone protection.
  • Zombie Missions! (Not tested in EpochZ 1.0)
  • The possibility to display infested zones on map.
  • Adjustable zombies health and damage.
  • Zombies won't disappear if close to a player.
  • Zombies won't spawn right next to a player.
  • Turn off all lights on the map by setting the LightsOff variable to true in fn_init.sqf  (not working atm... we're working on a fix)

New Features in EpochZ 1.0

  • Reworked for use on Epoch servers.
  • Infected will not be spawned within minJammerDistance of a frequency jammer.
  • DayZ Style Heli Crash Site code incorporated within EpochZ so infected will spawn at a heli crash site. If you use it then remove the helicrash.pbo from @epochhive/addons
  • Infected entering safe zones defined in fn_init.sqf in the SafeZonePositions[] array will be deleted.
  • If SpawnWithinTriggerRadius is set to true in fn_init.sqf then the infected will spawn throughout the entire trigger area, otherwise they will spawn between MinSpawnDistance and MinSpawnDistance of the centre of the trigger.

Download

https://github.com/morgoth0/EpochZ

Installation

If you just want to use our default version on Altis then simply upload the epochz.pbo in @epochhive/addons in the GitHub repository into the same location on your Epoch server and restart.

This addon is incredibly customizable and I am working on full documentation for it to help people set it up the way they want. In the meantime the code is very well commented and, assuming you have a reasonable knowledge of configuring addons then here are the files in which you can change it to suit your needs:

epochz/init/fn_init.sqf: contains all configuration settings and trigger definitions

epochz/init/TriggerPositions.sqf: defines all locations for infected spawns and which trigger class they are in

epochz/init/ZClasses: defines the classes of infected spawned in each trigger type

epochz/init/ZLoot.sqf: what loot is found on the infected

epochz/init/ZVest: what vests are worn by the infected

Screenshot

http://www.grahamecurtis.com/images/epochz_spawns.jpg

Link to comment
Share on other sites

This is very well done and easy to edit.. thank you @Grahame

But does this script prevent using antivirus material, or is it just taken out by epoch.. (or even me in what case ever) ?

Seems to be nomore giving me an option to "use" when doubleclick on Antivirus Pills or Antivirus Injector.

Any idea to bring it back ?

Link to comment
Share on other sites

1 hour ago, Tarabas said:

Seems to be nomore giving me an option to "use" when doubleclick on Antivirus Pills or Antivirus Injector.

epochz\init\fn_init.sqf   check your settings for infection, if the Antivirus Pills or Antivirus Injector  not working you must have disabled _Ryanzombiesinfection  = 1;     // Enable infections *(-1 to disable)

Here's my settings for infection.

Spoiler

_Ryanzombiesinfection                  = 1;     // Enable infections *(-1 to disable)
_ryanzombiesinfectedchance             = 35;    // Precent chances to be infected on hit
_ryanzombiesinfectedrate               = 0.05;  // Damage per minute when infected (+/- 30 minutes to live)
_ryanzombiesinfectedsymptoms           = 0.9;   // Symptomes showed when infected 0.9 = Normal 0.7 = Less 0.5 = None
_ryanzombiesinfecteddeath              = 0.9;   // 0.9 = Scream on death 0.7 = Silent death
_ryanzombiesantivirusduration          = 900;   // Antivirus duration *(5 minutes)

 

 

Link to comment
Share on other sites

@Tarabas

As you can't use Antivirus Pills or Antivirus Injector infection has not been enabled.

Did you add any of ryan's zombie modules to your mission.sqm in the editor?

You don't have to, but if you did  check their setting to see if they match that of epochz\init\fn_init.sqf  maybe the issue as ryan's zombie modules settings override epochz

I take it you did added the below to your addons section in your mission.sqm

Spoiler

addons[]=
{
	"Ryanzombies",
	"ryanzombiesfunctions",
	"Ryanzombiesanims",
	"Ryanzombiesfaces"	
};

 

note: no comma on the last line

if the above is not the answer, try re-download epochz and start again

Link to comment
Share on other sites

I'm sorry..I just tried to get back use function at it without epochz.

Had no luck, so it must be something else/my fault and gonna go for a search again.. thank you anyway

 

Edit: restarted to try with an original Epoch mission + only serversided files from epoch (vanilla) +Zombies+Demons ... no success yet

 

EditEdit: tryed to add

 

        class Item149
        {
            dataType = "Logic";
            class PositionInfo
            {
                position[] = {6964.684,167.04535,14837.23};
            };
            id = 248;
            type = "RyanZM_ModuleSettings";
            atlOffset = 169.69534;
            class CustomAttributes
            {
                class Attribute0
                {
                    property = "RyanZM_ModuleSettings_GlowingEyes";
                    expression = "_this setVariable ['GlowingEyes',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute1
                {
                    property = "RyanZM_ModuleSettings_ExplodingHeads";
                    expression = "_this setVariable ['ExplodingHeads',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute2
                {
                    property = "RyanZM_ModuleSettings_Invincibility";
                    expression = "_this setVariable ['Invincibility',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute3
                {
                    property = "RyanZM_ModuleSettings_DetectionDistance";
                    expression = "_this setVariable ['DetectionDistance',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 10000;
                        };
                    };
                };
                class Attribute4
                {
                    property = "RyanZM_ModuleSettings_ZombieScript";
                    expression = "_this setVariable ['ZombieScript',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute5
                {
                    property = "RyanZM_ModuleSettings_DeleteBodies";
                    expression = "_this setVariable ['DeleteBodies',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute6
                {
                    property = "RyanZM_ModuleSettings_JumpingSounds";
                    expression = "_this setVariable ['JumpingSounds',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute7
                {
                    property = "RyanZM_ModuleSettings_Sounds";
                    expression = "_this setVariable ['Sounds',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute8
                {
                    property = "RyanZM_ModuleSettings_Bleeding";
                    expression = "_this setVariable ['Bleeding',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute9
                {
                    property = "RyanZM_ModuleSettings_StartingAnim";
                    expression = "_this setVariable ['StartingAnim',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute10
                {
                    property = "RyanZM_ModuleSettings_CivilianAttacks";
                    expression = "_this setVariable ['CivilianAttacks',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 2;
                        };
                    };
                };
                nAttributes = 11;
            };
        };
        class Item150
        {
            dataType = "Logic";
            class PositionInfo
            {
                position[] = {6790.915,122.91573,14613.813};
            };
            id = 249;
            type = "RyanZM_ModuleInfection";
            atlOffset = 125.56573;
            class CustomAttributes
            {
                class Attribute0
                {
                    property = "RyanZM_ModuleInfection_Uniform";
                    expression = "_this setVariable ['Uniform',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute1
                {
                    property = "RyanZM_ModuleInfection_InfectionTimer";
                    expression = "_this setVariable ['InfectionTimer',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 30;
                        };
                    };
                };
                class Attribute2
                {
                    property = "RyanZM_ModuleInfection_Infection";
                    expression = "_this setVariable ['Infection',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                nAttributes = 3;
            };
        };
        class Item151
        {
            dataType = "Logic";
            class PositionInfo
            {
                position[] = {6963.655,166.94261,14835.41};
            };
            id = 250;
            type = "RyanZM_ModuleZombieDeletion";
            atlOffset = 169.5926;
            class CustomAttributes
            {
                class Attribute0
                {
                    property = "RyanZM_ModuleZombieDeletion_DeletionDemons";
                    expression = "_this setVariable ['DeletionDemons',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute1
                {
                    property = "RyanZM_ModuleZombieDeletion_DeletionRadius";
                    expression = "_this setVariable ['DeletionRadius',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1000;
                        };
                    };
                };
                class Attribute2
                {
                    property = "RyanZM_ModuleZombieDeletion_Deletion2";
                    expression = "_this setVariable ['Deletion2',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 3;
                        };
                    };
                };
                class Attribute3
                {
                    property = "RyanZM_ModuleZombieDeletion_Deletion";
                    expression = "_this setVariable ['Deletion',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 2;
                        };
                    };
                };
                class Attribute4
                {
                    property = "RyanZM_ModuleZombieDeletion_DeletionDemons2";
                    expression = "_this setVariable ['DeletionDemons2',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute5
                {
                    property = "RyanZM_ModuleZombieDeletion_DeletionRadiusDemons";
                    expression = "_this setVariable ['DeletionRadiusDemons',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1000;
                        };
                    };
                };
                nAttributes = 6;
            };
        };
        class Item152
        {
            dataType = "Logic";
            class PositionInfo
            {
                position[] = {6965.481,166.8575,14835.352};
            };
            id = 251;
            type = "RyanZM_ModuleInfected";
            atlOffset = 169.50749;
            class CustomAttributes
            {
                class Attribute0
                {
                    property = "RyanZM_ModuleInfected_Antivirus";
                    expression = "_this setVariable ['Antivirus',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 600;
                        };
                    };
                };
                class Attribute1
                {
                    property = "RyanZM_ModuleInfected_InfectedDeath";
                    expression = "_this setVariable ['InfectedDeath',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                class Attribute2
                {
                    property = "RyanZM_ModuleInfected_Immunity";
                    expression = "_this setVariable ['Immunity',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"STRING"};
                            };
                            value = "[]";
                        };
                    };
                };
                class Attribute3
                {
                    property = "RyanZM_ModuleInfected_InfectedChance";
                    expression = "_this setVariable ['InfectedChance',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 20;
                        };
                    };
                };
                class Attribute4
                {
                    property = "RyanZM_ModuleInfected_InfectedRate";
                    expression = "_this setVariable ['InfectedRate',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 0.1;
                        };
                    };
                };
                class Attribute5
                {
                    property = "RyanZM_ModuleInfected_InfectedSymptoms";
                    expression = "_this setVariable ['InfectedSymptoms',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[] = {"SCALAR"};
                            };
                            value = 1;
                        };
                    };
                };
                nAttributes = 6;
            };
        };
	

now they dissapear after using.. maybe it's another antihack thing or idk ?

 

Can you use the Antivirus as usual ?

Link to comment
Share on other sites

I was only getting the option to use after I added the parts to mission.sqm i posted..but if i clicked use the av disappearded without any other effect.

If my mission.sqm is vanilla, i will not get the option to use (i use epoch AH.. don't know if it's caused again by i don't use infistar)

Link to comment
Share on other sites

hey natoed... thank you for that, but I think it's because I don''t use infistar and Epoch AH blocks it somehow.. or does av work for you without infistar ?

I tried it with your Epochz.pbo aswell.. had no luck and still get no option to use for av pills or injector

Link to comment
Share on other sites

Thank you @natoed

that's the plan now.. I will report back when I found what is bugging...

Edit: Embarassing... I readded from your mission.sqm:

 

	addons[] = {"A3_epoch_config",
	    "Ryanzombies",
    "ryanzombiesfunctions",
    "Ryanzombiesanims",
    "Ryanzombiesfaces",
	
    "a3_characters_f",    
    "A3_Ui_F",
    "A3_Modules_F"};
	 
	and
	 
	    class Item148
        {
            dataType="Logic";
            class PositionInfo
            {
                position[]={6925.1782,365.67746,14815.016};
                angles[]={6.0425916,0,6.2458701};
            };
            id=277;
            type="RyanZM_ModuleSettings";
            class CustomAttributes
            {
                class Attribute0
                {
                    property="RyanZM_ModuleSettings_GlowingEyes";
                    expression="_this setVariable ['GlowingEyes',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=4;
                        };
                    };
                };
                class Attribute1
                {
                    property="RyanZM_ModuleSettings_Headshots";
                    expression="_this setVariable ['Headshots',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=2;
                        };
                    };
                };
                class Attribute2
                {
                    property="RyanZM_ModuleSettings_ExplodingHeads";
                    expression="_this setVariable ['ExplodingHeads',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=4;
                        };
                    };
                };
                class Attribute3
                {
                    property="RyanZM_ModuleSettings_Invincibility";
                    expression="_this setVariable ['Invincibility',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute4
                {
                    property="RyanZM_ModuleSettings_DetectionDistance";
                    expression="_this setVariable ['DetectionDistance',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=145;
                        };
                    };
                };
                class Attribute5
                {
                    property="RyanZM_ModuleSettings_ZombieScript";
                    expression="_this setVariable ['ZombieScript',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute6
                {
                    property="RyanZM_ModuleSettings_DeleteBodies";
                    expression="_this setVariable ['DeleteBodies',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute7
                {
                    property="RyanZM_ModuleSettings_JumpingSounds";
                    expression="_this setVariable ['JumpingSounds',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute8
                {
                    property="RyanZM_ModuleSettings_Sounds";
                    expression="_this setVariable ['Sounds',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute9
                {
                    property="RyanZM_ModuleSettings_Bleeding";
                    expression="_this setVariable ['Bleeding',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute10
                {
                    property="RyanZM_ModuleSettings_StartingAnim";
                    expression="_this setVariable ['StartingAnim',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=2;
                        };
                    };
                };
                class Attribute11
                {
                    property="RyanZM_ModuleSettings_CivilianAttacks";
                    expression="_this setVariable ['CivilianAttacks',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=2;
                        };
                    };
                };
                nAttributes=12;
            };
        };
        class Item149
        {
            dataType="Logic";
            class PositionInfo
            {
                position[]={8864.5713,254.31073,14853.803};
                angles[]={6.0176158,0,6.2219238};
            };
            id=278;
            type="RyanZM_ModuleInfection";
            class CustomAttributes
            {
                class Attribute0
                {
                    property="RyanZM_ModuleInfection_Uniform";
                    expression="_this setVariable ['Uniform',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute1
                {
                    property="RyanZM_ModuleInfection_InfectionTimer";
                    expression="_this setVariable ['InfectionTimer',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=30;
                        };
                    };
                };
                class Attribute2
                {
                    property="RyanZM_ModuleInfection_Infection";
                    expression="_this setVariable ['Infection',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=3;
                        };
                    };
                };
                nAttributes=3;
            };
        };
        class Item150
        {
            dataType="Logic";
            class PositionInfo
            {
                position[]={6013.6631,411.4324,14873.197};
                angles[]={6.1245351,0,0.029321531};
            };
            id=279;
            type="RyanZM_ModuleInfected";
            class CustomAttributes
            {
                class Attribute0
                {
                    property="RyanZM_ModuleInfected_Antivirus";
                    expression="_this setVariable ['Antivirus',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=900;
                        };
                    };
                };
                class Attribute1
                {
                    property="RyanZM_ModuleInfected_InfectedDeath";
                    expression="_this setVariable ['InfectedDeath',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute2
                {
                    property="RyanZM_ModuleInfected_Immunity";
                    expression="_this setVariable ['Immunity',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "STRING"
                                };
                            };
                            value="[]";
                        };
                    };
                };
                class Attribute3
                {
                    property="RyanZM_ModuleInfected_InfectedChance";
                    expression="_this setVariable ['InfectedChance',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=35;
                        };
                    };
                };
                class Attribute4
                {
                    property="RyanZM_ModuleInfected_InfectedRate";
                    expression="_this setVariable ['InfectedRate',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.050000001;
                        };
                    };
                };
                class Attribute5
                {
                    property="RyanZM_ModuleInfected_InfectedSymptoms";
                    expression="_this setVariable ['InfectedSymptoms',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                nAttributes=6;
            };
        };
        class Item151
        {
            dataType="Logic";
            class PositionInfo
            {
                position[]={7914.269,166.67215,14815.016};
                angles[]={6.2378764,0,6.0225902};
            };
            id=179;
            type="RyanZM_ModuleCustomDifficulty";
            atlOffset=-1.5258789e-005;
            class CustomAttributes
            {
                class Attribute0
                {
                    property="RyanZM_ModuleCustomDifficulty_KnockbackTank";
                    expression="_this setVariable ['KnockbackTank',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.40000001;
                        };
                    };
                };
                class Attribute1
                {
                    property="RyanZM_ModuleCustomDifficulty_DamageCar";
                    expression="_this setVariable ['DamageCar',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.02;
                        };
                    };
                };
                class Attribute2
                {
                    property="RyanZM_ModuleCustomDifficulty_Knockback";
                    expression="_this setVariable ['Knockback',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1.5;
                        };
                    };
                };
                class Attribute3
                {
                    property="RyanZM_ModuleCustomDifficulty_KnockbackCar";
                    expression="_this setVariable ['KnockbackCar',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1.5;
                        };
                    };
                };
                class Attribute4
                {
                    property="RyanZM_ModuleCustomDifficulty_AttackSpeed";
                    expression="_this setVariable ['AttackSpeed',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.80000001;
                        };
                    };
                };
                class Attribute5
                {
                    property="RyanZM_ModuleCustomDifficulty_DamageAir";
                    expression="_this setVariable ['DamageAir',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.0099999998;
                        };
                    };
                };
                class Attribute6
                {
                    property="RyanZM_ModuleCustomDifficulty_AttackDistance";
                    expression="_this setVariable ['AttackDistance',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1.85;
                        };
                    };
                };
                class Attribute7
                {
                    property="RyanZM_ModuleCustomDifficulty_DamageTank";
                    expression="_this setVariable ['DamageTank',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.0020000001;
                        };
                    };
                };
                class Attribute8
                {
                    property="RyanZM_ModuleCustomDifficulty_KnockbackAir";
                    expression="_this setVariable ['KnockbackAir',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=1;
                        };
                    };
                };
                class Attribute9
                {
                    property="RyanZM_ModuleCustomDifficulty_Damage";
                    expression="_this setVariable ['Damage',_value,true];";
                    class Value
                    {
                        class data
                        {
                            class type
                            {
                                type[]=
                                {
                                    "SCALAR"
                                };
                            };
                            value=0.07;
                        };
                    };
                };
                nAttributes=10;
            };
        };   
	

 

.

 

Now with doubleclick the sound is playing and av works fine..

Link to comment
Share on other sites

@Tarabas

well done, thou i did something similar awhile back leading to the same issue

I use the ryan's modules to ensure i can enforce the settings i have set in epochz, I have tested without the modules and the settings work fine back at time can be weird....but that's arma/epoch lol

just need to nut out the issue, 9/10 it was what i did lol

Link to comment
Share on other sites

  • 4 weeks later...
6 hours ago, reaperxt666 said:

just to ask does this also allow for the zombies to throws cars at you?

Only if settings to allow this are enabled

epochz\init\fn_init.sqf

line 62 to 71 (settings are here to throw vehicles)

Spoiler

//Zombie settings : SET TO -1 TO DISABLE AND USE DEFAULT FROM RYANZOMBIES
_Ryanzombieshealth			           = 0.6; 	 // Health, *(initial damage level 0 is no damage 1 is dead)
_Ryanzombieshealthdemon                = 0.6;	 // Health, *(initial damage level 0 is no damage 1 is dead)
_Ryanzombiesattackspeed 	           = 0.8;	 // Attack speed, *(Time is seconds between attacks)
_Ryanzombiesattackdistance 	           = 1.85;	 // Attack distance, *(in meters)
_Ryanzombiesattackstrenth 	           = 0;	     // Attack strength *(Knockback strength) *(TYPO IS NORMAL)
_Ryanzombiesdamage 			           = 0.07;   // Attack damage *(% of players life per hit, 1 is 100%)
_Ryanzombiesdamagecar 		           = 0.02;	 // Attack damage to car *(% of car health per hit, 1 is 100%)
_Ryanzombiesdamageair 		           = 0.01;	 // Attack damage to air *(% of car health per hit, 1 is 100%)
_Ryanzombiesdamagetank                 = 0.002;	 // Attack damage to tank *(% of car health per hit, 1 is 100%)
_Ryanzombiesdamagecarstrenth           = 1.5;	 // Car attack strength *(Knockback strength in M/S)
_Ryanzombiesdamageairstrenth           = 1;	     // Air attack strength *(Knockback strength M/S)
_Ryanzombiesdamagetankstrenth          = 0.4;	 // Tank attack strength *(Knockback strength M/S)

 

hope this helps

Link to comment
Share on other sites

thanks for the reply now i have hit an issue...

=====================================================================
== F:\arma3\arma3server.exe
== "F:\arma3\arma3server.exe" -mod=@Epoch;@Zombies and Demons; -serverMod=@EpochHive; -config=F:\arma3\SC\server.cfg -port=2302 -profiles=SC -cfg=F:\arma3\SC\basic.cfg -name=SC

Original output filename: Arma3Retail_Server
Exe timestamp: 2018/04/10 15:15:24
Current time:  2018/05/09 01:44:20

Type: Public
Build: Stable
Version: 1.82.144647

Allocator: F:\arma3\Dll\tbb4malloc_bi.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 48 GiB, VirtMem : 4.0 GiB, AvailPhys : 21 GiB, AvailVirt : 3.9 GiB, AvailPage : 53 GiB
=====================================================================

 1:44:20 SteamAPI initialization failed. Steam features won't be accessible!
 1:44:20 Cannot register unknown string STR_3DEN_CAMERA_NAME
 1:44:20 Cannot register unknown string STR_DIFF_SCENE_ONLY
 1:44:20 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
 1:44:20 Initializing stats manager.
 1:44:20 Stats config disabled.
 1:44:20 sessionID: 25e3801964a81fe6eb34903e5247f33b7b267368
 1:44:32 Unsupported language English in stringtable
 1:44:32 Item str_a3_to_c01_m02_036_ta_mechanized_briefing_SOLDIERC_0 listed twice
 1:44:34 Warning Message: Addon 'epochz' requires addon 'Ryanzombies'

i have the mod installed and have the addons requred in the mission sqm but it refuses to detect it

Link to comment
Share on other sites

@reaperxt666

lol this is an easy fix and yes i have done this as well so don't worry....

3 hours ago, reaperxt666 said:

Warning Message: Addon 'epochz' requires addon 'Ryanzombies'

As the error message is telling you that 'Ryanzombies' is required.

things that you have to change

Spoiler

"F:\arma3\arma3server.exe" -mod=@Epoch;@Zombies and Demons; -serverMod=@EpochHive;

 

first of rename this mod folder from @Zombies and Demons to @Zombies_and_Demons

second change server line command to the below

-mod=@Epoch;@Zombies_and_Demons; -serverMod=@EpochHive;@Epoch;@Zombies_and_Demons;

the mod have to run on the server and the client also please check the below also

example: mission file, i use epoch.ChernarusRedux

please make a backup first

epoch.ChernarusRedux\mission.sqm

open with notepad++ and add the four lines shown below to the addons section in your mission.sqm.

save and repbo your mission file now enjoy being eaten by zombies

Spoiler

addons[]=
{
	"Ryanzombies",
	"ryanzombiesfunctions",
	"Ryanzombiesanims",
	"Ryanzombiesfaces"  // note: no comma on the last line	
};

 

hope it helps

Link to comment
Share on other sites

  • 3 months later...

I've installed this mod hopeing for Zspawns but havnt seen any yet, Got a few Restrictions first and made them acceptable, Im able to join the server now but still no zombies, Im running ChernarusRedux i went into TriggerPositions.sqf and edited it to run with the ChernarusRedux content and changed the safezone from the fn_init.sqf with the ones on ChernarusRedux and thats pretty much all and i do have Zombies and Demons running as it should still no zombies :S

Any help is appreciated here :)

Link to comment
Share on other sites

RPT

Spoiler

=====================================================================
== E:\A3Epoch\ArmA3EpochServer\arma3server_x64.exe
== "E:\A3Epoch\ArmA3EpochServer\arma3server_x64.exe"   "-mod=@Epoch;@Chernarus Redux;@CUP Terrains - Core;@CUP Terrains - Maps;@CUP Units;@CUP Vehicles;@CUP Weapons;@DS Houses;@CBA_A3;@Zombies and Demons;" "-serverMod=@EpochHive;@GMS;" -config=E:\A3Epoch\ArmA3EpochServer\sc\server.cfg -port=2302 -profiles=sc -cfg=E:\A3Epoch\ArmA3EpochServer\sc\basic.cfg -name=sc -autoINIT -Loadmissiontomemory

Original output filename: Arma3Retail_Server_x64
Exe timestamp: 2018/07/24 22:21:25
Current time:  2018/08/12 19:29:44

Type: Public
Build: Stable
Version: 1.84.144923

Allocator: E:\A3Epoch\ArmA3EpochServer\Dll\tbb4malloc_bi_x64.dll [2017.0.0.0] [2017.0.0.0]
PhysMem: 8.0 GiB, VirtMem : 131072 GiB, AvailPhys : 2.8 GiB, AvailVirt : 131068 GiB, AvailPage : 10 GiB
=====================================================================

19:29:44 Detected number of DLCs: 20
19:29:44 DLC index:3 - unable to get DLC data
19:29:44 ----------------------------------------- Dlcs -----------------------------------------
19:29:44                                 name      appId   owned  installed  available   isDlc
19:29:44                               Arma 3     107410     yes        yes        yes      no
19:29:44                              Unknown         -1      no         no         no     yes
19:29:44                          Arma 3 Zeus     275700     yes        yes        yes     yes
19:29:44                   Arma 3 Helicopters     304380     yes        yes        yes     yes
19:29:44                   Arma 3 Laws of War     571710      no         no        yes     yes
19:29:44                  Arma 3 DLC Bundle 2     612480      no         no        yes     yes
19:29:44                        Arma 3 Malden     639600     yes        yes        yes     yes
19:29:44                         Arma 3 Tanks     798390      no         no        yes     yes
19:29:44      Arma 3 Alpha Lite - expires now     228800      no         no         no     yes
19:29:44                        Arma 3 Server     233780     yes        yes         no     yes
19:29:44                    Arma 3 Soundtrack     249860     yes        yes         no     yes
19:29:44                  Arma 3 DLC Bundle 1     304400     yes        yes        yes     yes
19:29:44                       Arma 3 Samples     390500     yes        yes         no     yes
19:29:44                          Arma 3 Apex     395180     yes        yes        yes     yes
19:29:44                          Arma 3 Jets     601670      no         no        yes     yes
19:29:44          Arma 3 Tac-Ops Mission Pack     744950      no         no        yes     yes
19:29:44                          Arma 3 Maps     249861     yes        yes         no     yes
19:29:44                Arma 3 Tactical Guide     249862     yes        yes         no     yes
19:29:44                         Arma 3 Tools     233800     yes        yes         no     yes
19:29:44                         Arma 3 Karts     288520     yes        yes        yes     yes
19:29:44                      Arma 3 Marksmen     332350     yes        yes        yes     yes
19:29:44 ----------------------------------------------------------------------------------------
19:29:44 Cannot register unknown string STR_3DEN_CAMERA_NAME
19:29:44 Cannot register unknown string STR_DIFF_SCENE_ONLY
19:29:44 Cannot register unknown string STR_DIFF_SCENE_AND_MAP
19:29:45 Initializing stats manager.
19:29:45 Stats config disabled.
19:29:45 sessionID: d03b7f5bbbdece0f84d17818e62061610c983640
19:30:17 Unexpected stringtable format inside <Text ID="STR_CUP_lib_cz805"><Russian>
19:30:17 Item str_dn_Mk19_Gun_Bag listed twice
19:30:17 Item str_dn_Mk19_Tripod_Bag listed twice
19:30:17 Item str_dn_Mk19_Tripod_Bag listed twice
19:30:17 Unsupported language English in stringtable
19:30:17 Item STR_CUP_DN_GSh301 listed twice
19:30:17 Item STR_CUP_dss_Soviet_Era_Tanker_Helmet listed twice
19:30:17 Item str_dn_2b14 listed twice
19:30:17 Item str_mn_pg9 listed twice
19:30:17 Item str_mn_og9 listed twice
19:30:17 Item str_mn_igla listed twice
19:30:17 Item str_dn_ags30 listed twice
19:30:17 Item str_mn_at13 listed twice
19:30:17 Item str_mn_9k32 listed twice
19:30:17 Item str_dn_at13 listed twice
19:30:17 Item str_dn_at13launchersingle listed twice
19:30:17 Item STR_DN_D30 listed twice
19:30:17 Item str_dn_dshkm listed twice
19:30:17 Item str_dn_dshkm_minitripod listed twice
19:30:17 Item str_lib_m2_mg listed twice
19:30:17 Item str_lib_m119 listed twice
19:30:17 Item str_lib_kord listed twice
19:30:17 Item str_lib_dshkm listed twice
19:30:17 Item STR_LIB_D30 listed twice
19:30:17 Item str_lib_ags30 listed twice
19:30:17 Item str_dn_igla_aa_pod_east listed twice
19:30:17 Item str_dn_igla_twice listed twice
19:30:17 Item str_dn_kord listed twice
19:30:17 Item str_dn_kord_low listed twice
19:30:17 Item str_dn_m119 listed twice
19:30:17 Item str_dn_tow_tripod listed twice
19:30:17 Item str_dn_tow listed twice
19:30:17 Item str_dn_spg9 listed twice
19:30:17 Item str_dn_m252 listed twice
19:30:17 Item str_dn_m2hd_minitripod listed twice
19:30:17 Item str_dn_m2_mg listed twice
19:30:17 Item str_dn_mk19_tripod listed twice
19:30:17 Item str_dn_zu23 listed twice
19:30:17 Item str_lib_2b14 listed twice
19:30:17 Item str_lib_at13 listed twice
19:30:17 Item str_lib_m252 listed twice
19:30:17 Item str_lib_spg9 listed twice
19:30:17 Unsupported language English in stringtable
19:30:17 Unsupported language English in stringtable
19:30:17 Item str_a3_to_c01_m02_036_ta_mechanized_briefing_SOLDIERC_0 listed twice
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i1\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_1l2\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i3\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_1t\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2t1\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i2\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_1t\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2l\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i4\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_1l2\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2t2\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2t1\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\dom_01\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i4\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2l\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i3\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i2\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_3i1\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\dom_02_pinsk\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2i\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon DSHouses in 'ds_houses\derevnya\a2_housev_2i\proxy\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:17 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i4\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:17 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i4\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon chernarusredux_buildings_Objects in 'CHR\chernarusredux_buildings\objects\', previous definition in 'CHR\chernarusredux_buildings\roads\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i3\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon chernarusredux_buildings_falseland in 'CHR\chernarusredux_buildings\falsewalls\', previous definition in 'CHR\chernarusredux_buildings\falseland\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_1t\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2t1\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2i\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i2\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2l\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2t2\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_1l2\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i2\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_1t\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2l\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2t1\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2t2\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon chernarusredux_buildings_proxies in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i3\proxy\', previous definition in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_3i1\proxy\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_2i\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon DSHouses in 'CHR\chernarusredux_buildings\ds_houses\a2_housev_1l2\', previous definition in 'ds_houses\derevnya\a2_housev_2t2\'
19:30:18 Conflicting addon A3_Structures_F_Exp in 'a3\structures_f_exp\', previous definition in 'a3\structures_f_exp\data\Tiles\'
19:30:19 Updating base class All->, by CHR\chernarusredux_trees\config.bin/CfgVehicles/Thing/ (original bin\config.bin)
19:30:19 Updating base class ->NonStrategic, by a3\data_f\config.bin/CfgVehicles/HouseBase/ (original a3\data_f\config.bin)
19:30:19 Updating base class ->DestructionEffects, by a3\data_f\config.bin/CfgVehicles/House/DestructionEffects/ (original a3\data_f\config.bin)
19:30:19 Updating base class ->All, by a3\data_f\config.bin/CfgVehicles/Thing/ (original (bin\config.bin - no unload))
19:30:19 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/ (original bin\config.bin)
19:30:19 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/ (original bin\config.bin)
19:30:19 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/ (original bin\config.bin)
19:30:19 Updating base class ->EtelkaMonospacePro, by a3\uifonts_f\config.bin/CfgFontFamilies/EtelkaMonospaceProBold/ (original ca\uifonts\config.bin)
19:30:19 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/ (original a3\anims_f\config\sdr\config.bin)
19:30:19 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/ (original a3\anims_f\config\sdr\config.bin)
19:30:19 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/ (original a3\ui_f\config.bin)
19:30:19 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/ (original a3\ui_f\config.bin)
19:30:19 Updating base class RscUnitInfo->RscUnitInfoAirNoWeapon, by a3\ui_f\config.bin/RscInGameUI/RscUnitInfoAir/ (original a3\ui_f\config.bin)
19:30:19 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscInGameUI/RscTaskOverview/controls/TaskOverviewAssigned/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/ (original bin\config.bin)
19:30:19 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/ (original bin\config.bin)
19:30:19 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/ (original bin\config.bin)
19:30:19 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/ (original a3\ui_f\config.bin)
19:30:19 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/ (original a3\ui_f\config.bin)
19:30:19 Updating base class RscControlsGroup->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/OverviewGroup/ (original bin\config.bin)
19:30:19 Updating base class RscButton->RscButtonSearch, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/SearchButton/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonCancel/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonGameOptions/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenuSteam, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonBuyDLC/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonRevert/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayCampaignLoad/controls/ButtonOK/ (original bin\config.bin)
19:30:19 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/ (original bin\config.bin)
19:30:19 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/ (original bin\config.bin)
19:30:19 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/ (original bin\config.bin)
19:30:19 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/ (original bin\config.bin)
19:30:19 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/Controls/ButtonCancel/ (original bin\config.bin)
19:30:19 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
19:30:19 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/ (original bin\config.bin)
19:30:19 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/ (original bin\config.bin)
19:30:20 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/ (original bin\config.bin)
19:30:20 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/ (original bin\config.bin)
19:30:20 Updating base class None->ActiveSensorsOn, by a3\ui_f\config.bin/CfgActions/ActiveSensorsOff/ (original bin\config.bin)
19:30:20 Updating base class None->ListRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/ListLeftVehicleDisplay/ (original bin\config.bin)
19:30:20 Updating base class None->ListPrevRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/ListPrevLeftVehicleDisplay/ (original bin\config.bin)
19:30:20 Updating base class None->CloseRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/CloseLeftVehicleDisplay/ (original bin\config.bin)
19:30:20 Updating base class None->NextModeRightVehicleDisplay, by a3\ui_f\config.bin/CfgActions/NextModeLeftVehicleDisplay/ (original bin\config.bin)
19:30:20 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceMid/ (original bin\config.bin)
19:30:20 Updating base class ->DistanceClose, by a3\ui_f\config.bin/CfgSimpleTasks/Icon3D/DistanceLong/ (original bin\config.bin)
19:30:20 Updating base class ->All, by a3\sounds_f\config.bin/CfgVehicles/Sound/ (original a3\sounds_f\config.bin)
19:30:20 Updating base class Turrets->Turrets, by a3\static_f\config.bin/CfgVehicles/StaticMGWeapon/Turrets/ (original CUP\WaterVehicles\CUP_WaterVehicles_Weapons\config.bin)
19:30:20 Updating base class ->MainTurret, by a3\static_f\config.bin/CfgVehicles/StaticMGWeapon/Turrets/MainTurret/ (original a3\static_f\config.bin)
19:30:20 Updating base class ZavoraAnim->House, by ca\buildings_c\misc\config.bin/CfgVehicles/Land_zavora/ (original ca\buildings_c\config.bin)
19:30:20 Updating base class ZavoraAnim->Land_zavora_2, by ca\buildings_c\misc\config.bin/CfgVehicles/Land_zavora_2_a1/ (original ca\buildings_c\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_1l2\config.bin/CfgVehicles/Land_HouseV_1L2/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_1l2\config.bin/CfgVehicles/Land_HouseV_1L2/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_1t\config.bin/CfgVehicles/Land_HouseV_1t/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_1t\config.bin/CfgVehicles/Land_HouseV_1t/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_2i\config.bin/CfgVehicles/Land_HouseV_2I/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_2i\config.bin/CfgVehicles/Land_HouseV_2I/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_2l\config.bin/CfgVehicles/Land_HouseV_2L/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_2l\config.bin/CfgVehicles/Land_HouseV_2L/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_2t1\config.bin/CfgVehicles/Land_HouseV_2t1/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_2t1\config.bin/CfgVehicles/Land_HouseV_2t1/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_2t2\config.bin/CfgVehicles/Land_HouseV_2t2/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_2t2\config.bin/CfgVehicles/Land_HouseV_2t2/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_3i1\config.bin/CfgVehicles/Land_HouseV_3I1/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_3i1\config.bin/CfgVehicles/Land_HouseV_3I1/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_3i2\config.bin/CfgVehicles/Land_HouseV_3I2/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_3i2\config.bin/CfgVehicles/Land_HouseV_3I2/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_3i3\config.bin/CfgVehicles/Land_HouseV_3I3/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_3i3\config.bin/CfgVehicles/Land_HouseV_3I3/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class Land_HouseV_1I2->House, by ds_houses\derevnya\a2_housev_3i4\config.bin/CfgVehicles/Land_HouseV_3I4/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class DestructionEffects->DestructionEffects, by ds_houses\derevnya\a2_housev_3i4\config.bin/CfgVehicles/Land_HouseV_3I4/DestructionEffects/ (original ca\structures_c\house\housev\config.bin)
19:30:20 Updating base class NewTurret->NewTurret, by a3\soft_f\config.bin/CfgVehicles/Car_F/Turrets/MainTurret/ (original a3\soft_f\config.bin)
19:30:20 Updating base class OpenGate->, by ca\misc3_c\config.bin/CfgVehicles/ZavoraAnim/UserActions/CloseGate/ (original ca\buildings_c\config.bin)
19:30:20 Updating base class ->BulletBase, by a3\weapons_f_mark\config.bin/CfgAmmo/B_93x64_Ball/ (original a3\weapons_f_mark\config.bin)
19:30:20 Updating base class CUP_Vmlauncher_FFAR_veh->RocketPods, by CUP\Weapons\CUP_Weapons_DynamicLoadout\config.bin/CfgWeapons/CUP_Vmlauncher_CRV7_veh/ (original CUP\Weapons\CUP_Weapons_VehicleWeapons\config.bin)
19:30:20 Updating base class CUP_Vacannon_GAU12_veh->CannonCore, by CUP\Weapons\CUP_Weapons_DynamicLoadout\config.bin/CfgWeapons/CUP_Vacannon_GAU22_veh/ (original CUP\Weapons\CUP_Weapons_VehicleWeapons\config.bin)
19:30:20 Updating base class ->ctrlDefaultText, by a3\3den\config.bin/ctrlStatic/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlActiveText, by a3\3den\config.bin/ctrlActivePicture/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlDefaultText, by a3\3den\config.bin/ctrlStructuredText/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlControlsGroup, by a3\3den\config.bin/ctrlControlsGroupNoScrollbars/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlDefault, by a3\3den\config.bin/ctrlCheckbox/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlCheckbox, by a3\3den\config.bin/ctrlCheckboxBaseline/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayOptionsAudio/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigure/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureAction/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayConfigureControllers/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisable, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisable/ (original a3\3den\config.bin)
19:30:20 Updating base class RscText->ctrlStaticBackgroundDisableTiles, by a3\3den\config.bin/RscDisplayGameOptions/ControlsBackground/BackgroundDisableTiles/ (original a3\3den\config.bin)
19:30:20 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_2/Controls/ (original a3\ui_f\config.bin)
19:30:20 Updating base class controls->, by a3\3den\config.bin/RscDisplayArcadeMap_Layout_6/Controls/ (original a3\ui_f\config.bin)
19:30:20 Updating base class ->ctrlControlsGroupNoScrollbars, by a3\3den\config.bin/Cfg3DEN/Attributes/Default/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlStatic, by a3\3den\config.bin/Cfg3DEN/Attributes/Title/Controls/Title/ (original a3\3den\config.bin)
19:30:20 Updating base class ->Controls, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/ (original a3\modules_f\config.bin)
19:30:20 Updating base class ->Title, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/Title/ (original a3\3den\config.bin)
19:30:20 Updating base class ->ctrlToolbox, by a3\3den\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/Value/ (original a3\3den\config.bin)
19:30:20 Updating base class Land_fuel_tank_small->House, by CHR\chernarusredux_buildings\a2\config.bin/CfgVehicles/Land_Fuel_tank_big/ (original ca\misc\config.bin)
19:30:20 Updating base class Strategic->House, by CHR\chernarusredux_buildings\a2\config.bin/CfgVehicles/Land_fuel_tank_small/ (original ca\misc\config.bin)
19:30:20 Updating base class Land_fuel_tank_small->House, by CHR\chernarusredux_buildings\a2\config.bin/CfgVehicles/Land_Fuel_tank_stairs/ (original ca\misc\config.bin)
19:30:20 Updating base class Land_GeneralStore_01a_PMC->House, by CHR\chernarusredux_buildings\generalstore\config.bin/CfgVehicles/Land_GeneralStore_01a_dam_PMC/ (original ca\structures_pmc_c\buildings\generalstore\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\delete\config.bin/CfgWorlds/plr_bulge/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\delete\config.bin/CfgWorlds/plr_mana/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\delete\config.bin/CfgWorlds/MBG_Nam/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/Chernarus_Summer/ (original ca\chernarus_summer_c\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/daraisolas/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Utes, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/ElephantIsland/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/GIMAP/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/OPX_RE/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/Zedka/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Utes, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/fallujah/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/cl_training/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/gott_islands/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/kulima/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/nevada_desert/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/Antarctica/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Intro, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/applegate_lake/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Takistan, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/usec_aoraki/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Chernarus, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/cindercity/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class CAWorld->Utes, by CUP\Terrains\cup_terrains_worlds\intros\config.bin/CfgWorlds/IsolaDiCapraia/ (original CUP\Terrains\cup_terrains_worlds\ambient\config.bin)
19:30:20 Updating base class ->LSV_02_AT_base_F, by a3\soft_f_exp\lsv_02\config.bin/CfgVehicles/O_T_LSV_02_AT_F/ (original a3\soft_f_exp\lsv_02\config.bin)
19:30:20 Updating base class ->LSV_02_armed_base_F, by a3\soft_f_exp\lsv_02\config.bin/CfgVehicles/O_LSV_02_armed_F/ (original a3\soft_f_exp\lsv_02\config.bin)
19:30:20 Updating base class ->LSV_02_unarmed_base_F, by a3\soft_f_exp\lsv_02\config.bin/CfgVehicles/O_LSV_02_unarmed_F/ (original a3\soft_f_exp\lsv_02\config.bin)
19:30:20 Updating base class ->Offroad_02_unarmed_base_F, by a3\soft_f_exp\offroad_02\config.bin/CfgVehicles/I_C_Offroad_02_unarmed_F/ (original a3\soft_f_exp\offroad_02\config.bin)
19:30:20 Updating base class ->Offroad_02_LMG_base_F, by a3\soft_f_exp\offroad_02\config.bin/CfgVehicles/I_C_Offroad_02_LMG_F/ (original a3\soft_f_exp\offroad_02\config.bin)
19:30:20 Updating base class ->Offroad_02_AT_base_F, by a3\soft_f_exp\offroad_02\config.bin/CfgVehicles/I_C_Offroad_02_AT_F/ (original a3\soft_f_exp\offroad_02\config.bin)
19:30:20 Updating base class MuzzleSlot->MuzzleSlot, by CHR\chernarusredux_flashlight\config.bin/CfgWeapons/Rifle/WeaponSlotsInfo/MuzzleSlot/ (original CHR\chernarusredux_flashlight\config.bin)
19:30:20 Updating base class PointerSlot->SlotInfo, by CHR\chernarusredux_flashlight\config.bin/CfgWeapons/Rifle/WeaponSlotsInfo/PointerSlot/ (original CHR\chernarusredux_flashlight\config.bin)
19:30:21 Updating base class ->Plane_Civil_01_base_F, by a3\air_f_exp\plane_civil_01\config.bin/CfgVehicles/C_Plane_Civil_01_racing_F/ (original a3\air_f_exp\plane_civil_01\config.bin)
19:30:21 Updating base class CfgEnvSounds->EnvSounds, by a3\sounds_f_exp\config.bin/CfgWorlds/CAWorld/EnvSounds/ (original CUP\Terrains\cup_terrains_worlds\envsounds\config.bin)
19:30:21 Updating base class 500Rnd_127x99_mag->500Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/500Rnd_127x99_mag_Tracer_Green/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 500Rnd_127x99_mag->500Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/500Rnd_127x99_mag_Tracer_Yellow/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 200Rnd_127x99_mag->200Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/200Rnd_127x99_mag_Tracer_Green/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 200Rnd_127x99_mag->200Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/200Rnd_127x99_mag_Tracer_Yellow/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 500Rnd_127x99_mag->200Rnd_127x99_mag, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/100Rnd_127x99_mag/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 100Rnd_127x99_mag->100Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/100Rnd_127x99_mag_Tracer_Green/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 100Rnd_127x99_mag->100Rnd_127x99_mag_Tracer_Red, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/100Rnd_127x99_mag_Tracer_Yellow/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 200Rnd_762x51_Belt->VehicleMagazine, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/2000Rnd_762x51_Belt/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 2000Rnd_65x39_Belt->2000Rnd_762x51_Belt, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/5000Rnd_762x51_Belt/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 5000Rnd_762x51_Belt->2000Rnd_762x51_Belt, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/5000Rnd_762x51_Yellow_Belt/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 32Rnd_155mm_Mo_shells->VehicleMagazine, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/8Rnd_82mm_Mo_shells/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class 250Rnd_30mm_HE_shells->VehicleMagazine, by x\addons\a3_epoch_configs\config.bin/CfgMagazines/60Rnd_30mm_APFSDS_shells/ (original a3\weapons_f\config.bin)
19:30:21 Updating base class ->magazine_Missile_AMRAAM_D_x1, by a3\weapons_f_jets\config.bin/CfgMagazines/PylonMissile_Missile_AMRAAM_D_INT_x1/ (original a3\weapons_f_jets\config.bin)
19:30:21 Updating base class I_1stRegiment->BaseGuer, by a3\missions_f_orange\config.bin/CfgORBAT/BIS/I_3rdRegiment/ (original a3\missions_f_epa\config.bin)
19:30:21 Updating base class ->Van_02_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/Van_02_transport_base_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/Van_02_vehicle_base_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_transport_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/I_G_Van_02_transport_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_transport_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/B_G_Van_02_transport_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_transport_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/O_G_Van_02_transport_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_vehicle_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/I_G_Van_02_vehicle_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_vehicle_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/B_G_Van_02_vehicle_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class ->Van_02_vehicle_base_F, by a3\soft_f_orange\van_02\config.bin/CfgVehicles/O_G_Van_02_vehicle_F/ (original a3\soft_f_orange\van_02\config.bin)
19:30:21 Updating base class CounterMeasureFlare->, by a3\weapons_f_orange\config.bin/FlareShell/ (original a3\weapons_f_orange\config.bin)
19:30:21 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Toolbox/Controls/ (original a3\3den\config.bin)
19:30:21 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Combo/Controls/ (original a3\3den\config.bin)
19:30:21 Updating base class Controls->, by a3\modules_f_tacops\config.bin/Cfg3DEN/Attributes/Slider/Controls/ (original a3\3den\config.bin)
19:30:21 Updating base class ScrollBar->ScrollBar, by a3\ui_f_tank\config.bin/RscListNBox/ListScrollBar/ (original a3\ui_f_tank\config.bin)
19:30:21 Updating base class ->MissileLauncher, by a3\weapons_f_tank\config.bin/CfgWeapons/missiles_Vorona/ (original a3\weapons_f_tank\config.bin)
19:30:21 Updating base class ->CBA_Extended_EventHandlers_base, by x\cba\addons\xeh\config.bin/CBA_Extended_EventHandlers/ (original x\cba\addons\xeh\config.bin)
19:30:21 Updating base class ->asdg_SlotInfo, by x\cba\addons\jr\config.bin/asdg_FrontSideRail/ (original x\cba\addons\jr\config.bin)
19:30:21 Updating base class ->asdg_OpticSideMount, by CUP\Weapons\CUP_Weapons_East_Attachments\config.bin/CUP_DovetailMount/ (original CUP\Weapons\CUP_Weapons_East_Attachments\config.bin)
19:30:21 Updating base class ->asdg_OpticRail1913_long, by CUP\Weapons\CUP_Weapons_West_Attachments\config.bin/CUP_PicatinnyTopMount/ (original CUP\Weapons\CUP_Weapons_West_Attachments\config.bin)
19:30:21 Updating base class ->asdg_OpticRail1913_short, by CUP\Weapons\CUP_Weapons_West_Attachments\config.bin/CUP_PicatinnyTopShortMount/ (original CUP\Weapons\CUP_Weapons_West_Attachments\config.bin)
19:30:21 Updating base class ->asdg_FrontSideRail, by CUP\Weapons\CUP_Weapons_West_Attachments\config.bin/CUP_PicatinnySideMount/ (original CUP\Weapons\CUP_Weapons_West_Attachments\config.bin)
19:30:21 Updating base class ->asdg_UnderSlot, by CUP\Weapons\CUP_Weapons_West_Attachments\config.bin/CUP_PicatinnyUnderMount/ (original CUP\Weapons\CUP_Weapons_West_Attachments\config.bin)
19:30:22 Updating base class KIA_RHIB_Cargo->DefaultDie, by CUP\WaterVehicles\CUP_WaterVehicles_Zodiac\config.bin/CfgMovesMaleSdr/States/Zodiac_Dead/ (original CUP\WaterVehicles\CUP_WaterVehicles_Zodiac\config.bin)
19:30:22 Updating base class Optics_Commander_02->Optics_Armored, by CUP\WheeledVehicles\CUP_WheeledVehicles_BTR90\config.bin/Optics_Commander_03/ (original a3\weapons_f\config.bin)
19:30:22 Updating base class Car->LandVehicle, by CUP\WheeledVehicles\CUP_WheeledVehicles_RG31\config.bin/CfgVehicles/car_F/ (original (a3\soft_f\config.bin - no unload))
19:30:22 Updating base class LandVehicle->Car, by CUP\WheeledVehicles\CUP_WheeledVehicles_Stryker\config.bin/CfgVehicles/Car_F/ (original (a3\soft_f\config.bin - no unload))
19:30:22 Updating base class ->ProxyRetex, by CUP\WheeledVehicles\CUP_WheeledVehicles_Ridgeback\config.bin/CfgNonAIVehicles/Proxywreck/ (original bin\config.bin)
19:30:22 Updating base class Sounds->, by CUP\TrackedVehicles\CUP_TrackedVehicles_T34\config.bin/CfgVehicles/Tank_F/Sounds/ (original CUP\TrackedVehicles\CUP_TrackedVehicles_T34\config.bin)
19:30:23 Texture header "a3\structures_f_exp\data\tiles\dutch_tiles_co.paa" already in the manager and new header is different! Removing header from the manager.
19:30:23 Texture header "a3\structures_f_exp\data\tiles\dutch_tiles_nohq.paa" already in the manager and new header is different! Removing header from the manager.
19:30:23 Initializing Steam Manager
19:30:23 Starting initial content check.
19:30:24 Steam Manager initialized.
19:30:24 
19:30:24 ==== Loaded addons ====
19:30:24 
19:30:24 dta\bin.pbo - 144923
19:30:24 dta\core.pbo - 129618
19:30:24 dta\languagecore_f.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Zombies and Demons\addons\ryanzombies.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_accessory.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_ai.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_arrays.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_common.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_diagnostic.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_events.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_hashes.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_help.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_jr.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_keybinding.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_main.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_main_a3.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_modules.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_music.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_network.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_settings.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_statemachine.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_strings.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_ui.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_vectors.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_versioning.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CBA_A3\addons\cba_xeh.pbo - 4965324d
19:30:24 E:\A3Epoch\ArmA3EpochServer\@DS Houses\addons\ds_houses.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_baseconfigs.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_basedata.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_aa12.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_ak.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_ammoboxes.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_ammunition.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_as50.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_awm.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_backpacks.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_bizon.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_colt1911.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_compact.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_compatibility.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_curator.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_cz750.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_cz805.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_duty.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_dynamicloadout.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_east_attachments.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_evo.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_fnfal.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_g36.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_glock17.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_grenadelaunchers.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_grenades.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_huntingrifle.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_igla.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_items.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_javelin.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_ksvk.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_l110.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_l129.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_l85.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_leeenfield.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m1014.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m107.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m110.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m136.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m14.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m14_dmr.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m16.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m24.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m240.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m249.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m47.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m60e4.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m72a6.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_m9.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_maaws.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_makarov.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_metis_at_13.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_microuzi.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_mk48.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_mp5.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_nlaw.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_nvg.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_pb_6p9.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_phantom.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_pk.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_pods.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_put.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_revolver.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_rpg18.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_rpg7.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_sa58.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_sa61.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_saiga12k.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_scar.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_shield.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_smaw.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_sounds.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_soundshaders.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_staticweapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_stinger.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_strela_2.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_svd.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_uk59.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_vehicleweapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_vss.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_weaponscore.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_weaponsdata.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_west_attachments.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Weapons\addons\cup_weapons_xm8.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_a10.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ah1z.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ah6.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ah64.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ambientplanes.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_an2.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_av8b.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_aw159.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_c130j.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ch47.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ch53e.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_dc3.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_f35.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_hc3.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ka50.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ka52.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_ka60.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_l39.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mh60s.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mi24.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mi35.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mi6.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mi8.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_motorplane.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mq9.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_mv22.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_pchela1t.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_sa330.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_staticline.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_su25.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_su34.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_uh1h.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_uh1y.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_airvehicles_uh60.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_2s6m.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_aav.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_bmp.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_bmp3.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_bradley.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_bulldog.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_challengerii.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_fv510.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_m113.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_m1_abrams.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_m270.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_m60.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_mcv80.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_sounds.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_t34.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_t55.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_t72.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_t90.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_trackedvehicles_zsu23.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_vehicles_cfggroups.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_vehicles_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_vehicles_fastrope.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_vehicles_towing.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_fishing_boat.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_fregata.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_lhd.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_pbx.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_rhib.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_seafox.pbo - 1
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_weapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_watervehicles_zodiac.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_brdm2.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_btr40.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_btr60.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_btr90.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_coyote.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_datsun.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_dingo.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_hmmwv.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_ikarus.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_jackal.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_kamaz.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_lada.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_lav25.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_lr.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_lsv_02.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_m1030.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_mastiff.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_matv.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_mtvr.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_octavia.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_offroad_02.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_rg31.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_ridgeback.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_s1203.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_skoda.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_strider.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_stryker.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_suv.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_t810.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_towingtractor.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_tt650.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_uaz.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_uphmmwv.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_ural.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_v3s.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_van02.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_vodnik.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_volha.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_vwgolf.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles\addons\cup_wheeledvehicles_wolfhound.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_civil_chernarus.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_civil_russia.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_civil_takistan.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_acr.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_baf.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_cdf.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_chedaki.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_delta.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_dummyinfantryset.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_germany.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_napa.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_pmc.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_racs.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_russia.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_sla.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_taki.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_takiinsurgents.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_usarmy.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_people_military_usmc.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_creatures_staticweapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_cz.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_cz_acr.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_cz_acr_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_cz_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_en.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_en_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_gb_baf.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_gb_baf_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_gb_pmc.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_gb_pmc_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_ru.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_ru_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_tk.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Units\addons\cup_dubbing_radio_tk_c.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_afghan.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_afghan_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_bohemia.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_bohemia_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_bootcamp_acr.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_bootcamp_acr_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_chernarus.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_chernarus_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_chernarus_summer.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_chernarus_summer_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert2_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_desert_e_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_provinggrounds_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_provinggrounds_pmc_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_sara.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_saralite.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_saralite_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_sara_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_sara_dbe1.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_sara_dbe1_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_shapur_baf.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_shapur_baf_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_takistan.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_takistan_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_utes.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_utes_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_zargabad.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps\addons\cup_terrains_maps_zargabad_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_a1always_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_a1_editorobjects.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_a2_editorobjects.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_aia_compat.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_baseconfig_f.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_buildings.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_a10_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air3_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air_d_baf_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air_e_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_air_pmc_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_animals2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_buildings.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_buildings2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_buildings2_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_buildings_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_ca_acr.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_ca_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_ca_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_ca_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_characters2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_cti_buildings.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_data.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_data_baf.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_data_baf_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_hotfix.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_hotfix_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_l39_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_language.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_languagemissions.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_languagemissions_baf.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_languagemissions_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_languagemissions_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_language_acr.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_language_baf.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_language_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_language_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc3.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc3_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_acr.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_acr_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_baf.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_e_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_misc_rtm2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_mp_armory_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_plants.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_plants2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_plants_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_plants_e2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_plants_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_roads.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_roads2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_roads_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_roads_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_roads_rtm2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_rocks.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_rocks2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_rocks_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_signs.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_signs2.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_signs_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_sounds_c_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_sounds_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_sounds_e_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures_e.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures_e_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures_pmc.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_structures_pmc_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_tracked2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_tracked_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_tracked_e_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_uifonts.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_ui_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_water2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_water_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_weapons2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_weapons_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_weapons_e_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_weapons_pmc_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_wheeled2_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_wheeled_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ca_wheeled_e_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_core.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_dbe1_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_dbe1_models_dbe1.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_dbe1_models_dbe1_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_editor_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_hsim_data_h_dummy.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_hsim_languagemissions_h.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_hsim_language_h.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_ibr_plants.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_plants.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_terrains_core.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_weather.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core\addons\cup_terrains_worlds.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_animals.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_buildings.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_bushes.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_c.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_chz.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_clutter.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_data.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_flashlight.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_layers.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_ponds.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_sounds.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_soundtrack.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_trees.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\chernarusredux_wrecks.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux\addons\tiles.pbo - 00000000
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a2_epoch_weapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_assets.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_code.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_community.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_configs.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_language.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_structures.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@Epoch\addons\a3_epoch_weapons.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\armor_f_tank.ebo - 132036
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\cargoposes_f_tank.ebo - 128283
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\characters_f_tank.ebo - 129798
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\data_f_tank.ebo - 128203
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\dubbing_f_tank.ebo - 127958
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\editorpreviews_f_tank.ebo - 131632
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\functions_f_tank.ebo - 125996
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\languagemissions_f_tank.ebo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\language_f_tank.ebo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\missions_f_tank.ebo - 130984
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\missions_f_tank_data.ebo - 128937
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\modules_f_tank.ebo - 129574
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\music_f_tank.ebo - 127912
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\props_f_tank.ebo - 131702
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\sounds_f_tank.ebo - 131364
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\structures_f_tank.ebo - 131803
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\ui_f_tank.ebo - 128232
19:30:24 E:\A3Epoch\ArmA3EpochServer\tank\addons\weapons_f_tank.pbo - 131482
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\characters_f_tacops.ebo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\data_f_tacops.ebo - 126731
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\dubbing_f_tacops.ebo - 129340
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\functions_f_tacops.ebo - 124382
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\languagemissions_f_tacops.ebo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\language_f_tacops.ebo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\missions_f_tacops.ebo - 131995
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\modules_f_tacops.ebo - 124298
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\music_f_tacops.ebo - 124064
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\sounds_f_tacops.ebo - 123795
19:30:24 E:\A3Epoch\ArmA3EpochServer\tacops\addons\ui_f_tacops.ebo - 124116
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\air_f_orange.pbo - 132035
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\cargoposes_f_orange.pbo - 126225
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\characters_f_orange.pbo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\data_f_orange.pbo - 121095
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\dubbing_f_orange.pbo - 121689
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\editorpreviews_f_orange.pbo - 123173
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\functions_f_orange.pbo - 128287
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\languagemissions_f_orange.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\language_f_orange.pbo - 132196
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\missions_f_orange.pbo - 126711
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\modules_f_orange.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\music_f_orange.pbo - 120725
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\props_f_orange.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\soft_f_orange.pbo - 132239
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\sounds_f_orange.pbo - 122301
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\structures_f_orange.pbo - 132196
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\supplies_f_orange.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\ui_f_orange.pbo - 123398
19:30:24 E:\A3Epoch\ArmA3EpochServer\orange\addons\weapons_f_orange.pbo - 130995
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\armor_f_argo.pbo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\characters_f_patrol.pbo - 129998
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\data_f_argo.pbo - 128209
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\data_f_patrol.pbo - 121287
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\editorpreviews_f_argo.pbo - 121102
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\functions_f_patrol.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\languagemissions_f_patrol.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\language_f_argo.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\language_f_patrol.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\map_malden.pbo - 129554
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\map_malden_data.pbo - 126137
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\map_malden_data_layers.pbo - 123441
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\map_malden_scenes_f.pbo - 120026
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\missions_f_patrol.pbo - 126663
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\modules_f_patrol.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\music_f_argo.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\props_f_argo.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\rocks_f_argo.pbo - 123488
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\sounds_f_patrol.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\structures_f_argo.pbo - 128082
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\ui_f_patrol.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\vegetation_f_argo.pbo - 123488
19:30:24 E:\A3Epoch\ArmA3EpochServer\argo\addons\weapons_f_patrol.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\air_f_jets.pbo - 132072
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\anims_f_jets.pbo - 123210
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\boat_f_destroyer.pbo - 132140
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\boat_f_jets.pbo - 129607
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\cargoposes_f_jets.pbo - 126225
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\characters_f_jets.pbo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\data_f_destroyer.pbo - 132156
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\data_f_jets.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\data_f_sams.pbo - 132140
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\dubbing_f_jets.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\editorpreviews_f_destroyer.pbo - 132141
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\editorpreviews_f_jets.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\editorpreviews_f_sams.pbo - 132141
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\functions_f_destroyer.pbo - 132075
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\functions_f_jets.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\languagemissions_f_jets.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\language_f_destroyer.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\language_f_jets.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\language_f_sams.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\missions_f_jets.pbo - 130755
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\modules_f_jets.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\music_f_jets.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\props_f_destroyer.pbo - 132141
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\props_f_jets.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\sounds_f_jets.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\static_f_destroyer.pbo - 132329
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\static_f_jets.pbo - 131969
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\static_f_sams.pbo - 132140
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\ui_f_jets.pbo - 126137
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\weapons_f_destroyer.pbo - 132155
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\weapons_f_jets.pbo - 131383
19:30:24 E:\A3Epoch\ArmA3EpochServer\jets\addons\weapons_f_sams.pbo - 132140
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\air_f_exp.pbo - 132062
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\anims_f_exp.pbo - 126506
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\armor_f_exp.pbo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\boat_f_exp.pbo - 129747
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\cargoposes_f_exp.pbo - 126224
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\characters_f_exp.pbo - 129738
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\data_f_exp.pbo - 128203
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\dubbing_f_exp.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\dubbing_radio_f_exp.pbo - 119458
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\dubbing_radio_f_exp_data_chi.pbo - 119458
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\dubbing_radio_f_exp_data_engfre.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\dubbing_radio_f_exp_data_fre.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\editorpreviews_f_exp.pbo - 126519
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\functions_f_exp.pbo - 132366
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\languagemissions_f_exp.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\language_f_exp.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_data_exp.pbo - 123499
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_tanoabuka.pbo - 130033
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_tanoabuka_data.pbo - 123523
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_tanoabuka_data_layers.pbo - 121192
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_tanoabuka_data_layers_00_00.pbo - 121192
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\map_tanoa_scenes_f.pbo - 123527
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\missions_f_exp.pbo - 132366
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\missions_f_exp_data.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\missions_f_exp_video.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\modules_f_exp.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\music_f_exp.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\music_f_exp_music.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\props_f_exp.pbo - 130646
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\rocks_f_exp.pbo - 129683
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\soft_f_exp.pbo - 130182
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\sounds_f_exp.pbo - 131659
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\static_f_exp.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp.pbo - 132109
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_civilian.pbo - 131934
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_commercial.pbo - 123430
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_cultural.pbo - 123423
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_data.pbo - 123431
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_industrial.pbo - 123429
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\structures_f_exp_infrastructure.pbo - 132117
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\supplies_f_exp.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\ui_f_exp.pbo - 123398
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\vegetation_f_exp.pbo - 127271
19:30:24 E:\A3Epoch\ArmA3EpochServer\expansion\addons\weapons_f_exp.pbo - 131546
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\anims_f_mark.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\characters_f_mark.pbo - 129739
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\data_f_mark.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\dubbing_f_mark.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\dubbing_f_mp_mark.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\functions_f_mark.pbo - 129645
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\functions_f_mp_mark.pbo - 129434
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\languagemissions_f_mark.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\languagemissions_f_mp_mark.pbo - 132106
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\language_f_mark.pbo - 132105
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\language_f_mp_mark.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\missions_f_mark.pbo - 122301
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\missions_f_mark_data.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\missions_f_mark_video.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\missions_f_mp_mark.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\missions_f_mp_mark_data.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\modules_f_mark.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\modules_f_mp_mark.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\music_f_mark.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\music_f_mark_music.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\sounds_f_mark.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\static_f_mark.pbo - 130728
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\structures_f_mark.pbo - 123419
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\supplies_f_mark.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\ui_f_mark.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\ui_f_mp_mark.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\mark\addons\weapons_f_mark.pbo - 131460
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\air_f_heli.pbo - 132035
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\anims_f_heli.pbo - 123210
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\boat_f_heli.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\cargoposes_f_heli.pbo - 126231
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\data_f_heli.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\dubbing_f_heli.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\functions_f_heli.pbo - 123022
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\languagemissions_f_heli.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\language_f_heli.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\missions_f_heli.pbo - 129397
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\missions_f_heli_data.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\missions_f_heli_video.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\modules_f_heli.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\music_f_heli.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\music_f_heli_music.pbo - 119477
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\soft_f_heli.pbo - 129742
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\sounds_f_heli.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\structures_f_heli.pbo - 129596
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\supplies_f_heli.pbo - 129371
19:30:24 E:\A3Epoch\ArmA3EpochServer\heli\addons\ui_f_heli.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\anims_f_kart.pbo - 123210
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\characters_f_kart.pbo - 120162
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\data_f_kart.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\languagemissions_f_kart.pbo - 132104
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\language_f_kart.pbo - 132105
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\missions_f_kart.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\missions_f_kart_data.pbo - 119459
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\modules_f_kart.pbo - 128288
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\modules_f_kart_data.pbo - 124178
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\soft_f_kart.pbo - 129741
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\sounds_f_kart.pbo - 125381
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\structures_f_kart.pbo - 123419
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\ui_f_kart.pbo - 119478
19:30:24 E:\A3Epoch\ArmA3EpochServer\kart\addons\weapons_f_kart.pbo - 120217
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\data_f_curator.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\data_f_curator_music.pbo - 119457
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\functions_f_curator.pbo - 123333
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\language_f_curator.pbo - 132107
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\missions_f_curator.pbo - 121570
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\modules_f_curator.pbo - 128381
19:30:24 E:\A3Epoch\ArmA3EpochServer\curator\addons\ui_f_curator.pbo - 130996
19:30:24 E:\A3Epoch\ArmA3EpochServer\@GMS\addons\custom_server.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\dzms.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epochz.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server_core.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server_debris_event.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server_events.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server_settings.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\epoch_server_vip_event.pbo - unknown
19:30:24 E:\A3Epoch\ArmA3EpochServer\@EpochHive\addons\loot_addon.pbo - unknown
19:30:24 addons\3den.pbo - 131733
19:30:24 addons\3den_language.pbo - 132107
19:30:24 addons\a3.pbo - unknown
19:30:24 addons\air_f.pbo - 132032
19:30:24 addons\air_f_beta.pbo - 132118
19:30:24 addons\air_f_epb.pbo - 132034
19:30:24 addons\air_f_epc.pbo - 129848
19:30:24 addons\air_f_gamma.pbo - 130580
19:30:24 addons\animals_f.pbo - 131659
19:30:24 addons\animals_f_beta.pbo - 123208
19:30:24 addons\anims_f.pbo - 127133
19:30:24 addons\anims_f_bootcamp.pbo - 123209
19:30:24 addons\anims_f_data.pbo - 127133
19:30:24 addons\anims_f_epa.pbo - 129908
19:30:24 addons\anims_f_epc.pbo - 121358
19:30:24 addons\anims_f_exp_a.pbo - 123209
19:30:24 addons\armor_f.pbo - 129739
19:30:24 addons\armor_f_beta.pbo - 132035
19:30:24 addons\armor_f_epb.pbo - 129739
19:30:24 addons\armor_f_epc.pbo - 129739
19:30:24 addons\armor_f_gamma.pbo - 132036
19:30:24 addons\baseconfig_f.pbo - 119457
19:30:24 addons\boat_f.pbo - 132036
19:30:24 addons\boat_f_beta.pbo - 132036
19:30:24 addons\boat_f_epc.pbo - 131911
19:30:24 addons\boat_f_gamma.pbo - 127529
19:30:24 addons\cargoposes_f.pbo - 128420
19:30:24 addons\characters_f.pbo - 130081
19:30:24 addons\characters_f_beta.pbo - 129738
19:30:24 addons\characters_f_bootcamp.pbo - 129738
19:30:24 addons\characters_f_epa.pbo - 129738
19:30:24 addons\characters_f_epb.pbo - 129738
19:30:24 addons\characters_f_epc.pbo - 129738
19:30:24 addons\characters_f_gamma.pbo - 129738
19:30:24 addons\data_f.pbo - 132155
19:30:24 addons\data_f_bootcamp.pbo - 129618
19:30:24 addons\data_f_exp_a.pbo - 119457
19:30:24 addons\data_f_exp_b.pbo - 119457
19:30:24 addons\drones_f.pbo - 132036
19:30:24 addons\dubbing_f.pbo - 119457
19:30:24 addons\dubbing_f_beta.pbo - 119457
19:30:24 addons\dubbing_f_bootcamp.pbo - 119457
19:30:24 addons\dubbing_f_epa.pbo - 119457
19:30:24 addons\dubbing_f_epb.pbo - 119457
19:30:24 addons\dubbing_f_epc.pbo - 119457
19:30:24 addons\dubbing_f_gamma.pbo - 122449
19:30:24 addons\dubbing_radio_f.pbo - 119457
19:30:24 addons\dubbing_radio_f_data_eng.pbo - 119457
19:30:24 addons\dubbing_radio_f_data_engb.pbo - 119458
19:30:24 addons\dubbing_radio_f_data_gre.pbo - 119458
19:30:24 addons\dubbing_radio_f_data_per.pbo - 119458
19:30:24 addons\dubbing_radio_f_data_vr.pbo - 119458
19:30:24 addons\editorpreviews_f.pbo - 128120
19:30:24 addons\editor_f.pbo - 121103
19:30:24 addons\functions_f.pbo - 132155
19:30:24 addons\functions_f_bootcamp.pbo - 129770
19:30:24 addons\functions_f_epa.pbo - 119458
19:30:24 addons\functions_f_epc.pbo - 119458
19:30:24 addons\functions_f_exp_a.pbo - 122619
19:30:24 addons\languagemissions_f.pbo - 132104
19:30:24 addons\languagemissions_f_beta.pbo - 132104
19:30:24 addons\languagemissions_f_bootcamp.pbo - 132107
19:30:24 addons\languagemissions_f_epa.pbo - 132104
19:30:24 addons\languagemissions_f_epb.pbo - 132104
19:30:24 addons\languagemissions_f_epc.pbo - 132123
19:30:24 addons\languagemissions_f_exp_a.pbo - 132107
19:30:24 addons\languagemissions_f_gamma.pbo - 132104
19:30:24 addons\language_f.pbo - 132107
19:30:24 addons\language_f_beta.pbo - 132107
19:30:24 addons\language_f_bootcamp.pbo - 132104
19:30:24 addons\language_f_epa.pbo - 132104
19:30:24 addons\language_f_epb.pbo - 132107
19:30:24 addons\language_f_epc.pbo - 132104
19:30:24 addons\language_f_exp_a.pbo - 132104
19:30:24 addons\language_f_exp_b.pbo - 132104
19:30:24 addons\language_f_gamma.pbo - 132107
19:30:24 addons\map_altis.pbo - 127995
19:30:24 addons\map_altis_data.pbo - 123439
19:30:24 addons\map_altis_data_layers.pbo - 123456
19:30:24 addons\map_altis_data_layers_00_00.pbo - 0000
19:30:24 addons\map_altis_data_layers_00_01.pbo - 0000
19:30:24 addons\map_altis_data_layers_01_00.pbo - 0000
19:30:24 addons\map_altis_data_layers_01_01.pbo - 0000
19:30:24 addons\map_altis_scenes_f.pbo - 119459
19:30:24 addons\map_data.pbo - 127098
19:30:24 addons\map_stratis.pbo - 129518
19:30:24 addons\map_stratis_data.pbo - 122905
19:30:24 addons\map_stratis_data_layers.pbo - 122917
19:30:24 addons\map_stratis_scenes_f.pbo - 119459
19:30:24 addons\map_vr.pbo - 131719
19:30:24 addons\map_vr_scenes_f.pbo - 119459
19:30:24 addons\misc_f.pbo - 119459
19:30:24 addons\missions_f.pbo - 129735
19:30:24 addons\missions_f_beta.pbo - 122470
19:30:24 addons\missions_f_beta_data.pbo - 119459
19:30:24 addons\missions_f_beta_video.pbo - 119459
19:30:24 addons\missions_f_bootcamp.pbo - 129645
19:30:24 addons\missions_f_bootcamp_data.pbo - 119459
19:30:24 addons\missions_f_bootcamp_video.pbo - 119459
19:30:24 addons\missions_f_data.pbo - 119459
19:30:24 addons\missions_f_epa.pbo - 132216
19:30:24 addons\missions_f_epa_data.pbo - 119459
19:30:24 addons\missions_f_epa_video.pbo - 119459
19:30:24 addons\missions_f_epb.pbo - 119459
19:30:24 addons\missions_f_epc.pbo - 119459
19:30:24 addons\missions_f_exp_a.pbo - 121496
19:30:24 addons\missions_f_exp_a_data.pbo - 119459
19:30:24 addons\missions_f_gamma.pbo - 131918
19:30:24 addons\missions_f_gamma_data.pbo - 119459
19:30:24 addons\missions_f_gamma_video.pbo - 119459
19:30:24 addons\missions_f_video.pbo - 119459
19:30:24 addons\modules_f.pbo - 124453
19:30:24 addons\modules_f_beta.pbo - 119459
19:30:24 addons\modules_f_beta_data.pbo - 119459
19:30:24 addons\modules_f_bootcamp.pbo - 119459
19:30:24 addons\modules_f_data.pbo - 122470
19:30:24 addons\modules_f_epb.pbo - 119459
19:30:24 addons\modules_f_exp_a.pbo - 119459
19:30:24 addons\music_f.pbo - 119459
19:30:24 addons\music_f_bootcamp.pbo - 119459
19:30:24 addons\music_f_bootcamp_music.pbo - 119459
19:30:24 addons\music_f_epa.pbo - 119459
19:30:24 addons\music_f_epa_music.pbo - 119459
19:30:24 addons\music_f_epb.pbo - 119459
19:30:24 addons\music_f_epb_music.pbo - 119459
19:30:24 addons\music_f_epc.pbo - 119459
19:30:24 addons\music_f_epc_music.pbo - 119477
19:30:24 addons\music_f_music.pbo - 119477
19:30:24 addons\plants_f.pbo - 126807
19:30:24 addons\props_f_exp_a.pbo - 129371
19:30:24 addons\roads_f.pbo - 127271
19:30:24 addons\rocks_f.pbo - 127271
19:30:24 addons\signs_f.pbo - 127272
19:30:24 addons\soft_f.pbo - 132036
19:30:24 addons\soft_f_beta.pbo - 132036
19:30:24 addons\soft_f_bootcamp.pbo - 129739
19:30:24 addons\soft_f_epc.pbo - 129739
19:30:24 addons\soft_f_gamma.pbo - 131376
19:30:24 addons\sounds_f.pbo - 132162
19:30:24 addons\sounds_f_arsenal.pbo - 127887
19:30:24 addons\sounds_f_bootcamp.pbo - 119477
19:30:24 addons\sounds_f_characters.pbo - 121082
19:30:24 addons\sounds_f_environment.pbo - 120046
19:30:24 addons\sounds_f_epb.pbo - 126923
19:30:24 addons\sounds_f_epc.pbo - 125380
19:30:24 addons\sounds_f_exp_a.pbo - 119477
19:30:24 addons\sounds_f_sfx.pbo - 119477
19:30:24 addons\sounds_f_vehicles.pbo - 128448
19:30:24 addons\static_f.pbo - 132036
19:30:24 addons\static_f_beta.pbo - 122642
19:30:24 addons\static_f_gamma.pbo - 122615
19:30:24 addons\structures_f.pbo - 131287
19:30:24 addons\structures_f_bootcamp.pbo - 123488
19:30:24 addons\structures_f_data.pbo - 130046
19:30:24 addons\structures_f_epa.pbo - 123407
19:30:24 addons\structures_f_epb.pbo - 126137
19:30:24 addons\structures_f_epc.pbo - 123407
19:30:24 addons\structures_f_exp_a.pbo - 123423
19:30:24 addons\structures_f_households.pbo - 129369
19:30:24 addons\structures_f_ind.pbo - 130947
19:30:24 addons\structures_f_mil.pbo - 127270
19:30:24 addons\structures_f_wrecks.pbo - 129371
19:30:24 addons\uifonts_f.pbo - 119478
19:30:24 addons\uifonts_f_data.pbo - 128439
19:30:24 addons\ui_f.pbo - 131720
19:30:24 addons\ui_f_bootcamp.pbo - 119478
19:30:24 addons\ui_f_data.pbo - 129859
19:30:24 addons\ui_f_exp_a.pbo - 119478
19:30:24 addons\weapons_f.pbo - 132157
19:30:24 addons\weapons_f_beta.pbo - 130487
19:30:24 addons\weapons_f_bootcamp.pbo - 124358
19:30:24 addons\weapons_f_epa.pbo - 124514
19:30:24 addons\weapons_f_epb.pbo - 124216
19:30:24 addons\weapons_f_epc.pbo - 130416
19:30:24 addons\weapons_f_gamma.pbo - 120217
19:30:24 
19:30:24 =======================
19:30:24 
19:30:24 ============================================================================================= List of mods ===============================================================================================
19:30:24 modsReadOnly = true
19:30:24 safeModsActivated = false
19:30:24 customMods = true
19:30:24 hash = '6D317DA5E0D1A718D597828C72505CBEFE3C94D4'
19:30:24 hashShort = '5d2c5c9f'
19:30:24                                               name |               modDir |    default |               origin |                                     hash | hashShort | fullPath
19:30:24 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19:30:24                            Ryan's Zombies & Demons |  @Zombies and Demons |      false |             GAME DIR | a8e40ba92bbdc0eed3beaad1536a841396a2083d |  62057cac | E:\A3Epoch\ArmA3EpochServer\@Zombies and Demons
19:30:24                       Community Base Addons v3.8.0 |              @CBA_A3 |      false |             GAME DIR | 6304a49f3adaa42c1c4fc161d83107a2f59bc243 |  9d5b3d15 | E:\A3Epoch\ArmA3EpochServer\@CBA_A3
19:30:24                                          DS Houses |           @DS Houses |      false |             GAME DIR | d3cd43652f8b5fe347fdf7011e805b6237b98753 |  6a77c533 | E:\A3Epoch\ArmA3EpochServer\@DS Houses
19:30:24                                 CUP Weapons 1.10.1 |         @CUP Weapons |      false |             GAME DIR | 033420968e76d74dbbeb0b40f0eec7984a6978f1 |  249d5372 | E:\A3Epoch\ArmA3EpochServer\@CUP Weapons
19:30:24                                CUP Vehicles 1.10.1 |        @CUP Vehicles |      false |             GAME DIR | 32872fe828e6a8e0c05ea2dbd208c05f35d816c0 |  2346a5e6 | E:\A3Epoch\ArmA3EpochServer\@CUP Vehicles
19:30:24                                   CUP Units 1.10.1 |           @CUP Units |      false |             GAME DIR | 17e998fdad6f4ac051e5526854ead37377db800e |  80be0358 | E:\A3Epoch\ArmA3EpochServer\@CUP Units
19:30:24                          CUP Terrains - Maps 1.4.2 | @CUP Terrains - Maps |      false |             GAME DIR | 8dea9393a91b0b82bdf6c527c5088f9e9688f7bf |   6b52410 | E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Maps
19:30:24                          CUP Terrains - Core 1.4.2 | @CUP Terrains - Core |      false |             GAME DIR | 3e43cf6f60835dfe6d8e450bcd49eab579e096eb |   9e41eb9 | E:\A3Epoch\ArmA3EpochServer\@CUP Terrains - Core
19:30:24                                    Chernarus Redux |     @Chernarus Redux |      false |             GAME DIR | 45919615d7f115bfe99b1a4228e6e40f17f2d1a9 |  35de78e6 | E:\A3Epoch\ArmA3EpochServer\@Chernarus Redux
19:30:24                                    Epoch Mod 1.2.0 |               @Epoch |      false |             GAME DIR | 02ed17fb0b0b859b45ac71ba84bd2285d66b3a71 |  4efd885a | E:\A3Epoch\ArmA3EpochServer\@Epoch
19:30:24                                Arma 3 DLC Bundle 2 |           dlcbundle2 |       true |            NOT FOUND |                                          |           | 
19:30:24                                Arma 3 DLC Bundle 1 |            dlcbundle |       true |            NOT FOUND |                                          |           | 
19:30:24                                       Arma 3 Tanks |                 tank |       true |             GAME DIR | 2bb31a61f207ce3731c49bc04f74f83869e9d520 |  3c916866 | E:\A3Epoch\ArmA3EpochServer\tank
19:30:24                                     Arma 3 Tac-Ops |               tacops |       true |             GAME DIR | 2f25d6c15d999303bfeafc6acc5ea03d366f6180 |   80a05d1 | E:\A3Epoch\ArmA3EpochServer\tacops
19:30:24                                 Arma 3 Laws of War |               orange |       true |             GAME DIR | d8184520c36a84101cd0c179f415f720ec3827ac |  e6b18e89 | E:\A3Epoch\ArmA3EpochServer\orange
19:30:24                                      Arma 3 Malden |                 argo |       true |             GAME DIR | 00f37f3df7324bde5a9c6948c4209dd2bfc523fb |  e63cbefc | E:\A3Epoch\ArmA3EpochServer\argo
19:30:24                                        Arma 3 Jets |                 jets |       true |             GAME DIR | 304f5089d60d4023701471d276626aa2809f833a |   b486847 | E:\A3Epoch\ArmA3EpochServer\jets
19:30:24                                        Arma 3 Apex |            expansion |       true |             GAME DIR | 2cf0f107eb7e4097fecdbb598a99dbac0c8d5f22 |  d938f4af | E:\A3Epoch\ArmA3EpochServer\expansion
19:30:24                                    Arma 3 Marksmen |                 mark |       true |             GAME DIR | b494f3c091d8febad254479f4e5cfb748423110c |  bdcf5b5e | E:\A3Epoch\ArmA3EpochServer\mark
19:30:24                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | b3b5c6ce05bfcb23cda002553f2bdfab7d464980 |  e345e686 | E:\A3Epoch\ArmA3EpochServer\heli
19:30:24                                       Arma 3 Karts |                 kart |       true |             GAME DIR | b0986e5d7cae802e2fcb334c6344535637b9acf8 |  f58753fb | E:\A3Epoch\ArmA3EpochServer\kart
19:30:24                                        Arma 3 Zeus |              curator |       true |             GAME DIR | 08d04c76323ed7cecf16b535abbf3a89e6fa1fba |  36cc0e59 | E:\A3Epoch\ArmA3EpochServer\curator
19:30:24                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          |           | 
19:30:24                                               @GMS |                 @GMS |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | E:\A3Epoch\ArmA3EpochServer\@GMS
19:30:24                                         @EpochHive |           @EpochHive |      false |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 |  11fdd19c | E:\A3Epoch\ArmA3EpochServer\@EpochHive
19:30:24 ==========================================================================================================================================================================================================
19:30:24 InitSound ...
19:30:24 InitSound - complete
19:30:25 PhysX3 SDK Init started ...
19:30:25 PhysX3 SDK Init ended.
19:30:26 Error in expression <];


SafeZonePositions =
[
[[4021,11653,],175]
];

UseHarassingZombies          >
19:30:26   Error position: <],175]
];

UseHarassingZombies          >
19:30:26   Error Missing [
19:30:26 File epochz\init\fn_init.sqf [epochz_fnc_init], line 1380
19:30:26 Error in expression <];


SafeZonePositions =
[
[[4021,11653,],175]
];

UseHarassingZombies          >
19:30:26   Error position: <],175]
];

UseHarassingZombies          >
19:30:26   Error Missing [
19:30:26 File epochz\init\fn_init.sqf [epochz_fnc_init], line 1380
19:30:27 [0,43.393,0,"XEH: PreStart started."]
19:30:27 [CBA] (settings) INFO: Userconfig: Ignored.
19:30:27 [0,43.623,0,"XEH: PreStart finished."]
19:30:27 [XEH]: Ryanzombieslogiceasy does not support Extended Event Handlers! Addon: @Zombies and Demons
19:30:27 [XEH]: Ryanzombieslogicspawnfast1opfor does not support Extended Event Handlers! Addon: @Zombies and Demons
19:30:27 [XEH]: VirtualMan_EPOCH does not support Extended Event Handlers! Addon: @Epoch
19:30:27 [XEH]: MBK_EPOCH_BASE does not support Extended Event Handlers! Addon: @Epoch
19:30:27 core\skyobject\skyobject.p3d: No geometry and no visual shape
19:30:28 a3\data_f\krater.p3d: No geometry and no visual shape
19:30:28 a3\data_f\koule.p3d: No geometry and no visual shape
19:30:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
a3_characters_f
19:30:28 Loading movesType CfgGesturesMale
19:30:28 Creating action map cache
19:30:28 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
19:30:28 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:29 MovesType CfgGesturesMale load time 375 ms
19:30:29 Loading movesType CfgMovesMaleSdr
19:30:29 Creating action map cache
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone hips doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnr doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_backwpnl doesn't exist in skeleton OFP2_ManSkeleton
19:30:36 Error: Bone slot_buttpack doesn't exist in skeleton OFP2_ManSkeleton
19:30:37 MovesType CfgMovesMaleSdr load time 8302 ms
19:30:37 a3\characters_f\proxies\flag.p3d: No geometry and no visual shape
19:30:38 VoteThreshold must be in 0..1 range. Defaulting to 0.5
19:30:38 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
19:30:38 Steam AppId in current environment: 107410
19:30:39 Starting mission:
19:30:39  Mission file: epoch (__cur_mp)
19:30:39  Mission world: ChernarusRedux
19:30:39  Mission directory: mpmissions\__cur_mp.ChernarusRedux\
19:30:39 a3\data_f\blesk1.p3d: No geometry and no visual shape
19:30:39 a3\data_f\blesk2.p3d: No geometry and no visual shape
19:30:39 a3\data_f\raindrop.p3d: No geometry and no visual shape
19:30:39 a3\map_stratis\data\obloha.p3d: No geometry and no visual shape
19:30:39 a3\data_f\stars.p3d: No geometry and no visual shape
19:30:39 a3\map_stratis\data\horizont.p3d: No geometry and no visual shape
19:30:39 a3\data_f\rainbow.p3d: No geometry and no visual shape
19:30:42 chr\chernarusredux_buildings\decals\casing_338_1.p3d: No geometry and no visual shape
19:30:42 chr\chernarusredux_buildings\decals\casing_small_1.p3d: No geometry and no visual shape
19:30:42 No more slot to add connection at 033114 (3318.4,3935.0)
19:30:42 No more slot to add connection at 033114 (3317.7,3934.8)
19:30:42 No more slot to add connection at 043106 (4367.3,4679.1)
19:30:42 No more slot to add connection at 091117 (9169.6,3624.7)
19:30:42 No more slot to add connection at 091115 (9173.7,3820.6)
19:30:42 a3\data_f\krater.p3d: No geometry and no visual shape
19:30:44 chr\chernarusredux_buildings\ds_houses\a2_housev_3i2\proxy\okno_30.p3d: No geometry and no visual shape
19:30:44 Warning: Unaccessible ladder point for AI (already used for actionend3) in chr\chernarusredux_buildings\ds_houses\a2_housev_3i2\ds_housev_3i2.p3d
19:30:44 Warning: Unaccessible ladder point for AI (already used for actionend3) in chr\chernarusredux_buildings\ds_houses\a2_housev_3i2\ds_housev_3i2.p3d
19:30:45 chr\chernarusredux_buildings\ds_houses\a2_housev_2i\proxy\okno_13.p3d: No geometry and no visual shape
19:30:45 chr\chernarusredux_buildings\ds_houses\a2_housev_2i\proxy\okno_12.p3d: No geometry and no visual shape
19:30:45 chr\chernarusredux_buildings\ds_houses\a2_housev_2i\proxy\okno_11.p3d: No geometry and no visual shape
19:30:46 Warning: Unaccessible ladder point for AI (already used for actionend4) in chr\chernarusredux_buildings\ds_houses\a2_housev_1l2\ds_housev_1l2.p3d
19:30:46 Strange convex component94 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component95 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component96 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component97 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component98 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component99 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component100 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component101 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component102 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component103 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component104 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component105 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component106 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component107 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component108 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component109 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component110 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component111 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component112 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component113 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component114 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component115 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component116 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component117 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component118 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component119 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component120 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component121 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component122 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component123 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component124 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component125 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component135 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component136 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component137 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component138 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component139 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component140 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component141 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component142 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component143 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component144 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component145 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component146 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component147 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component148 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Strange convex component149 in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d:geometryView
19:30:46 Warning: Unaccessible ladder point for AI (already used for actionbegin7) in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d
19:30:46 Warning: Unaccessible ladder point for AI (already used for actionbegin7) in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d
19:30:46 Warning: Unaccessible ladder point for AI (already used for actionend7) in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d
19:30:46 Warning: Unaccessible ladder point for AI (already used for actionend7) in chr\chernarusredux_buildings\ds_houses\a2_housev_2l\ds_housev_2l.p3d
19:30:47 a3\structures_f_epc\dominants\ghosthotel\gh_proxy_shower_f.p3d: No geometry and no visual shape
19:30:47 Strange convex component03 in chr\chernarusredux_bushes\b_str_krovisko_vysoke.p3d:geometryView
19:30:51 a3\structures_f\ind\powerlines\powercable_submarine_f.p3d: No geometry and no visual shape
19:30:53 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:30:54 Bad simulation fire, type Land_FirePlace_F (class=house), a3\structures_f\civ\camping\fireplace_f.p3d
19:30:56 chr\chernarusredux_buildings\objects\chr_trash_random3.p3d: No geometry and no visual shape
19:30:56 chr\chernarusredux_buildings\objects\chr_trash_bricks1.p3d: No geometry and no visual shape
19:30:56 chr\chernarusredux_buildings\decals\glass_shards_3.p3d: No geometry and no visual shape
19:30:57 ca\misc_e\ladder_ep1.p3d: house, config class missing
19:30:58 chr\chernarusredux_buildings\objects\chr_trash_random2.p3d: No geometry and no visual shape
19:30:58 chr\chernarusredux_buildings\decals\glass_shards_1.p3d: No geometry and no visual shape
19:30:58 chr\chernarusredux_buildings\ivy\chr_trash_random1.p3d: No geometry and no visual shape
19:30:58 chr\chernarusredux_buildings\ivy\chr_vine_corner.p3d: No geometry and no visual shape
19:31:01 chr\chernarusredux_buildings\car_parts\volhoa_bonnet.p3d: No geometry and no visual shape
19:31:01 chr\chernarusredux_buildings\car_parts\wheel_1.p3d: No geometry and no visual shape
19:31:01 chr\chernarusredux_buildings\car_parts\wheel_2.p3d: No geometry and no visual shape
19:31:01 chr\chernarusredux_buildings\car_parts\volhoa_door_1.p3d: No geometry and no visual shape
19:31:02 Bad simulation fire, type Land_FirePlace_F (class=house), a3\structures_f\civ\camping\fireplace_f.p3d
19:31:03 ca\misc\pallets_column.p3d: No geometry and no visual shape
19:31:03 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:04 ca\misc_e\ladder_ep1.p3d: house, config class missing
19:31:05 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:05 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:05 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:05 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:05 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:05 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:07 "CfgEpochCoreServerFunctions"
19:31:07 [13012,83.563,0,"XEH: PreInit started. v3.8.0.180801"]
19:31:07 [13012,83.83,0,"XEH: PreInit finished."]
19:31:07 "Epoch: Advanced Vehicle Repair Enabled"
19:31:07 "Loading Functions: CfgServerFunctions"
19:31:08 Connected to Steam servers
19:31:08 [DZMS]: Starting DayZ Mission System.
19:31:08 [DZMS]: Currently Running Version: 3.01_A3
19:31:08 [DZMS]: Mission and Extended Configuration Loaded!
19:31:08 [DZMS]: chernarusredux Detected. Map Specific Settings Adjusted!
19:31:08 [DZMS]: Loading ExecVM Functions.
19:31:08 [DZMS]: Loading Compiled Functions.
19:31:08 [DZMS]: Loading All Other Functions.
19:31:08 [DZMS]: Mission Functions Script Loaded!
19:31:08 [13012,84.022,0,"XEH: PostInit started. MISSIONINIT: missionName=epoch, missionVersion=53, worldName=ChernarusRedux, isMultiplayer=true, isServer=true, isDedicated=true, CBA_isHeadlessClient=false, hasInterface=false, didJIP=false"]
19:31:08 [13012,84.038,0,"CBA_VERSIONING: cba=3.8.0.180801, "]
19:31:08 [13012,84.04,0,"XEH: PostInit finished."]
19:31:08 "Epoch: Starting ArmA3 Epoch Server, Version 1.2.0. Note: If server crashes directly after this point check that Redis is running and the connection info is correct."
19:31:08 CallExtension loaded: epochserver (E:\A3Epoch\ArmA3EpochServer\@EpochHive\epochserver_x64.dll) [] []

19:31:08 c:\bis\source\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
19:31:08  Mission id: 23714569b3b3d548a0d5c8c0f1018127f9e424e8
19:31:09 "[blckeagls] Loading Server Mission System Version 6.84 Build 149 Build Date 8-5-18  5:00 PM"
19:31:09 "[blckeagls] Variables Loaded"
19:31:09 "[blckeagls] Functions Loaded"
19:31:09 Attempt to override final function - bis_fnc_storeparamsvalues_data
19:31:09 "[blckeagls] debug mode settings:blck_debugON = true blck_debugLevel = 0"
19:31:09 "Epoch: CUP Weapons detected"
19:31:09 "Epoch: CUP Vehicles detected"
19:31:09 "Epoch: Ryanzombies detected"
19:31:09 "Epoch: Init Variables"
19:31:09 "Loading config..."
19:31:09 [DZMS]: Major Mission Clock Starting!
19:31:09 "Epoch: Set Real Time: [2018,08,12,19,31,09]"
19:31:09 "Epoch: Start Hive, Instance ID: 'NA123'"
19:31:09 "Epoch: Init Connect/Disconnect handlers"
19:31:09 "Epoch: Setup Side Settings"
19:31:09 "Epoch: Setup World Settings for ChernarusRedux"
19:31:09 "Epoch: Loading buildings"
19:31:09 Attempt to override final function - epoch_dyn_bankbalance
19:31:09 Attempt to override final function - epoch_dyn_resetgroup
19:31:09 Attempt to override final function - epoch_dyn_groupupdate
19:31:09 Attempt to override final function - epoch_dyn_groupuidupdate
19:31:09 Attempt to override final function - epoch_dyn_healplayer
19:31:09 Attempt to override final function - epoch_dyn_tradecomplete
19:31:09 Attempt to override final function - epoch_dyn_resettempgroup
19:31:09 Attempt to override final function - epoch_dyn_tempgroupupdate
19:31:09 Attempt to override final function - epoch_dyn_tempgroupuidupdate
19:31:09 Attempt to override final function - epoch_meyhzbg
19:31:09 Attempt to override final function - rocdrnj
19:31:09 Attempt to override final function - vapgudyf
19:31:09 Attempt to override final function - ohxngw
19:31:09 Attempt to override final function - cvxly
19:31:09 "-- LOOTSPAWNER initialise ------------------------"
19:31:09 "[blckeagls] Loading configurations for Non-militarized servers: blck_configs.sqf"
19:31:09 "[blckeagls] Loading Mission System using Parameters for Epoch"
19:31:09 "[KillFeed]: Server loading killfeed function"
19:31:09 "EPOCH-LOGIN: Init"
19:31:09 [DZMS]: Minor Mission Clock Starting!
19:31:09 [DZMS]: Mission Marker Loop for JIPs Starting!
19:31:09 "[KillFeed]: Server waiting for EPOCH_deadPlayer_PVS"
19:31:09 "EPOCH-LOGIN: Start Loadingscreen"
19:31:09 Error in expression <;
"Starting Epoch... Please wait!" call Epoch_updateLoadingScreen;>
19:31:09   Error position: <Epoch_updateLoadingScreen;>
19:31:09   Error Undefined variable in expression: epoch_updateloadingscreen
19:31:09 "[blckeagls] Configurations for Epoch Loaded"
19:31:09 "Epoch: Loading teleports and static props"
19:31:09 "-- LOOTSPAWNER spawnBuilding_list ready, d: 0.358s"
19:31:09 "[blckeagls] blck_useHC = false"
19:31:09 "[blckeagls] Loading Configuration Overides"
19:31:09 "[blckeagls] Running Map Addons for Epoch"
19:31:09 "[blckeagls] MapAddons:: addons list is []"
19:31:09 "[blckeagls] Loading Map-specific information"
19:31:10 "[blckeagls]  Adding Trader Cities to blacklisted locations based on setting for blck_blacklistTraderCities = true"
19:31:10 "EPOCH-LOGIN: Version Check"
19:31:10 "[blckeagls] Loading Map-specific settings with worldName = chernarusredux"
19:31:10 "[blckeagls] Loading Mission Lists"
19:31:10 "[blckeagls] Mission Lists Loaded Successfully"
19:31:10 "blck_init_server: ->> Static and UMS systems initialized."
19:31:10 "[blckegls] blckegls simulation manager enabled"
19:31:10 "[blckeagls] version 8-5-18  5:00 PM Build 6.84 Build 149 Loaded in 1.41 seconds"
19:31:10 "blckeagls] waiting for players to join ----    >>>>"
19:31:10 "[blckeagls] spawning Missions"
19:31:10 "[blckeagls] SLS::  -- >>  Static Loot Spawner Started"
19:31:10 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_HouseV2_04_interier has no building positions --"
19:31:10 Warning: Unaccessible ladder point for AI (already used for actionend4) in ds_houses\derevnya\a2_housev_1l2\d_housev_1l2.p3d
19:31:10 "[blckeagls] Initializing UMS"
19:31:10 "<GMS_UMS_functions.sqf>  Functions compiled"
19:31:10 "[blckeagls]  UMS <Initialized>"
19:31:10 "[blckeagls] GMS_StaticMissions Initialized.sqf <Loaded>"
19:31:10 "[blckeagls] SLS System: Static loot crates ran successfully!"
19:31:11 "[blckeagls] SLS::  -- >>  Static Loot Spawner Done"
19:31:11 "[blckeagls] < MISSION SYSTEM FULLY INITIALIZED AND RUNNING >"
19:31:11 Warning: Unaccessible ladder point for AI (already used for actionbegin7) in ds_houses\derevnya\a2_housev_2l\d_housev_2l.p3d
19:31:11 Warning: Unaccessible ladder point for AI (already used for actionbegin7) in ds_houses\derevnya\a2_housev_2l\d_housev_2l.p3d
19:31:11 Warning: Unaccessible ladder point for AI (already used for actionend7) in ds_houses\derevnya\a2_housev_2l\d_housev_2l.p3d
19:31:11 Warning: Unaccessible ladder point for AI (already used for actionend7) in ds_houses\derevnya\a2_housev_2l\d_housev_2l.p3d
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_IndPipe2_bigBuild2_L has no building positions --"
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_IndPipe2_big_18 has no building positions --"
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_IndPipe2_big_9 has no building positions --"
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_IndPipe2_big_ground2 has no building positions --"
19:31:11 "[blckeagls] blckListPrior = [[[6968.66,8345.91,0],1000],[[1024.82,2023.51,0],1000],[[1024.85,2023.52,0],1000],[[4569.52,4524.24,0.201431],1000],[[12077.8,5121.92,0.00144958],1000],[[10688.6,9428.98,0.00144958],1000]]"
19:31:11 "[blckeagls] ] blck_locationBlackList = [[[6968.66,8345.91,0],1000],[[1024.82,2023.51,0],1000],[[1024.85,2023.52,0],1000],[[4569.52,4524.24,0.201431],1000],[[12077.8,5121.92,0.00144958],1000],[[10688.6,9428.98,0.00144958],1000]]"
19:31:11 chr\chernarusredux_buildings\decals\glass_shards_4.p3d: No geometry and no visual shape
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_Panelak2 has no building positions --"
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_Shed_W01 has no building positions --"
19:31:11 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: Land_Airport_center_F has no building positions --"
19:31:12 a3\structures_f\training\target_popup_moving_90deg_f.p3d: house, config class missing
19:31:12 "-- !!LOOTSPAWNER WARNING!! in Buildingstoloot_list: C130J_wreck_EP1 has no building positions --"
19:31:12 "[blckeagls] Timstamp 88.681 |Dynamic Missions Running 0 | UMS Running 0 | Vehicles 0 | Groups 0 | Server FPS 9.10643 | Server Uptime 1 Min | Missions Run 0"
19:31:12 "-- LOOTSPAWNER Buildingpositions_list ready, d: 2.227s"
19:31:13 SW keep height animation used for a3\structures_f_epb\civ\accessories\woodpile_large_f.p3d
19:31:13 a3\structures_f\mil\flags\flag_f.p3d: No geometry and no visual shape
19:31:13 "-- LOOTSPAWNER LSusedclass_list ready, d: 0.681s"
19:31:13 "-- LOOTSPAWNER LSDer started..."
19:31:13 "-- LOOTSPAWNER ready and waiting for players -----"
19:31:14 "Epoch: Loading NPC traders"
19:31:14 a3\weapons_f\binocular\nvg_proxy.p3d: No geometry and no visual shape
19:31:15 a3\characters_f\heads\glasses\g_shades_black.p3d: No geometry and no visual shape
19:31:15 chr\chernarusredux_buildings\ivy\chr_vine_large.p3d: No geometry and no visual shape
19:31:16 a3\characters_f\heads\glasses\g_shades_blue.p3d: No geometry and no visual shape
19:31:16 "Epoch: Spawning NPC traders"
19:31:16 "Epoch: Loading vehicles"
19:31:16 Render target memory points PIP5_pos & PIP5_dir not found.
19:31:16 a3\data_f\proxies\flags\flag_alone.p3d: No geometry and no visual shape
19:31:17 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:31:17 Error: Wheel reference not initialized
19:31:17 a3\data_f\proxies\flags\flag_auto.p3d: No geometry and no visual shape
19:31:17 Bad simulation fire, type Land_FirePlace_F (class=house), a3\structures_f\civ\camping\fireplace_f.p3d
19:31:17 Error: Wheel reference not initialized
19:31:17 chr\chernarusredux_buildings\car_parts\front_bumper_1.p3d: No geometry and no visual shape
19:31:17 chr\chernarusredux_buildings\car_parts\carseat_4.p3d: No geometry and no visual shape
19:31:17 chr\chernarusredux_buildings\car_parts\door_1.p3d: No geometry and no visual shape
19:31:18 Strange convex component05 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire
19:31:18 Strange convex component74 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire
19:31:18 Strange convex component202 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire
19:31:18 Strange convex component391 in a3\rocks_f\sharp\sharprock_spike.p3d:geometryFire
19:31:19 x\addons\a3_epoch_community\models\itemrotor.p3d: No geometry and no visual shape
19:31:19 O_Truck_02_transport_EPOCH: rear_hide - unknown animation source rear_hide
19:31:19 x\addons\a3_epoch_assets\models\rock.p3d: No geometry and no visual shape
19:31:20 a3\air_f\data\plane_flag_medium_f.p3d: No geometry and no visual shape
19:31:20 Error: Wheel reference not initialized
19:31:20 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:21 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:21 Error: Wheel reference not initialized
19:31:21 x\addons\a3_epoch_community\models\seeds.p3d: No geometry and no visual shape
19:31:21 In Vehicle: cup\wheeledvehicles\cup_wheeledvehicles_datsun\cup_datsun_civil.p3d missing gunner get in direction point
19:31:21 In Vehicle: cup\wheeledvehicles\cup_wheeledvehicles_datsun\cup_datsun_civil.p3d missing gunner get in direction point
19:31:22 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:22 x\addons\a3_epoch_weapons\1911_magazine.p3d: No geometry and no visual shape
19:31:22 Error: Wheel reference not initialized
19:31:23 Duplicate HitPoint name 'HitTurret' in 'O_Heli_Transport_04_covered_EPOCH'
19:31:23 Duplicate HitPoint name 'HitGun' in 'O_Heli_Transport_04_covered_EPOCH'
19:31:23 a3\air_f\data\plane_flag_big_f.p3d: No geometry and no visual shape
19:31:23 a3\air_f_heli\heli_transport_04\proxy_heli_transport_04_f.p3d: No geometry and no visual shape
19:31:23 a3\air_f_heli\heli_transport_04\heli_transport_04_covered_proxy_f.p3d: No geometry and no visual shape
19:31:23 Duplicate HitPoint name 'HitTurret' in 'O_Heli_Transport_04_box_EPOCH'
19:31:23 Duplicate HitPoint name 'HitGun' in 'O_Heli_Transport_04_box_EPOCH'
19:31:23 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:24 Duplicate HitPoint name 'HitTurret' in 'O_Heli_Transport_04_EPOCH'
19:31:24 Duplicate HitPoint name 'HitGun' in 'O_Heli_Transport_04_EPOCH'
19:31:24 x\addons\a3_epoch_community\models\icecream.p3d: No geometry and no visual shape
19:31:24 Strange convex component25 in ca\structures\barn_w\barn_w_02.p3d:geometryView
19:31:24 Strange convex component26 in ca\structures\barn_w\barn_w_02.p3d:geometryView
19:31:24 Error: Wheel reference not initialized
19:31:24 x\addons\a3_epoch_assets\models\stick.p3d: No geometry and no visual shape
19:31:25 O_Truck_02_covered_EPOCH: rear_hide - unknown animation source rear_hide
19:31:25 Error: Wheel reference not initialized
19:31:26 "DEBUG: vehicle destroyed already (0) or invalid vehicle class: "
19:31:26 a3\weapons_f\binocular\nvg_proxy.p3d: No geometry and no visual shape
19:31:26 a3\weapons_f\binocular\nvg_proxy_off.p3d: No geometry and no visual shape
19:31:26 In Vehicle: cup\wheeledvehicles\cup_wheeledvehicles_datsun\cup_datsun_civil.p3d missing gunner get in direction point
19:31:26 x\addons\a3_epoch_assets_3\cfgvehicles\solar_gen_assets\battery\battery.p3d: No geometry and no visual shape
19:31:26 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
19:31:26 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:31:27 a3\air_f\data\plane_flag_medium_inv_f.p3d: No geometry and no visual shape
19:31:29 x\addons\a3_epoch_community\models\enginespares.p3d: No geometry and no visual shape
19:31:29 Duplicate HitPoint name 'HitTurret' in 'O_Heli_Transport_04_bench_EPOCH'
19:31:29 Duplicate HitPoint name 'HitGun' in 'O_Heli_Transport_04_bench_EPOCH'
19:31:29 a3\air_f_heli\heli_transport_04\heli_transport_04_bench_proxy_f.p3d: No geometry and no visual shape
19:31:29 a3\air_f_heli\heli_transport_04\heli_transport_04_bench_black_proxy_f.p3d: No geometry and no visual shape
19:31:29 x\addons\a3_epoch_assets\models\rope.p3d: No geometry and no visual shape
19:31:30 Error: Wheel reference not initialized
19:31:30 Error: Wheel reference not initialized
19:31:32 ca\structures\ruins\rubble_concrete_02.p3d: No geometry and no visual shape
19:31:35 "DEBUG: vehicle destroyed already (0) or invalid vehicle class: "
19:31:35 x\addons\a3_epoch_community\models\wrap.p3d: No geometry and no visual shape
19:31:35 a3\air_f_beta\heli_transport_02\main_rotor_center_f.p3d: No geometry and no visual shape
19:31:35 a3\air_f_beta\heli_transport_02\view_pilot_switches_f.p3d: No geometry and no visual shape
19:31:36 x\addons\a3_epoch_assets_3\cfgvehicles\solar_gen_assets\cables\solar_cables.p3d: No geometry and no visual shape
19:31:37 JS_S_Caesar_BTT: Invalid parent bone 'zbytek' for 'lights_hide'
19:31:37 Array tex in bin\config.bin/CfgVehicles/Plane_Civil_01_base_F/Damage/ not even
19:31:37 C_Plane_Civil_01_racing_F: mfd_center_needle_oil_psi - unknown animation source hitengine
19:31:37 C_Plane_Civil_01_racing_F: hull_lights_coll_on_white_1_blinking - unknown animation source collisionlightwhite1t_source
19:31:37 C_Plane_Civil_01_racing_F: hull_lights_coll_on_white_2_blinking - unknown animation source collisionlightwhite2r_source
19:31:37 In Vehicle: a3\air_f_exp\plane_civil_01\plane_civil_01_basic_f.p3d missing cargo 0 get in direction point
19:31:37 In Vehicle: a3\air_f_exp\plane_civil_01\plane_civil_01_basic_f.p3d missing cargo 0 get in direction point
19:31:37 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:37 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:37 In Vehicle: cup\wheeledvehicles\cup_wheeledvehicles_datsun\cup_datsun_civil.p3d missing gunner get in direction point
19:31:37 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:37 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:38 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:38 Warn: Shape '???' contains water texture however it does not carry a property "class=pond". Consider creating one to speed up the detection!
19:31:38 Duplicate HitPoint name 'HitTurret' in 'B_Heli_Transport_03_unarmed_EPOCH'
19:31:38 Duplicate HitPoint name 'HitGun' in 'B_Heli_Transport_03_unarmed_EPOCH'
19:31:38 Duplicate HitPoint name 'HitTurret' in 'B_Heli_Transport_03_unarmed_EPOCH'
19:31:38 Duplicate HitPoint name 'HitGun' in 'B_Heli_Transport_03_unarmed_EPOCH'
19:31:38 In Vehicle: cup\wheeledvehicles\cup_wheeledvehicles_datsun\cup_datsun_civil.p3d missing gunner get in direction point
19:31:38 Error: Bone pravy predni tlumic nerot doesn't exist in skeleton CUP_Motorcycle
19:31:39 CUP_Zodiac: Invalid parent bone 'steering_wheel' for 'propeller'
19:31:39 x\addons\a3_epoch_community\models\engineblock.p3d: No geometry and no visual shape
19:31:40 x\addons\a3_epoch_assets_2\lighter.p3d: No geometry and no visual shape
19:31:41 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 1c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 2c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 3c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 4c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 5c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 6c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 7c not found
19:31:41 Wrong vertex mapping for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Selection 8c not found
19:31:41 Wrong geometry convex component mapping  for person collision geometry found in a3\characters_f_epc\civil\c_nikos_aged.p3d. Convex component number 3. not found
19:31:41 "Epoch: Vehicle SPAWN TIMER 25.451, LOADED 233 VEHICLES"
19:31:41 "Epoch: Spawning vehicles"
19:31:42 "Epoch: Loading storage"
19:31:43 "Epoch: Storage SPAWN TIMER 0.969002 slots left: 1500"
19:31:43 "Epoch: Loading static loot"
19:31:43 Strange convex component01 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component02 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component13 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component32 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component33 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component35 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component37 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component40 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component45 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component53 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component61 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component71 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component91 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component92 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component93 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component103 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component111 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component129 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component131 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component135 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component141 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component160 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component204 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component217 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component254 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component260 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component295 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component309 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component315 in a3\rocks_f\sharp\sharprock_wallv.p3d:geometryFire
19:31:43 Strange convex component06 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component18 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component30 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component31 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component32 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component42 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component43 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component44 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component46 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component58 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component64 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component76 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component98 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component100 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component132 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component145 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component149 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component151 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component167 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component198 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component244 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component304 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component310 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component337 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component353 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component378 in a3\rocks_f\sharp\sharprock_monolith.p3d:geometryFire
19:31:43 Strange convex component65 in a3\rocks_f\sharp\sharprock_wallh.p3d:geometryFire
19:31:44 Strange convex component116 in a3\rocks_f\sharp\sharprock_apart.p3d:geometryFire
19:31:44 Strange convex component117 in a3\rocks_f\sharp\sharprock_apart.p3d:geometryFire
19:31:44 Strange convex component118 in a3\rocks_f\sharp\sharprock_apart.p3d:geometryFire
19:31:44 Strange convex component119 in a3\rocks_f\sharp\sharprock_apart.p3d:geometryFire
19:31:45 Bad simulation thing, type Land_Barrel_water (class=house), ca\structures\misc\armory\barels\barrel_water.p3d
19:31:45 Land_gate: door_1_rot - unknown animation source door_1_sound_source
19:31:46 ca\misc_e\ladder_ep1.p3d: house, config class missing
19:31:46 ca\misc_e\ladder_ep1.p3d: house, config class missing
19:31:46 No skeleton given for chr\chernarusredux_buildings\a2\bridge_stone_asf2_25.p3d destruction
19:31:46 Bad simulation thing, type Land_Barrel_empty (class=house), ca\structures\misc\armory\barels\barrel_empty.p3d
19:31:47 Land_fishing_boat: fuel_1 - unknown animation source fuel
19:31:47 Land_fishing_boat: rpm_1 - unknown animation source speed
19:31:47 Land_fishing_boat: kompas_1 - unknown animation source direction
19:31:47 Land_fishing_boat: volant_1 - unknown animation source drivingwheel
19:31:47 Land_fishing_boat: kormidlo_1 - unknown animation source drivingwheel
19:31:47 Land_fishing_boat: vrtule_1 - unknown animation source rotor
19:31:49 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:49 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:49 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:49 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:49 Bad simulation thing, type Land_Barrel_water (class=house), ca\structures\misc\armory\barels\barrel_water.p3d
19:31:50 chr\chernarusredux_buildings\decals\glass_shards_2.p3d: No geometry and no visual shape
19:31:53 ca\plants\clutter_flower_mix.p3d: No geometry and no visual shape
19:31:54 ca\buildings\tents\pristresek.p3d: house, config class missing
19:31:54 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:55 Bad simulation fire, type Land_Campfire_F (class=house), a3\structures_f\civ\camping\campfire_f.p3d
19:31:56 BEServer: cannot find channel #1586569921, users.card=0
19:31:57 "Loaded Server FSM"
19:31:57 "Loading Settings for VIP event..."
19:31:57 "Loading Settings for DynamicDebris event..."
19:31:57 Loading movesType CfgGesturesSapper
19:31:57 Creating action map cache
19:31:57 Error: Bone cheek_lf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone nose_tip doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_uplb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_ls doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_uplf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lc doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lwlb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lwlf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_lm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_lb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lwm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_upm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone ear_l doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone corr doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone tongue_m doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone tongue_f doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_lb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_lf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_lm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_lm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eye_upl doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eye_lwl doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_l doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_lb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_lt doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone nose_l doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_lm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone nose_r doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone forehead_r doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone forehead_m doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone forehead_l doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_rb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eye_lwr doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_r doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_rt doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_rm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_rf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone cheek_rm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_rm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_rf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eye_upr doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone eyebrow_rb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone tongue_b doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone ear_r doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone neck_l doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_uprf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone neck_r doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_uprb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_rc doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lwrb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone lip_lwrf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone neck_b doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone zig_rb doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone neck_t doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_rf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_lf doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone chin doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_rm doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw_rs doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone jaw doesn't exist in skeleton SapperSkeleton
19:31:57 Error: Bone headcutscene doesn't exist in skeleton SapperSkeleton
19:31:57 MovesType CfgGesturesSapper load time 171 ms
19:31:57 Loading movesType CfgMovesSapperSdr
19:31:57 Creating action map cache
19:31:57 BEServer: registering a new player #1586569921
19:31:58 MovesType CfgMovesSapperSdr load time 970 ms
19:31:58 No such side
19:31:58 "Epoch: Server Start Complete: 50.705 seconds"
19:31:59 "DEBUG: server event ChangeWeather"
19:31:59 "DEBUG: server event \epoch_server_debris_event\EpochEvents\DynamicDebris.sqf"
19:31:59 "DEBUG UNITTEST INIT: _payload count 128"
19:31:59 "DEBUG UNITTEST INIT: _payload_64k count 65536"
19:31:59 "Epoch UnitTest: version Time: 0 : 0.6.0.0 "
19:31:59 "Epoch: Weather Change - fog: [0,0,0] rain: 0 overcast: 0 wind: [182.223,1.26503] wind-xy: [1,1] forced: false"
19:31:59 "Epoch UnitTest: 000 Time: 0.0419922 : [""NA123"",0] "
19:31:59 "Epoch UnitTest: 510 Time: 0 : [2018,08,12,19,31,59] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSET Time: 0.00100708 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSET 64k Time: 0.0019989 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSETBIT Time: 0.125 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSETBIT Time: 0.000991821 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETBIT Time: 0 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETBIT Time: 0 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSETEX Time: 0.00100708 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveSETEX 64k Time: 0.000991821 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGET Time: 0 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGET 64k Time: 0.0270081 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETRANGE Time: 0 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETRANGE 64k Time: 0.0420074 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveEXPIRE Time: 0.0419922 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETTTL Time: 0 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveGETTTL 64k Time: 0.0019989 : [""isOK:"",true] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveDEL TEST_DATA Time: 0 : [1,""1""] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveDEL TEST_DATA_64 Time: 0 : [1,""1""] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveDEL TEST_EXPIRES_DATA Time: 0 : [1,""1""] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveDEL TEST_EXPIRES_DATA_64 Time: 0.0410004 : [1,""1""] "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveLog Time: 0.000991821 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveLog 64k Time: 0.00100708 :  "
19:31:59 "Epoch UnitTest: EPOCH_fnc_server_hiveMD5 Time: 0.00100708 : [""isOK:"",true] "
19:32:00 "DEBUG: server event removed \epoch_server_debris_event\EpochEvents\DynamicDebris.sqf"
19:33:23 EPE manager release (0|275|0)
19:33:26 Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]
19:33:26 Deinitialized shape [Class: "Underwear_F"; Shape: "a3\characters_f\common\basicbody.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Sapper_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\sapper_character.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_sport_3_F_tanoan"; Shape: "a3\characters_f_exp\civil\c_tanoan1_f.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_hunter_1_F"; Shape: "a3\characters_f\civil\c_hunter_f.p3d";]
19:33:26 Deinitialized shape [Class: "C_journalist_F"; Shape: "a3\characters_f_epc\civil\c_journalist.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_p_fugitive_F"; Shape: "a3\characters_f\civil\c_poor.p3d";]
19:33:26 Deinitialized shape [Class: "C_Man_casual_6_F"; Shape: "a3\characters_f\civil\c_man_casual_shorts_f.p3d";]
19:33:26 Deinitialized shape [Class: "I_ghillie_ard_F"; Shape: "a3\characters_f_mark\indep\i_fullghillie_f.p3d";]
19:33:26 Deinitialized shape [Class: "C_Man_Paramedic_01_F"; Shape: "a3\characters_f_orange\uniforms\c_paramedic_01_f.p3d";]
19:33:26 Deinitialized shape [Class: "I_pilot_F"; Shape: "a3\characters_f\common\pilot_f.p3d";]
19:33:26 Deinitialized shape [Class: "C_Nikos_aged"; Shape: "a3\characters_f_epc\civil\c_nikos_aged.p3d";]
19:33:26 Deinitialized shape [Class: "I_C_Soldier_Bandit_4_F"; Shape: "a3\characters_f_exp\syndikat\i_c_soldier_bandit_4_f.p3d";]
19:33:26 Deinitialized shape [Class: "I_G_Soldier_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_guerrilla1_1.p3d";]
19:33:26 Deinitialized shape [Class: "O_G_Soldier_LAT_F"; Shape: "a3\characters_f_bootcamp\guerrilla\ig_guerrilla_6_1.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_w_worker_F"; Shape: "a3\characters_f\common\coveralls.p3d";]
19:33:26 Deinitialized shape [Class: "C_scientist_F"; Shape: "a3\characters_f\common\coveralls.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_Camo_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_CamoAloha_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_CamoBiker_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\female_camo.p3d";]
19:33:26 Deinitialized shape [Class: "C_Man_casual_1_F"; Shape: "a3\characters_f\civil\c_poloshirtpants.p3d";]
19:33:26 Deinitialized shape [Class: "O_G_Soldier_TL_F"; Shape: "a3\characters_f_gamma\guerrilla\ig_leader.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_polo_4_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_polo_1_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_polo_3_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_1"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_polo_6_F"; Shape: "a3\characters_f\civil\c_poloshirt.p3d";]
19:33:26 Deinitialized shape [Class: "C_Orestes"; Shape: "a3\characters_f\civil\c_orestes.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlack5_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn14_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansPatched2_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn7_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlack8_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn5_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn13_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansPatched3_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn8_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn9_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlkBrn3_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlack21_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "Epoch_Female_JeansBlack2_F"; Shape: "x\addons\a3_epoch_assets_3\cfgvehicles\characters\keesha_character.p3d";]
19:33:26 Deinitialized shape [Class: "C_man_1_1_F"; Shape: "a3\characters_f\civil\c_citizen1.p3d";]
19:33:26 c:\bis\source\stable\futura\lib\network\networkserver.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
19:33:27 Class WeaponFireGun destroyed with lock count 25
19:33:27 Class Table destroyed with lock count 25
19:33:27 Class T0 destroyed with lock count 25
19:33:27 Class T1 destroyed with lock count 25
19:33:27 Class T2 destroyed with lock count 25
19:33:27 Class T3 destroyed with lock count 25
19:33:27 Class T4 destroyed with lock count 25
19:33:27 Class T5 destroyed with lock count 25
19:33:27 Class T6 destroyed with lock count 25
19:33:27 Class T7 destroyed with lock count 25
19:33:27 Class T8 destroyed with lock count 25
19:33:27 Class T9 destroyed with lock count 25
19:33:27 Class T10 destroyed with lock count 25
19:33:27 Class T11 destroyed with lock count 25
19:33:27 Class T12 destroyed with lock count 25
19:33:27 Class T13 destroyed with lock count 25
19:33:27 Class T14 destroyed with lock count 25
19:33:27 Class T15 destroyed with lock count 25
19:33:27 Class T16 destroyed with lock count 25
19:33:27 Class T17 destroyed with lock count 25
19:33:27 Class T18 destroyed with lock count 25
19:33:27 Class T19 destroyed with lock count 25
19:33:27 Class T20 destroyed with lock count 25
19:33:27 Class T21 destroyed with lock count 25
19:33:27 Class T22 destroyed with lock count 25
19:33:27 Class WeaponCloudsGun destroyed with lock count 50
19:33:27 Class Table destroyed with lock count 50
19:33:27 Class T0 destroyed with lock count 50
19:33:27 Class WeaponCloudsMGun destroyed with lock count 25
19:33:27 Class Table destroyed with lock count 25
19:33:27 Class T0 destroyed with lock count 25
19:33:27 Class All destroyed with lock count 25
19:33:27 Class EventHandlers destroyed with lock count 25
19:33:27 Class CBA_Extended_EventHandlers destroyed with lock count 25
19:33:27 Class MarkerLights destroyed with lock count 25
19:33:27 Class NVGMarkers destroyed with lock count 25
19:33:27 Class NVGMarker destroyed with lock count 25
19:33:27 Class Turrets destroyed with lock count 25
19:33:27 Class HeadLimits destroyed with lock count 25
19:33:27 Class ViewPilot destroyed with lock count 25
19:33:27 Class ViewCargo destroyed with lock count 25
19:33:27 Class ViewOptics destroyed with lock count 25
19:33:27 Class PilotSpec destroyed with lock count 25
19:33:27 Class CargoSpec destroyed with lock count 25
19:33:27 Class Cargo1 destroyed with lock count 25
19:33:27 Class TransportWeapons destroyed with lock count 25
19:33:27 Class TransportMagazines destroyed with lock count 25
19:33:27 Class SoundEnvironExt destroyed with lock count 25
19:33:27 Class SoundEquipment destroyed with lock count 25
19:33:27 Class SoundGear destroyed with lock count 25
19:33:27 Class SoundBreath destroyed with lock count 25
19:33:27 Class SoundBreathSwimming destroyed with lock count 25
19:33:27 Class SoundBreathInjured destroyed with lock count 25
19:33:27 Class SoundHitScream destroyed with lock count 25
19:33:27 Class SoundInjured destroyed with lock count 25
19:33:27 Class SoundBreathAutomatic destroyed with lock count 25
19:33:27 Class SoundDrown destroyed with lock count 25
19:33:27 Class SoundChoke destroyed with lock count 25
19:33:27 Class SoundRecovered destroyed with lock count 25
19:33:27 Class SoundBurning destroyed with lock count 25
19:33:27 Class PulsationSound destroyed with lock count 25
19:33:27 Class SoundDrowning destroyed with lock count 25
19:33:27 Class Reflectors destroyed with lock count 25
19:33:27 Class FxExplo destroyed with lock count 25
19:33:27 Class AnimationSources destroyed with lock count 25
19:33:27 Class GunFire destroyed with lock count 25
19:33:27 Class GunClouds destroyed with lock count 25
19:33:27 Class MGunClouds destroyed with lock count 25
19:33:27 Class Damage destroyed with lock count 25
19:33:27 Class DestructionEffects destroyed with lock count 25
19:33:27 Class Light1 destroyed with lock count 25
19:33:27 Class Smoke1 destroyed with lock count 25
19:33:27 Class Fire1 destroyed with lock count 25
19:33:27 Class Sparks1 destroyed with lock count 25
19:33:27 Class Sound destroyed with lock count 25
19:33:27 Class Light2 destroyed with lock count 25
19:33:27 Class Fire2 destroyed with lock count 25
19:33:27 Class Smoke1_2 destroyed with lock count 25
19:33:27 Class camShakeGForce destroyed with lock count 25
19:33:27 Class camShakeDamage destroyed with lock count 25
19:33:27 Class SpeechVariants destroyed with lock count 25
19:33:27 Class Default destroyed with lock count 25
19:33:27 Class SimpleObject destroyed with lock count 25
19:33:27 Class Static destroyed with lock count 24
19:33:27 Class DestructionEffects destroyed with lock count 24
19:33:27 Class EventHandlers destroyed with lock count 24
19:33:27 Class CBA_Extended_EventHandlers destroyed with lock count 24
19:33:27 Class Building destroyed with lock count 22
19:33:27 Class NonStrategic destroyed with lock count 10
19:33:27 Class DestructionEffects destroyed with lock count 24
19:33:27 Class Sound destroyed with lock count 24
19:33:27 Class DestroyPhase1 destroyed with lock count 24
19:33:27 Class DamageAround1 destroyed with lock count 24
19:33:27 Class Strategic destroyed with lock count 11
19:33:27 Class HouseBase destroyed with lock count 9
19:33:27 Class House destroyed with lock count 8
19:33:27 Class DestructionEffects destroyed with lock count 14
19:33:27 Class Smoke1 destroyed with lock count 60
19:33:27 Class Smoke2 destroyed with lock count 20
19:33:27 Class Smoke3 destroyed with lock count 20
19:33:27 Class Smoke1Med destroyed with lock count 60
19:33:27 Class Smoke2Med destroyed with lock count 20
19:33:27 Class Smoke3Med destroyed with lock count 20
19:33:27 Class Smoke1Low destroyed with lock count 60
19:33:27 Class Smoke2Low destroyed with lock count 20
19:33:27 Class Smoke3Low destroyed with lock count 20
19:33:27 Class Wreck_Base destroyed with lock count 10
19:33:27 Class DestructionEffects destroyed with lock count 10
19:33:27 Class House_F destroyed with lock count 7
19:33:27 Class House_Small_F destroyed with lock count 6
19:33:27 Class DestructionEffects destroyed with lock count 6
19:33:27 Class Smoke1 destroyed with lock count 6
19:33:27 Class Smoke2 destroyed with lock count 6
19:33:27 Class Smoke3 destroyed with lock count 6
19:33:27 Class Smoke1Med destroyed with lock count 6
19:33:27 Class Smoke2Med destroyed with lock count 6
19:33:27 Class Smoke3Med destroyed with lock count 6
19:33:27 Class Smoke1Low destroyed with lock count 6
19:33:27 Class Smoke2Low destroyed with lock count 6
19:33:27 Class Smoke3Low destroyed with lock count 6
19:33:27 Class Garbage_base_F destroyed with lock count 5
19:33:27 Class DestructionEffects destroyed with lock count 5
19:33:27 Class AttributeValues destroyed with lock count 5
19:33:27 Class Land_GarbageWashingMachine_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Wreck_base_F destroyed with lock count 9
19:33:27 Class AttributeValues destroyed with lock count 9
19:33:27 Class Land_Wreck_Car_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_Car2_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_CarDismantled_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_Hunter_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_Skodovka_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_Truck_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_UAZ_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_Wreck_Ural_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_GarbageHeap_01_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_GarbageHeap_03_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class Land_GarbageHeap_04_F destroyed with lock count 1
19:33:27 Class SimpleObject destroyed with lock count 1
19:33:27 Class DestructionEffects destroyed with lock count 1
19:33:27 Class CBA_NamespaceDummy destroyed with lock count 1
19:33:27 Class CBA_Extended_EventHandlers_base destroyed with lock count 25
19:33:28 Extensions:
19:33:28   epochserver (E:\A3Epoch\ArmA3EpochServer\@EpochHive\epochserver_x64.dll) [] []

 

Well i've gotten 1zombie spawn when i was doing a mission, After the mission i tried going into the nearest town and waited for like 10minutes and nothing spawned 

Link to comment
Share on other sites

I think you have a syntax error in the safe zone setting:

SafeZonePositions =
 [
 [[4021,11653,],175]
];

 UseHarassingZombies          >
 19:30:26   Error position: <],175]
];

 UseHarassingZombies          >
19:30:26   Error Missing [
 19:30:26 File epochz\init\fn_init.sqf [epochz_fnc_init], line 1380

There is supposed to be no , after the y position. That probably explains the issue. The one infected you saw was probably an Epoch adversary. Would personally recommend setting 

    ryanZombiesEnabled = "false";

in CfgEpochClient.hpp since Epoch and Ryan's infected behave differently

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...