Jump to content

Fulcrum Mission System v2.1a


horbin

Recommended Posts

Just found this in HC RPT.  Files are stock except for changing world coords for Bornholm.

 

EDIT:  Found a few more errors.  Better just take a look at the file below

 

 

HCServer_2015-03-31_21-46-16.zip

22:10:29 Error in expression <format ["FuMS_AdminActiveMissionList%1",FuMS_ThemeControlID];
_endMission = (FuM>
22:10:29   Error position: <FuMS_ThemeControlID];
_endMission = (FuM>
22:10:29   Error Undefined variable in expression: fums_themecontrolid
22:10:29 File FuMS\HC\MsnCtrl\LogicBomb.sqf, line 218
Link to comment
Share on other sites

Hi Guys,

 Please see my earlier message. I am looking for a working description.ext example. does anyone have one they could post that I may look at this. Mine is not working correctly, and I want to make sure I have this setup right.

Thganks

 

 

Nothing in this pack requires edits to description.ext.  Only mission.sqm and config.cfg

Link to comment
Share on other sites

According to the instructions...

4) Modify your 'descriptions.ext':

If RscTitles is already defined in your descriptions.ext, then just add the code between the //************  comments to the appropriate 'class' code.

class RscTitles
{
//************************
    class radioChatterBar {
        idd = -1;
        onLoad = "uiNamespace setVariable ['radioChatterBar', _this select 0]";
        onUnload = "uiNamespace setVariable ['radoiChatterBar', objNull]";
        onDestroy = "uiNamespace setVariable ['radioChatterBar', objNull]";
        fadein = 0;
        fadeout = 10;
        duration = 10e10;
        movingEnable = 0;
        controlsBackground[] = {};
        objects[] = {};
        class controls {
            class statusBarText {
                idc = 1010;
                x = safezoneX;
                y = safezoneY; // upper left hand corner
                //x = safezoneX + safezoneW - 1.5;
                //y = safezoneY + safezoneH - 0.4; //H
                w = 1;
                h = 0.3;  //hopefully makes it 10 lines tall
                shadow = 2;
                colorBackground[] = { 1, 0.3, 0, 0.0 };  // uncomment and increase 4th number to have a     background
                font = "PuristaSemibold";
                size = 0.03;
                type = 13;// CT_TYPES = CT_STRUCTURED_TEXT
                style = 1;
                text="Loading server info...";
                class Attributes {
                    align="left";
                    color = "#FFFFFF"; //"#00FF09";BrightGreen   //#FF8700
                };
            };
        };
    };
//***********************************
};


class CfgSounds
{
    #include "HC\Zombies\infectedsounds.hpp"
};

 

 

are the instructions incorrect? if so does someone have a corrected version?

Thanks

Link to comment
Share on other sites

rhammer,

   Here is a copy of a working descriptions.ext

author = "Epoch Mod Team";
class Header
{
 gameType = Sandbox;
 minPlayers = 1;
 maxPlayers = 100;
};
respawn = "BASE";
respawnDelay = 600;
respawnDialog = 0;

onLoadMission= "Epoch";
OnLoadIntro = "Welcome to Epoch Mod";
loadScreen = "\x\addons\a3_epoch_assets\pictures\loadScreen_ca.paa"; 
OnLoadIntroTime = False;
OnLoadMissionTime = False;
onLoadName = "Epoch Mod";
disabledAI = true;
scriptedPlayer = 1;
disableChannels[]={0,1,2,6};
enableItemsDropping = 0;
briefing = 0;
debriefing = 0;
enableDebugConsole = 0;
joinUnassigned = 0;
respawnOnStart = 0;
forceRotorLibSimulation = 1;

corpseManagerMode = 1;
corpseLimit = 10;
corpseRemovalMinTime = 1200;
corpseRemovalMaxTime = 3600;

wreckManagerMode = 1;
wreckLimit = 2;
wreckRemovalMinTime = 60;
wreckRemovalMaxTime = 360;

class CfgRemoteExecCommands {};

class CfgEpochClient
{
	buildingNearbyMilitary = 0; //1 to allow building nearby
	buildingNearbyMilitaryRange = 300; //Define radius of blocked area

	buildingRequireJammer = 0; // 1 = to allow building without a jammer 
	buildingCountLimit = 200; // how many objects can be built within range of a jammer 
	buildingJammerRange = 75; // jammer range in meters 
};

class RscTitles
{
//************************
    class radioChatterBar {
        idd = -1;
        onLoad = "uiNamespace setVariable ['radioChatterBar', _this select 0]";
        onUnload = "uiNamespace setVariable ['radoiChatterBar', objNull]";
        onDestroy = "uiNamespace setVariable ['radioChatterBar', objNull]";
        fadein = 0;
        fadeout = 10;
        duration = 10e10;
        movingEnable = 0;
        controlsBackground[] = {};
        objects[] = {};
        class controls {
            class statusBarText {
                idc = 1010;
                x = safezoneX;
                y = safezoneY; // upper left hand corner
                //x = safezoneX + safezoneW - 1.5;
                //y = safezoneY + safezoneH - 0.4; //H
                w = 1; 
                h = 0.3;  //hopefully makes it 10 lines tall
                shadow = 2;
                colorBackground[] = { 1, 0.3, 0, 0.0 };  // uncomment and increase 4th number to have a 	background
                font = "PuristaSemibold";
                size = 0.03;
                type = 13;// CT_TYPES = CT_STRUCTURED_TEXT
                style = 1;
                text="Loading server info...";
                class Attributes {
                    align="left";
                    color = "#FFFFFF"; //"#00FF09";BrightGreen   //#FF8700
                };
            };
        };
    };
//***********************************
};


class CfgSounds
{
	#include "HC\Zombies\infectedsounds.hpp"
};
Link to comment
Share on other sites

According to the instructions...

4) Modify your 'descriptions.ext':

If RscTitles is already defined in your descriptions.ext, then just add the code between the //************  comments to the appropriate 'class' code.

 

 

are the instructions incorrect? if so does someone have a corrected version?

Thanks

 

 

Sorry for the misinformation.  I don't use the radio messages and never have so I forgot about that.  

Link to comment
Share on other sites

horbin

 

I have some questions. "I can not speak English, it is easier to ask than to translate 17 pages"

 

* How do I define the "on and off" themes for each missio?

 

* Possibility to put a simultaneous mission limit?

 

* How do I disable the message on the screen? "side left upper the screen"

 

thanks very much

 

 

--------------------------------------

 

the first time it  worked. Now appears very errors.

 

=====================================================================
== C:\Servers\A3 Epoch Altis\Epoch_Altis.exe
== "Epoch_Altis.exe"  -mod=@Epoch;@EpochHive; -config=Servidor\config.cfg -port=2902 -profiles=Servidor -cfg=Servidor\basic.cfg -name=Servidor -enableHT -malloc=system

Original output filename: Arma3Retail_Server
Exe timestamp: 2015/03/02 15:29:40
Current time:  2015/04/01 17:02:50

Type: Public
Branch: Stable
Version: 1.40.129533

Allocator: Windows
=====================================================================

17:02:50 ManagerConfig()
17:02:51 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice
17:02:51 Item str_usract_action_in_map listed twice
17:02:59 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
17:02:59 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
17:02:59 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
17:02:59 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
17:02:59 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
17:02:59 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
17:02:59 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
17:02:59 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
17:02:59 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
17:02:59 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
17:02:59 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
17:02:59 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
17:02:59 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
17:02:59 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
17:02:59 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
17:02:59 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
17:02:59 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
17:02:59 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
17:02:59 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
17:02:59 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
17:02:59 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
17:02:59 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
17:02:59 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
17:02:59 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
17:02:59 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
17:02:59 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
17:02:59 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
17:02:59 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
17:02:59 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
17:02:59 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
17:02:59 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
17:02:59 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
17:02:59 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
17:02:59 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
17:02:59 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
17:02:59 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
17:02:59 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
17:02:59 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
17:02:59 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
17:02:59 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
17:02:59 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
17:02:59 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
17:02:59 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
17:02:59 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
17:02:59 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
17:02:59 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
17:02:59 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
17:02:59 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
17:02:59 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
17:02:59 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
17:02:59 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
17:02:59 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
17:02:59 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
17:02:59 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
17:02:59 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
17:02:59 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
17:02:59 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
17:02:59 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
17:02:59 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
17:02:59 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
17:02:59 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
17:02:59 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
17:02:59 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
17:02:59 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
17:02:59 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
17:02:59 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
17:02:59 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
17:02:59 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
17:02:59 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
17:02:59 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
17:02:59 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
17:02:59 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
17:02:59 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
17:02:59 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
17:02:59 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
17:02:59 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
17:02:59 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
17:03:00 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
17:03:00 Initializing Steam Manager
17:03:00 ManagerConfig()
17:03:00 Starting initial content check.
17:03:00 Steam Manager initialized.
17:03:00 
17:03:00 ==== Loaded addons ====
17:03:00 
17:03:00 dta\bin.pbo - unknown
17:03:00 dta\core.pbo - 72362
17:03:00 dta\languagecore_f.pbo - 80021
17:03:00 C:\Servers\A3 Epoch Altis\@EpochHive\addons\a3_epoch_infistar.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@EpochHive\addons\a3_epoch_server.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@EpochHive\addons\a3_epoch_server_settings.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@EpochHive\addons\fums.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a2_epoch_structures.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a2_epoch_weapons.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_assets.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_code.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_config.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_functions.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_language.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_structures.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_underground.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\@Epoch\addons\a3_epoch_weapons.pbo - unknown
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\air_f_heli.ebo - 79805
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\anims_f_heli.ebo - 79126
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\boat_f_heli.ebo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\cargoposes_f_heli.ebo - 79126
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\data_f_heli.ebo - 79642
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\dubbing_f_heli.ebo - 75138
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\functions_f_heli.ebo - 77667
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\languagemissions_f_heli.ebo - 76893
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\language_f_heli.ebo - 79600
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\missions_f_heli.ebo - 79039
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\missions_f_heli_data.ebo - 75977
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\missions_f_heli_video.ebo - 75065
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\modules_f_heli.ebo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\music_f_heli.ebo - 76012
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\music_f_heli_music.ebo - 76012
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\soft_f_heli.ebo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\sounds_f_heli.ebo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\structures_f_heli.ebo - 80293
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\supplies_f_heli.ebo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\heli\addons\ui_f_heli.ebo - 76986
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\anims_f_kart.pbo - 79126
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\characters_f_kart.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\data_f_kart.pbo - 79601
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\languagemissions_f_kart.pbo - 76770
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\language_f_kart.pbo - 79532
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\missions_f_kart.pbo - 76770
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\missions_f_kart_data.pbo - 75687
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\modules_f_kart.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\modules_f_kart_data.pbo - 74588
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\soft_f_kart.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\sounds_f_kart.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\structures_f_kart.pbo - 80293
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\ui_f_kart.pbo - 73106
17:03:00 C:\Servers\A3 Epoch Altis\kart\addons\weapons_f_kart.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\data_f_curator.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\functions_f_curator.pbo - 78988
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\language_f_curator.pbo - 76769
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\missions_f_curator.pbo - 79649
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\modules_f_curator.pbo - 79398
17:03:00 C:\Servers\A3 Epoch Altis\curator\addons\ui_f_curator.pbo - 78347
17:03:00 addons\a3.pbo - unknown
17:03:00 addons\air_f.pbo - 79681
17:03:00 addons\air_f_beta.pbo - 79398
17:03:00 addons\air_f_epb.pbo - 79398
17:03:00 addons\air_f_epc.pbo - 79398
17:03:00 addons\air_f_gamma.pbo - 79398
17:03:00 addons\animals_f.pbo - 79398
17:03:00 addons\animals_f_beta.pbo - 72362
17:03:00 addons\anims_f.pbo - 79482
17:03:00 addons\anims_f_bootcamp.pbo - 72362
17:03:00 addons\anims_f_data.pbo - 79675
17:03:00 addons\anims_f_epa.pbo - 78608
17:03:00 addons\anims_f_epc.pbo - 72362
17:03:00 addons\armor_f.pbo - 79398
17:03:00 addons\armor_f_beta.pbo - 79681
17:03:00 addons\armor_f_epb.pbo - 79681
17:03:00 addons\armor_f_epc.pbo - 79398
17:03:00 addons\armor_f_gamma.pbo - 79681
17:03:00 addons\baseconfig_f.pbo - 73106
17:03:00 addons\boat_f.pbo - 79398
17:03:00 addons\boat_f_beta.pbo - 79398
17:03:00 addons\boat_f_epc.pbo - 79398
17:03:00 addons\boat_f_gamma.pbo - 79398
17:03:00 addons\cargoposes_f.pbo - 78836
17:03:00 addons\characters_f.pbo - 79649
17:03:00 addons\characters_f_beta.pbo - 79398
17:03:00 addons\characters_f_bootcamp.pbo - 79398
17:03:00 addons\characters_f_epa.pbo - 79398
17:03:00 addons\characters_f_epb.pbo - 79398
17:03:00 addons\characters_f_epc.pbo - 79398
17:03:00 addons\characters_f_gamma.pbo - 79398
17:03:00 addons\data_f.pbo - 79651
17:03:00 addons\data_f_bootcamp.pbo - 76960
17:03:00 addons\drones_f.pbo - 79653
17:03:00 addons\dubbing_f.pbo - 73106
17:03:00 addons\dubbing_f_beta.pbo - 73106
17:03:00 addons\dubbing_f_bootcamp.pbo - 73106
17:03:00 addons\dubbing_f_epa.pbo - 73106
17:03:00 addons\dubbing_f_epb.pbo - 76110
17:03:00 addons\dubbing_f_epc.pbo - 73106
17:03:00 addons\dubbing_f_gamma.pbo - 73106
17:03:00 addons\dubbing_radio_f.pbo - 78704
17:03:00 addons\dubbing_radio_f_data.pbo - 78762
17:03:00 addons\editor_f.pbo - 74164
17:03:00 addons\functions_f.pbo - 79623
17:03:00 addons\functions_f_bootcamp.pbo - 78988
17:03:00 addons\functions_f_epa.pbo - 73434
17:03:00 addons\functions_f_epc.pbo - 73106
17:03:00 addons\languagemissions_f.pbo - 76893
17:03:00 addons\languagemissions_f_beta.pbo - 77325
17:03:00 addons\languagemissions_f_bootcamp.pbo - 76770
17:03:00 addons\languagemissions_f_epa.pbo - 76770
17:03:00 addons\languagemissions_f_epb.pbo - 79149
17:03:00 addons\languagemissions_f_epc.pbo - 76770
17:03:00 addons\languagemissions_f_gamma.pbo - 77098
17:03:00 addons\language_f.pbo - 79621
17:03:00 addons\language_f_beta.pbo - 77325
17:03:00 addons\language_f_bootcamp.pbo - 77492
17:03:00 addons\language_f_epa.pbo - 76769
17:03:00 addons\language_f_epb.pbo - 77476
17:03:00 addons\language_f_epc.pbo - 77476
17:03:00 addons\language_f_gamma.pbo - 77365
17:03:00 addons\map_altis.pbo - 80359
17:03:00 addons\map_altis_data.pbo - 79087
17:03:00 addons\map_altis_data_layers.pbo - 79087
17:03:00 addons\map_altis_data_layers_00_00.pbo - 79087
17:03:00 addons\map_altis_data_layers_00_01.pbo - 79087
17:03:00 addons\map_altis_data_layers_01_00.pbo - 79087
17:03:00 addons\map_altis_data_layers_01_01.pbo - 79087
17:03:00 addons\map_altis_scenes_f.pbo - 73106
17:03:00 addons\map_data.pbo - 73001
17:03:00 addons\map_stratis.pbo - 80359
17:03:00 addons\map_stratis_data.pbo - 79082
17:03:00 addons\map_stratis_data_layers.pbo - 79082
17:03:00 addons\map_stratis_scenes_f.pbo - 73106
17:03:00 addons\map_vr.pbo - 77601
17:03:00 addons\map_vr_scenes_f.pbo - 73106
17:03:00 addons\misc_f.pbo - 79398
17:03:00 addons\missions_f.pbo - 78843
17:03:00 addons\missions_f_beta.pbo - 79649
17:03:00 addons\missions_f_beta_data.pbo - 75473
17:03:00 addons\missions_f_beta_video.pbo - 73106
17:03:00 addons\missions_f_bootcamp.pbo - 79463
17:03:00 addons\missions_f_bootcamp_data.pbo - 72362
17:03:00 addons\missions_f_bootcamp_video.pbo - 75065
17:03:00 addons\missions_f_data.pbo - 73106
17:03:00 addons\missions_f_epa.pbo - 79649
17:03:00 addons\missions_f_epa_data.pbo - 73106
17:03:00 addons\missions_f_epa_video.pbo - 73106
17:03:00 addons\missions_f_epb.pbo - 79472
17:03:00 addons\missions_f_epb_data.pbo - 73106
17:03:00 addons\missions_f_epb_video.pbo - 73106
17:03:00 addons\missions_f_epc.pbo - 79065
17:03:00 addons\missions_f_epc_data.pbo - 73106
17:03:00 addons\missions_f_epc_video.pbo - 73106
17:03:00 addons\missions_f_gamma.pbo - 79649
17:03:00 addons\missions_f_gamma_data.pbo - 76877
17:03:00 addons\missions_f_gamma_video.pbo - 73106
17:03:00 addons\missions_f_video.pbo - 73106
17:03:00 addons\modules_f.pbo - 79398
17:03:00 addons\modules_f_beta.pbo - 79398
17:03:00 addons\modules_f_beta_data.pbo - 73635
17:03:00 addons\modules_f_bootcamp.pbo - 79398
17:03:00 addons\modules_f_data.pbo - 73106
17:03:00 addons\modules_f_epb.pbo - 79398
17:03:00 addons\music_f.pbo - 73106
17:03:00 addons\music_f_bootcamp.pbo - 73106
17:03:00 addons\music_f_bootcamp_music.pbo - 73106
17:03:00 addons\music_f_epa.pbo - 73106
17:03:00 addons\music_f_epa_music.pbo - 73106
17:03:00 addons\music_f_epb.pbo - 73106
17:03:00 addons\music_f_epb_music.pbo - 73106
17:03:00 addons\music_f_epc.pbo - 73106
17:03:00 addons\music_f_epc_music.pbo - 73106
17:03:00 addons\music_f_music.pbo - 73106
17:03:00 addons\plants_f.pbo - 80365
17:03:00 addons\roads_f.pbo - 80359
17:03:00 addons\rocks_f.pbo - 80359
17:03:00 addons\signs_f.pbo - 80365
17:03:00 addons\soft_f.pbo - 79398
17:03:00 addons\soft_f_beta.pbo - 79398
17:03:00 addons\soft_f_bootcamp.pbo - 79398
17:03:00 addons\soft_f_epc.pbo - 79398
17:03:00 addons\soft_f_gamma.pbo - 79398
17:03:00 addons\sounds_f.pbo - 79437
17:03:00 addons\sounds_f_bootcamp.pbo - 79398
17:03:00 addons\sounds_f_epb.pbo - 79398
17:03:00 addons\sounds_f_epc.pbo - 79398
17:03:00 addons\sounds_f_vehicles.pbo - 79398
17:03:00 addons\sounds_f_weapons.pbo - 79398
17:03:00 addons\static_f.pbo - 79398
17:03:00 addons\static_f_beta.pbo - 79398
17:03:00 addons\static_f_gamma.pbo - 79420
17:03:00 addons\structures_f.pbo - 80292
17:03:00 addons\structures_f_bootcamp.pbo - 80293
17:03:00 addons\structures_f_data.pbo - 79398
17:03:00 addons\structures_f_epa.pbo - 80293
17:03:00 addons\structures_f_epb.pbo - 80293
17:03:00 addons\structures_f_epc.pbo - 80293
17:03:00 addons\structures_f_households.pbo - 80293
17:03:00 addons\structures_f_ind.pbo - 80292
17:03:00 addons\structures_f_mil.pbo - 80292
17:03:00 addons\structures_f_wrecks.pbo - 80293
17:03:00 addons\uifonts_f.pbo - 73106
17:03:00 addons\uifonts_f_data.pbo - 73106
17:03:00 addons\ui_f.pbo - 79689
17:03:00 addons\ui_f_bootcamp.pbo - 76325
17:03:00 addons\ui_f_data.pbo - 79689
17:03:00 addons\weapons_f.pbo - 79430
17:03:00 addons\weapons_f_beta.pbo - 79398
17:03:00 addons\weapons_f_bootcamp.pbo - 79398
17:03:00 addons\weapons_f_epa.pbo - 79398
17:03:00 addons\weapons_f_epb.pbo - 79398
17:03:00 addons\weapons_f_epc.pbo - 79398
17:03:00 addons\weapons_f_gamma.pbo - 79398
17:03:00 
17:03:00 =======================
17:03:00 
17:03:00 ============================================================================================= List of mods ===============================================================================================
17:03:00 modsReadOnly = true
17:03:00 safeModsActivated = false
17:03:00 customMods = true
17:03:00 hash = '91944C1EC892B70F0648B328C690FB208B398EDE'
17:03:00                                               name |               modDir |    default |               origin |                                     hash | fullPath
17:03:00 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
17:03:00                                         @EpochHive |           @EpochHive |      false |             GAME DIR | 345b44403b1889884c5e86e0b4d04ba61f0cc05d | C:\Servers\A3 Epoch Altis\@EpochHive
17:03:00                                  Epoch Mod 0.3.0.1 |               @Epoch |      false |             GAME DIR | df6607b6b80470ee919db32ca0e9e1f893e9b510 | C:\Servers\A3 Epoch Altis\@Epoch
17:03:00                                  Arma 3 DLC Bundle |            dlcbundle |       true |            NOT FOUND |                                          | 
17:03:00                                 Arma 3 Helicopters |                 heli |       true |             GAME DIR | da39a3ee5e6b4b0d3255bfef95601890afd80709 | C:\Servers\A3 Epoch Altis\heli
17:03:00                                       Arma 3 Karts |                 kart |       true |             GAME DIR | fd6185429555b98f1fb2b1b390f6a6b0f9900458 | C:\Servers\A3 Epoch Altis\kart
17:03:00                                        Arma 3 Zeus |              curator |       true |             GAME DIR | c3f6ff8f14c98f5eb90c767ff89dbacb08079de0 | C:\Servers\A3 Epoch Altis\curator
17:03:00                                             Arma 3 |                   A3 |       true |            NOT FOUND |                                          | 
17:03:00 ==========================================================================================================================================================================================================
17:03:00 InitSound ...
17:03:00 InitSound - complete
17:03:00 PhysX3 SDK Init started ...
17:03:00 PhysX3 SDK Init ended.
17:03:00 EPE manager release (0|0|0)
17:03:00 EPE manager release (0|0|0)
17:03:01 Attempt to override final function - rscminimap_script
17:03:01 Attempt to override final function - rscdisplayloading_script
17:03:01 Attempt to override final function - rscdisplayloading_script
17:03:01 Attempt to override final function - rscdisplayloading_script
17:03:01 Attempt to override final function - rscdiary_script
17:03:01 Attempt to override final function - rscdisplaysinglemission_script
17:03:01 Attempt to override final function - rscdiary_script
17:03:01 Attempt to override final function - rscdisplayremotemissions_script
17:03:01 Attempt to override final function - rscdisplayloading_script
17:03:01 Attempt to override final function - rscdiary_script
17:03:01 Attempt to override final function - rscdiary_script
17:03:01 Attempt to override final function - rscdisplaystrategicmap_script
17:03:01 Attempt to override final function - rscdisplaycommon_script
17:03:01 Attempt to override final function - rscdisplayloading_script
17:03:01 Attempt to override final function - rscdisplaycurator_script
17:03:01 Attempt to override final function - rscdisplayattributes_script
17:03:01 Attempt to override final function - rscdisplayattributes_script
17:03:01 Attempt to override final function - rscdisplayattributes_script
17:03:01 Attempt to override final function - rscdisplaywelcome_script
17:03:01 Attempt to override final function - rscdisplaywelcome_script
17:03:01 Attempt to override final function - rscdisplaywelcome_script
17:03:01 Attempt to override final function - rscdisplaycommon_script
17:03:01 Attempt to override final function - rscdisplaydebriefing_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - rscunitinfo_script
17:03:01 Attempt to override final function - bis_fnc_init
17:03:01 EPE manager release (0|0|0)
17:03:01 EPE manager release (0|0|0)
17:03:02 VoteThreshold must be in 0..1 range. Defaulting to 0.5
17:03:02 Initializing Steam server - Game Port: 2902, Steam Query Port: 2903
17:03:03 Connected to Steam servers
17:03:04 EPE manager release (0|0|0)
17:03:04 EPE manager release (0|0|0)
17:03:04 EPE manager release (0|0|0)
17:03:04 EPE manager release (0|0|0)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:06 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:07 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:08 Server error: Player without identity PAR4NA (id 205048544)
17:03:12 Starting mission:
17:03:12  Mission file: epoch (__cur_mp)
17:03:12  Mission world: Altis
17:03:12  Mission directory: mpmissions\__cur_mp.Altis\
17:03:12 EPE manager release (0|0|0)
17:03:12 EPE manager release (0|0|0)
17:03:17 Strange convex component08 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
17:03:17 Strange convex component10 in a3\structures_f_epb\civ\garbage\garbagecontainer_closed_f.p3d:geometryView
17:03:17 Strange convex component145 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
17:03:17 Strange convex component149 in a3\plants_f\tree\t_pinuss2s_b_f.p3d:geometryView
17:03:18 Strange convex component01 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
17:03:18 Strange convex component02 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
17:03:18 Strange convex component03 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
17:03:18 Strange convex component04 in a3\structures_f_epc\civ\accessories\beachbooth_01_f.p3d:geometryView
17:03:21 EPE manager release (0|0|0)
17:03:21 EPE manager release (0|0|0)
17:03:21 Attempt to override final function - bis_functions_list
17:03:21 Attempt to override final function - bis_functions_listpreinit
17:03:21 Attempt to override final function - bis_functions_listpostinit
17:03:21 Attempt to override final function - bis_functions_listrecompile
17:03:21 Attempt to override final function - bis_fnc_missiontaskslocal
17:03:21 Attempt to override final function - bis_fnc_missionconversationslocal
17:03:21 Attempt to override final function - bis_fnc_missionflow
17:03:21 "Epoch: Init Compiles"
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\sr25_reload_prone.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_Reload_anim.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_UGL_Reload_anim.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim.rtm
17:03:21 Warning: rightHandIKCurve, wrong size (size<2||size>=4) in \x\addons\a3_epoch_weapons\data\handanims\L85A2_RIS_Reload_anim_prone.rtm
17:03:24 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_01.rtm differs (looped now 1)! MoveName: passenger_scooter_01
17:03:24 Warning: looped for animation: a3\cargoposes_f\anim\passenger_scooter_02.rtm differs (looped now 1)! MoveName: passenger_scooter_02
17:03:25 "infiSTAR.de 0 - run.sqf - finaled EPOCH_server_isPAdmin: {true}"
17:03:25 "infiSTAR.de 0 - run.sqf - including AntiHack"
17:03:25 "<infiSTAR.de> VERSION: 15-03-2015 infiSTAR.de AHAT (v0129)"
17:03:25 "<infiSTAR.de> 35.015 - STARTING"
17:03:25 Warning Message: Script customconfigfile.sqf not found
17:03:25 Warning Message: Script blacklist.sqf not found
17:03:25 "<infiSTAR.de> _fnc_RandomGen: {            _abc = ['z','y','x','w','v','u','t','s','r','q','p','o','n','m','l','k','j','i','h','g','f','e','d','c','b','a'];            _gen = _abc select (random ((count _abc)-1));            _arr = ['K','o','3','r','f','G','k','0','9','h','j','E','X','n','n','8','p','j','0','S','K','o','s','O','z','g','W','r','O','4'];            for '_i' from 0 to (8+(round(random 3))) do {_gen = _gen + str(round(random 9)) + (_arr select (random ((count _arr)-1)));};            _allRandomGenVars pushBack _gen;            _gen      }"
17:03:25 "<infiSTAR.de> _adminbox: g4o1O3s4W9o4X4f0W1X5G93"
17:03:25 "<infiSTAR.de> _loadedchecktime: i3j1g9g6g9f4G6o60693f70"
17:03:25 "<infiSTAR.de> _FNC_AH590_KICKLOG: m88294o2k8k2s5j9E2n1X1X"
17:03:25 "<infiSTAR.de> _FNC_AH590_KICKLOGSPAWN: e4O6p2K8k106z406O6G306o4f"
17:03:25 "<infiSTAR.de> _FNC_PVAH_AdminReq: b3W9g685X2f9k895g139r5W"
17:03:25 "<infiSTAR.de> _PoopTokenArray: o3h8s5r6s8o0g9z195r7o0o4p"
17:03:25 "<infiSTAR.de> _server_setTokenR: x3G1h6g2h9028694o3E6G1f69"
17:03:25 "<infiSTAR.de> _server_checkTokenR: g2O200h4K8o6O3W1s3O3O9p2s"
17:03:25 "<infiSTAR.de> _AH_MAIN_BLOCK: d2j1h1z5r9G7n293h7G"
17:03:25 "<infiSTAR.de> _MAIN_CODE: r0o7S583E5O6S3r2p7j"
17:03:25 "<infiSTAR.de> _RunOnClients: g6X7j2o2j8p8n3z6r286939"
17:03:25 "<infiSTAR.de> _AHKickOFF: w60635G1o2X2n0r2p1E285r"
17:03:25 "<infiSTAR.de> _AH590KICKLOG: v208r1p6j7n9j9k701h6O94"
17:03:25 "<infiSTAR.de> _infiSTAR_fnc_animchanged: t1f7X0K4j1E4O6r6s6f"
17:03:25 "<infiSTAR.de> _FiredCheck: x7S1K0f5z4o2G5k1O7O8E2h"
17:03:25 "<infiSTAR.de> _clientdo: l906o3O5E133s2W581f"
17:03:25 "<infiSTAR.de> _AH_RunCheckARRAY: w6o8s1p887O7n6j108K6z"
17:03:25 "<infiSTAR.de> _AH_RunCheckENDVAR: r098j2S3K1O8O73409o1s"
17:03:25 "<infiSTAR.de> _AH_HackLogArrayRND: r5K7j791p237j1k6o4h4W39"
17:03:25 "<infiSTAR.de> _AH_SurvLogArrayRND: g9G79101f6o4X5s3O94207S4z"
17:03:25 "<infiSTAR.de> _AH_AdmiLogArrayRND: s4r0j5r7W1n4o5o6G8j78"
17:03:25 "<infiSTAR.de> _TMPBAN: t8p186g8W1s4O6X3o6z"
17:03:25 "<infiSTAR.de> _massMessage: i8S602X1G5s4z0p3W1S"
17:03:25 "<infiSTAR.de> _AHpos: h3z0j8K9j5p4O8j1f7o2r0o"
17:03:25 "<infiSTAR.de> _ninetwo: y3j8h7r4o9j7X3X0o7G2s8G"
17:03:25 "<infiSTAR.de> _ninetwothread: v533g1p8O3o6O8X0n1p2g3s"
17:03:25 "<infiSTAR.de> _adminsA: n8f398E5p7K5X5n109g89"
17:03:25 "<infiSTAR.de> _MC: o2S394s9z8O1n8O007j3g498p"
17:03:25 "<infiSTAR.de> _MCS: c3p8O40045S1E3s6W6j1r1O"
17:03:25 "<infiSTAR.de> _AdminLoaded: g1o2E7W6E0r7E6o3o1X"
17:03:25 "<infiSTAR.de> _clientonceone: v205X2n439O1r6n4O305S"
17:03:25 "<infiSTAR.de> _clientoncethree: e1r7K6O3S7f4n8W8X2r0g1X"
17:03:25 "<infiSTAR.de> _YourPlayerToken: k7W6K2k0W302s8O3o1r6j"
17:03:25 "<infiSTAR.de> _TokenCheck: f1E147h483K009f0S2G103O"
17:03:25 "<infiSTAR.de> _oneachframe: l3j4z0k8G4j7W306S7h"
17:03:25 "<infiSTAR.de> _checkidicheckcheck: f8O80101z2k8z8r009K281r"
17:03:25 "<infiSTAR.de> _lastshotmade: d9o4o3k142o3O2o2W0o6o"
17:03:25 "<infiSTAR.de> _loaded: A3RANDVAR8016301"
17:03:25 "<infiSTAR.de> _AH590_KICKLOG: PVAHR_0_5y745v3y426n577u"
17:03:25 "<infiSTAR.de> 35.02 - loading AntiHack.."
17:03:25 Attempt to override final function - bis_fnc_mp
17:03:25 Attempt to override final function - bis_fnc_spawn
17:03:25 Attempt to override final function - bis_fnc_mpexec
17:03:25 c:\w\stable\futura\lib\network\networkserver.cpp NetworkServer::OnClientStateChanged:NOT IMPLEMENTED - briefing!
17:03:25 "<infiSTAR.de> 35.613 - Thread MAIN: starting!"
17:03:25 "<infiSTAR.de> 35.614 - Thread MAIN: loading...!"
17:03:25 "<infiSTAR.de> 35.614 - Thread MAIN: compiling and sending AH_MAIN_BLOCK function!"
17:03:25 "<infiSTAR.de> 35.615 - Thread MAIN: AH_MAIN_BLOCK compiled and sent!"
17:03:25 "<infiSTAR.de> 35.615 - Thread MAIN: compiling and/or sending none-threaded code!"
17:03:25 "<infiSTAR.de> 35.68 - Thread MAIN: none-threaded code compiled and/or sent!"
17:03:25 "<infiSTAR.de> 35.68 - AntiHack loaded!"
17:03:25 "infiSTAR.de 0 - run.sqf - AntiHack included!"
17:03:25 "infiSTAR.de 0 - run.sqf - including AdminTools"
17:03:25 "infiSTAR.de 0 - run.sqf - AdminTools included!"
17:03:25 Attempt to override final function - bis_fnc_init
17:03:25 "Starting FuMS via \FuMS\init.sqf"
17:03:25 Error in expression <__cur_mp.Altis\scripts\loadout.sqf"
if (EPOCH_playerCrypto == 0) then
{
_PistolA>
17:03:25   Error position: <EPOCH_playerCrypto == 0) then
{
_PistolA>
17:03:25   Error Undefined variable in expression: epoch_playercrypto
17:03:25 File mpmissions\__cur_mp.Altis\scripts\loadout.sqf, line 1
17:03:25 "**Starting Briefing.sqf**"
17:03:25 "<infiSTAR.de> 35.727 - Thread #1: Server Loop #1 starting now!"
17:03:25 "<infiSTAR.de> 35.727 - Thread #1: Server Loop #1 looping now!"
17:03:25 "<infiSTAR.de> 35.727 - Thread #2: Server Loop #2 starting now!"
17:03:25 "<infiSTAR.de> 35.727 - Thread #2: Server Loop #2 looping now!"
17:03:26 "<infiSTAR.de> 35.774 - Thread #3: Server #3 starting now!"
17:03:26 "<infiSTAR.de> 35.774 - Thread #4: starting now!"
17:03:26 "Epoch: Starting ArmA3 Epoch Server, Version 0.3.0.1"
17:03:26 "Epoch: Init Variables"
17:03:26 Attempt to override final function - epoch_server_ispadmin
17:03:26 "Epoch: Start Hive, Instance ID: 'Epoch_Altis'"
17:03:26 "Epoch: Init PublicEH"
17:03:26 "Epoch: Setup Side Settings"
17:03:26 "Epoch: Setup World Settings for Altis"
17:03:26 "Epoch: Set Weather"
17:03:26 Weather was forced to change
17:03:26 "Weather Change: fog: [0.176185,0.00669487,1.0257] rain: 0.191653 overcast: 0.173348 windx: 1.91272 windz: 1.92405 forced: true"
17:03:26 "Epoch: Loading buildings"
17:03:26 "##LoadCommonData: Preparing FuMS common data."
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 "Epoch: Loading teleports and static props"
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <\BaseServer.sqf"





FuMS_ServerData =
[
[ 
[15440, 15342, 0],    
17000,      >
17:03:26   Error position: <[
[ 
[15440, 15342, 0],    
17000,      >
17:03:26   Error Generic error in expression
17:03:26 File FuMS\Themes\BaseServer.sqf, line 7
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 Strange convex component322 in a3\structures_f\research\dome_big_f.p3d:geometryFire
17:03:26 Strange convex component327 in a3\structures_f\research\dome_big_f.p3d:geometryFire
17:03:26 Error in expression <aid",1],
["Small",-1],
["Aquatic",-1],

],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error position: <],
[  
true, 
true, 
true, 
false, 
true>
17:03:26   Error Missing [
17:03:26 File FuMS\Themes\BaseServer.sqf, line 46
17:03:26 "Epoch: Loading NPC traders"
17:03:26 "##LoadCommonData: ActiveThemes: []"
17:03:26 "##LoadCommonData: ActiveThemesHC: []"
17:03:26 "##LoadCommonData: THEMEDATA: []"
17:03:26 "FuMsnInit:  ERROR: NO Themes Found! Exiting!"
17:03:26 Error in expression <S_ActiveThemes = []; 

_themeListData = FuMS_ServerData select 3;
{
FuMS_ActiveT>
17:03:26   Error position: <FuMS_ServerData select 3;
{
FuMS_ActiveT>
17:03:26   Error Undefined variable in expression: fums_serverdata
17:03:26 File FuMS\Functions\LoadCommonData.sqf, line 34
17:03:26 "************************************************************************"
17:03:26 "###Fulcrum Mission System Critical Error!"
17:03:26 "###   System is OFFLINE"
17:03:26 "************************************************************************"
17:03:26 No speaker given for Cheng Il
17:03:27 No speaker given for Gula Hoxha
17:03:27 Strange convex component53 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryFire
17:03:27 Strange convex component27 in a3\structures_f_epb\civ\playground\slidecastle_f.p3d:geometryView
17:03:27 "Epoch: Spawning NPC traders"
17:03:27 "Epoch: Loading vehicles"
17:03:27 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
17:03:27 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
17:03:28 B_Heli_Light_01_EPOCH: AddDoors - unknown animation source AddDoors
17:03:28 B_Heli_Light_01_EPOCH: GunL_Revolving - unknown animation source GunL_Revolving
17:03:28 B_Heli_Light_01_EPOCH: GunR_Revolving - unknown animation source GunR_Revolving
17:03:28 B_Heli_Light_01_EPOCH: AddGunHolder - unknown animation source AddGunHolder
17:03:28 B_Heli_Light_01_EPOCH: hidePG_1 - unknown animation source Missiles_revolving
17:03:28 B_Heli_Light_01_EPOCH: zaslehROT - unknown animation source Muzzle_flash
17:03:28 class HitPoints::HitFuel not found in mosquito_epoch
17:03:28 class HitPoints::HitLight not found in mosquito_epoch
17:03:28 class HitPoints::HitHydraulics not found in mosquito_epoch
17:03:28 class HitPoints::HitGear not found in mosquito_epoch
17:03:28 class HitPoints::HitHStabilizerL1 not found in mosquito_epoch
17:03:28 class HitPoints::HitHStabilizerR1 not found in mosquito_epoch
17:03:28 class HitPoints::HitVStabilizer1 not found in mosquito_epoch
17:03:28 class HitPoints::HitTail not found in mosquito_epoch
17:03:28 class HitPoints::HitPitotTube not found in mosquito_epoch
17:03:28 class HitPoints::HitStaticPort not found in mosquito_epoch
17:03:28 class HitPoints::HitEngine2 not found in mosquito_epoch
17:03:28 class HitPoints::HitEngine3 not found in mosquito_epoch
17:03:28 Cannot load surface info ca\data\Penetration\concrete.bisurf
17:03:28 Error: Wheel reference not initialized
17:03:28 Cannot find a sound file a3\sounds_f\arsenal\weapons\longrange\lynx\dry_lynx.wss
17:03:29 Cannot load surface info ca\data\Penetration\rubber.bisurf
17:03:29 I_Heli_Transport_02_EPOCH: AddGunHolder - unknown animation source AddGunHolder
17:03:29 Error: Bone cheek_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone nose_tip doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_uplb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_ls doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_uplf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lc doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lwlb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lwlf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lwm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_upm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone ear_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone corr doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone tongue_m doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone tongue_f doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eye_upl doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eye_lwl doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_lb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_lt doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone nose_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_lm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone nose_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone forehead_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone forehead_m doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone forehead_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eye_lwr doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_rt doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone cheek_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eye_upr doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone eyebrow_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone tongue_b doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone ear_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone neck_l doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_uprf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone neck_r doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_uprb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_rc doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lwrb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone lip_lwrf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone neck_b doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone zig_rb doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone neck_t doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_rf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_lf doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone chin doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_rm doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw_rs doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone jaw doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 Error: Bone headcutscene doesn't exist in skeleton OFP2_ManSkeleton
17:03:29 "VEH SPAWN TIMER 1.99"
17:03:29 "Epoch: Spawning vehicles"
17:03:29 "Epoch: Loading storage"
17:03:29 "Storage SPAWN TIMER 0.150002"
17:03:29 "Epoch: Loading static loot"
17:03:30 "Epoch: Server Start Complete: 4.138 seconds"
17:03:30 "Loaded Server FSM"
17:03:40 "server_setToken:   UID: xxxxxxxxxxxxxx | TOKEN: pyztkmyq06qly72a - TOKEN CREATED"
17:03:40 "server_setToken:   UID: xxxxxxxxxxxxxxx | TOKEN: pyztkmyq06qly72a - TOKEN SENT TO OBJECT"
17:03:41 "<infiSTAR.de> +++PlayerConnected: PAR4NA(xxxxxxxxxxxxx)"
17:03:41 "server_setToken:   UID: __SERVER__ | TOKEN: yctmsjy5e82gpsn - TOKEN CREATED"
17:03:41 "<infiSTAR.de> +++PlayerConnected: __SERVER__()"
17:03:44 "<infiSTAR.de> ******ADMIN-LOGIN******: PAR4NA(xxxxxxxxxxxxx)"
17:03:51 No speaker given for Abdul-Aziz Ghafurzai
17:03:51 Cannot find a sound file a3\sounds_f\arsenal\weapons\longrange\lynx\dry_lynx.wss
17:03:52 Speaker Male01_F not found in CfgVoiceTypes
17:04:16 "server_setToken:   UID: HC6020 | TOKEN: gpedd4codsdd7a25l - TOKEN CREATED"
17:04:16 "<infiSTAR.de> New Player: headlessclient(HC6020)"
17:04:16 "<infiSTAR.de> +++PlayerConnected: headlessclient(HC6020)"
17:05:06 No speaker given for Rahim Khalili
17:05:06 Speaker Male01_F not found in CfgVoiceTypes
17:05:26 "<infiSTAR.de> 155.788 - Thread #3: Server #3 waited 120s"

Link to comment
Share on other sites

PAR4NA,

  

 

* How do I define the "on and off" themes for each missio?

Turn themes on/off in BaseServer.sqf.

Comment out the themes you want off.

 [
        // ActiveThemes
        // A folder matching the names below needs to exist in the ..\Themes folder.
        // use this block to easily turn off/on your various mission sets.
        // -1 = all HC's.  0= Server only,  1=1st HC to connect, 2=2nd, etc.
        //  Note: Server option not currenty operational.
        // ["StressTest",-1],
        ["Test",1],
        ["HeloPatrols",1],
       // ["SEM",1],   //<<------ SEM is commented out so is turned OFF
        ["TownRaid",1],
        ["Small",-1],
        ["Aquatic",-1],
        ["MadScience",-1]
    ], 

Another option, if you are using the AdminTools is to set ThemeAutoStart to false in the theme's ThemeData.sqf

 

 

* Possibility to put a simultaneous mission limit?

This is controlled simply by how many themes you have running and how you configure them to run.

In the ThemeData.sqf you can set the theme to ONLY spawn 1 mission at a time.

 

 

* How do I disable the message on the screen? "side left upper the screen"

In BaseServer.sqf.  Set EnableRadioChatterSystem to false.

 [  // Event and AI Radio messsage behavior
        false, // EnableRadioChatterSystem: turns on the system, allowing below options to function
        false, // EnableRadioAudio: turns on 'audio' effects for radio chatter
        true, // RadioRequired: if false, messages are heard without a radio on the player's belt.
        false, // RadioFollowTheme: Conforms with Theme radio channel choices. False:any radio works for all channels.
        true, 800 // EnableAIChatter: enables random radio chatter between AI when players get within the specified range (meters) as default.
              // NOTE: Theme 'Radio Range' will override this setting.
    ],

Looking at the error in your .rpt it looks like you have some sort of Typo in your BaseServer.sqf.  A missing ']' or something.

Link to comment
Share on other sites

i want that every hc one mission controlle that is why i have 4 HC

 

if (!isServer) exitWith {};
private ["_handle"];
FuMS_HCIDs = [];
FuMS_HCNames = [];
FuMS_HCIDs set [0,0]; // set the 1st slot to be the actual server's ID.
FuMS_HCNames set [0, "SERVER"];
FuMS_AdminListofMissions = []; //Full list of all missions on the server. [themeIndex, themeName, missionName] format.
FuMS_isStable = true; // set to false in LoadCommonData if critical errors are found.
 
 
must i edit this ??
Link to comment
Share on other sites

One HC could easily handle multiple missions, the sticking point really is that lots of AI in the game (whether server or HC controlled) have a really large impact on server performance.

 

With 60 players on my server I've had to remove all but the SEM mission from auto starting otherwise the server FPS/CPS dips down under 10. (the server is a dedicated i7 [email protected], 16GB RAM and running from SSD on a 100/100MBps dedicated ethernet line).

 

As I have it at the moment the FPS/CPS is between 15-20 when the server is full (60 players).

Link to comment
Share on other sites

18:27:48 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:27:51 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:27:54 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:27:57 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:00 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:03 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:06 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:09 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:12 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:15 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:19 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:23 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:26 "##HeartMonitor: Waiting on Gender for <NULL-object>"
18:28:29 "##HeartMonitor: Waiting on Gender for <NULL-object>"

 

any where a idea???

 

and this

 

18:27:17 Error in expression <_SuffBlur ppEffectCommit 8;

sleep 8;


BIS_SuffCC ppEffectEnable FALSE;
BIS_Suf>
18:27:17 Error position: <BIS_SuffCC ppEffectEnable FALSE;
BIS_Suf>
18:27:17 Error Undefined variable in expression: bis_suffcc

Link to comment
Share on other sites

ReMuS,

     Is your HC spawning missions?

 

   Did you assign the HC to the 1st slot or at the end in your mission.sqm

 

Code had to be added because some folks where doing non-standard installs and that along with changes made in .3.0.1 are causing some issues with HC detection by the server.

 

Anyway, let me know the answers to the above, and I may be able to help.

 

The other BIS errors are not related to FuMS.

Link to comment
Share on other sites

ReMus,

   If you are NOT getting missions to spawn there is some other issue.  If you are getting missions to spawn, try commenting the following code OUT of the \FuMS\Functions\HeartMonitor.sqf  (lines 32-37).

 

This will allow the server to cleanup AI if the HC should disconnect.

 

Again, code was added to try and deal with the 'gender' selection delay causing some unpredictable behavior for some folks...I am still trying to figure out the specifics.

 //  waitUntil
  //  {
  //      diag_log format ["##HeartMonitor: Waiting on Gender for %1",_owner];
  //      sleep 3;
  //      typeOf _owner == "Epoch_Male_F" or typeOf _owner == "Epoch_Female_F" 
 //   };
Link to comment
Share on other sites

Another option that may work.

 

Log in as admin and 'kick' the HC.  See if it reconnects properly.  The hang up seems to be when the HC connects with NO identity.  <NULL-Object> should contain the HC's name. I believe this issue is with Arma3 not Epoch or FuMS mod.

 

I'm adding code to the next update that will 'time out' the wait for gender assignment after 2 minutes, so the server can still perform cleanup if necessary.

Link to comment
Share on other sites

Taco,

  May be a config on your side. I am aware of multiple servers running FuMS with an HC and Infistar...no kicks.

 

Is it a BE kick?  Shoot me a copy of your .rpt if you want.

I'll check the logs later, but I never had an issue with the default AH and the HC. I did have issues with the default AH banning all the non-admin players. Looks like I traded one issue for another.

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
  • Advertisement
×
×
  • Create New...