Jump to content

Fulcrum Mission System v2.1a


horbin

Recommended Posts

Par4Na,

  Check about 3 posts up, Darth posted some numbers for Bornholm that may need to go into the world file.

 

Also, Did some more testing on a couple other server tonight, and I am aware of a timing issue that is still a problem between the HC and Server...

 

Still looks like some global vars are getting cleanued up by EPOCH, but gonna tweak the timing stuff some more tomorrow.

 

I saw the post. But I did not find where I put the parameters of the world. What the filename?

Link to comment
Share on other sites

Which Map.  I think the BlackList and DefaultPos's are not defined yet for your map.

 

Put the following at line 19 of \FuMS\HC\Util\GetWorldInfo.sqf

 

FuMS_BlackList = [];

FuMS_DefaultPos = [];

 

If you do have blacklist positions, you'll need to add them following the 'altis' example....also, send my your points if they are standard for the map and I'll fold that data into the next distro! :)

 

 

 

Here Par4na

Link to comment
Share on other sites

HAL was standing still in his BOX. No HC crash or disconnect.

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

 

 

 

19:38:25 "<FuMS> HeartMonitor: HC_HAL: 1st Heart beat missed!!FuMS_HC_isAlive3"
19:38:41 "<FuMS> HeartMonitor: HC_HAL: 1st Heart beat missed!!FuMS_HC_isAlive3"
19:38:43 "<FuMS> HeartMonitor:HC_HAL: 2nd Heart beat missed!!FuMS_HC_isAlive3"
19:38:45 "<FuMS> HeartMonitor:HC_HAL: Disconnect detected. Cleaning up the Mess!!!!FuMS_HC_isAlive3"
19:38:45 "##HC_DataCleanup: FuMS_HCIDs:[0,3]"
19:38:45 "##HC_DataCleanup: FuMS_HCNames:["SERVER",""]"
19:38:45 Error in expression <VariableClient "FuMS_HCNames";
}foreach FuMS_AdminIDs;
};
};

_varName = format >
19:38:45   Error position: <FuMS_AdminIDs;
};
};

_varName = format >
19:38:45   Error Undefined variable in expression: fums_adminids
19:38:45 File FuMS\Functions\HC_DataCleanup.sqf, line 20
19:38:45 "##HC_DataCleanup: _varName :FuMS_HC_HAL_AIGroups3"
19:38:45 "HC:CLEANUP Groups: 33 deleted from "
19:38:45 "HC:CLEANUP: <NULL-object> being checked."
19:38:45 "HC:CLEANUP: <NULL-object> being checked."
19:38:45 "HC:CLEANUP: <NULL-object> being checked."
19:38:45 "HC:CLEANUP: <NULL-object> being checked."
19:38:45 "HC:CLEANUP: 4 vehicles checked for FuMS_HC_HAL_Vehicles3"
19:38:45 "HC:CLEANUP Markers: 22 deleted from FuMS_HC_HAL_Markers3"
19:38:45 "HC:CLEANUP Buildings: 1 deleted from FuMS_HC_HAL_Buildings3"
19:38:45 "HCCLEANUP Triggers: 16 deleted from FuMS_HC_HAL_Triggers3"
19:38:45 "<FuMS> HeartMonitor: HC:HC_HAL: Complete in 0.0200195 secs!FuMS_HC_isAlive3"
19:38:45 "<FuMS> HeartMonitor: Has ended for HC_HAL:FuMS_HC_isAlive3"

Link to comment
Share on other sites

HAL was standing still in his BOX. No HC crash or disconnect.

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

 

 

 

19:38:25 "<FuMS> HeartMonitor: HC_HAL: 1st Heart beat missed!!FuMS_HC_isAlive3"

19:38:41 "<FuMS> HeartMonitor: HC_HAL: 1st Heart beat missed!!FuMS_HC_isAlive3"

19:38:43 "<FuMS> HeartMonitor:HC_HAL: 2nd Heart beat missed!!FuMS_HC_isAlive3"

19:38:45 "<FuMS> HeartMonitor:HC_HAL: Disconnect detected. Cleaning up the Mess!!!!FuMS_HC_isAlive3"

19:38:45 "##HC_DataCleanup: FuMS_HCIDs:[0,3]"

19:38:45 "##HC_DataCleanup: FuMS_HCNames:["SERVER",""]"

19:38:45 Error in expression <VariableClient "FuMS_HCNames";

}foreach FuMS_AdminIDs;

};

};

_varName = format >

19:38:45   Error position: <FuMS_AdminIDs;

};

};

_varName = format >

19:38:45   Error Undefined variable in expression: fums_adminids

19:38:45 File FuMS\Functions\HC_DataCleanup.sqf, line 20

19:38:45 "##HC_DataCleanup: _varName :FuMS_HC_HAL_AIGroups3"

19:38:45 "HC:CLEANUP Groups: 33 deleted from "

19:38:45 "HC:CLEANUP: <NULL-object> being checked."

19:38:45 "HC:CLEANUP: <NULL-object> being checked."

19:38:45 "HC:CLEANUP: <NULL-object> being checked."

19:38:45 "HC:CLEANUP: <NULL-object> being checked."

19:38:45 "HC:CLEANUP: 4 vehicles checked for FuMS_HC_HAL_Vehicles3"

19:38:45 "HC:CLEANUP Markers: 22 deleted from FuMS_HC_HAL_Markers3"

19:38:45 "HC:CLEANUP Buildings: 1 deleted from FuMS_HC_HAL_Buildings3"

19:38:45 "HCCLEANUP Triggers: 16 deleted from FuMS_HC_HAL_Triggers3"

19:38:45 "<FuMS> HeartMonitor: HC:HC_HAL: Complete in 0.0200195 secs!FuMS_HC_isAlive3"

19:38:45 "<FuMS> HeartMonitor: Has ended for HC_HAL:FuMS_HC_isAlive3"

 

 

Have you updated to FuMS 1.5c?  I had the same issue but the C version fixed it.  

Link to comment
Share on other sites

Second coming

How do u force gear on the HC

 

In your mission.sqm add a sensor:

class Sensors
{
items=1; 
class Item0
{
position[]={23599.836,3.1900001,18000.484};
a=50;
b=50;
activationBy="ANY";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="cloneroomsafezone";
expCond = "(player distance cloneroomsafezone) < 50;";
expActiv="Sleep 5; hint ""Welcome to the clone room, we've got fun and games!"";  inSafeZone = true; execVM ""StartingLoadoutHC.sqf"";";
expDesactiv="hint ""You are leaving the Safe Zone!""; ";
class Effects
{
};
}; 
};

Then create StartingLoadoutHC.sqf:

waitUntil {alive vehicle player}; 
waitUntil {typeOF player != "VirtualMan_EPOCH"};
 
if (!hasInterface) then
{
clearWeaponCargo player;
clearMagazineCargo player;
removeVest player;
Sleep 5;
systemchat("Changing Uniform on HC");
player forceAddUniform "U_C_Driver_1_white"; 
player addHeadgear "H_RacingHelmet_1_white_F";
};
Link to comment
Share on other sites

Getting this error now

16:46:53 "##FillLoot: SmokeBox Proximity:100 Dur:5 minutes Colors:["Red","White","Blue"]"
16:46:53 Bad conversion: array
16:46:53 Error in expression <
while {!_smokeOn} do
{
_players = _box nearEntities ["Man",FuMS_SmokeProximity]>
16:46:53   Error position: <nearEntities ["Man",FuMS_SmokeProximity]>
16:46:53   Error 0 elements provided, 3 expected
16:46:53 File FuMS\HC\Loot\FillLoot.sqf, line 88

Small mission theme using Global Loot Data

Link to comment
Share on other sites

Here are the defaults for Bornholm as taken from the Official files.  Might as well throw in Chernarus while I'm at it.   :P

[
			"Bornholm",
			[10088.2,9045.73,0],  //Map Center
			13500, //Map size
			[
				//Exclusion Areas
				[[4144.52,9255.61,0],[3144.52,8255.61,0]],  //West Spawn Area
				[[11466.9,12192.4,0],[12466.9,13192.4,0]],  //East Spawn Area
				[[3537.25,15053.3,0],[3537.25,16053.3,0]],  //North Spawn
				[[13313.2,6376.4,0],[14313.2,7376.4,0]] //Clone Lab
			],
			[
				//Default Areas
			]
		],
[
"Chernarus",
[6968.658203,8345.914063,0],  //  Map Center
6000,  //Map size
[
//Exclusion Areas
[[4069.52,4024.24,0],[5069.52,5024.24,0]],  //South West
[[11577.8,4621.92,0],[12577.8,5621.92,0]], //South East
[[10188.6,8928.98,0],[11188.6,9928.98,0]], //North East
[[990.27,1523.47,0],[1090.27,2523.47,0]]  //Clone Lab
],
[
//Default Areas
]
],

 

 

 

Mine however are different.  I had Bornholm set up well before the official files were released so I set up all custom stuff.  My FuMS settings have chosen been reflected to reflect those settings.  But for most folks running official files, the ones above should do the trick.  

 

I do have one question though.....why the difference in the map sizes?  The default world size for Altis is 20000, yet in your settings you have it set to only 12000.  Actual default world size for Bornholm is 25000.

 

is this for chernarus ok?? i edit the baseserver.sqf is this right?

 

[ // Map Definition and FuMS configuration
       false, // Enable FuMS missions to run on the main server.
           // NOTE: setting to 'true' may drasticly impact server performance.
       "testpath",                 // MySQL support testing
false, //Enable AdminControls! See Docs\AdminControls.txt
         15   //minimum Server FPS. Below this FPS FuMS will not load new missions. 
    ],
    "Chernarus",
[6968.658203,8345.914063,0],  //  Map Center
6000,  //Map size
[
//Exclusion Areas
[[4069.52,4024.24,0],[5069.52,5024.24,0]],  //South West
[[11577.8,4621.92,0],[12577.8,5621.92,0]], //South East
[[10188.6,8928.98,0],[11188.6,9928.98,0]], //North East
[[1024.8502,2023.5204,0],[2024.8502,3023.5204,0]]  //Clone Lab
],
[ // Default Areas
    // See \FuMS\HC\Util\GetWorldInfo.sqf if you need to make changes
    ],
    [
        // 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",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1],["SEM",1]
        ["SEM",1],
["SEM1",1],
["SEM2",1]
        //["TownRaid",1],
//["Small",-1],
//["Aquatic",-1],
//["MadScience",-1]
    ],

Link to comment
Share on other sites

16:53:29 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:31 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:33 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:35 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:37 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:39 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:41 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:43 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:45 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:47 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:49 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:51 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:53 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:55 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:57 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:53:59 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:54:01 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:54:03 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"
16:54:05 "<FuMS> HeartMonitor: Waiting for HC:HC_HAL initialization to finalize with signature FuMS_HC_isAlive3"

 

 

this is server rpt and chernarus map

 

Darth_Rogue can you help me
Link to comment
Share on other sites

Hi, I'm having problems trying to get the HC to connect and show up in the lobby. I have logged in as admin and can see the headless client slot, but it says it's empty.

 

I have followed the install guide included in the github download and am running epoch 0301 and arma 1.42. I am using autoinit in my server launch parameters (not sure if this could cause a problem...?)

 

The server rpt shows all the messages of FuMS starting OK but the HC client rpt just seems to stop at the same place:

11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 EPE manager release (0|0|0)
11:53:27 EPE manager release (0|0|0)

The HC client rpt is below:

=====================================================================


== C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\HCserver.exe
== "C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\HCserver.exe" -client -connect=127.0.0.1 -port=2312 -mod="@Epoch;" -nosound -password=******

Original output filename: Arma3Retail_Server
Exe timestamp: 2015/04/08 16:40:03
Current time: 2015/04/09 11:53:21

Type: Public
Branch: Stable
Version: 1.42.130244

Allocator: C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\dll\tbb4malloc_bi.dll
=====================================================================

11:53:21 ManagerConfig()
11:53:21 Item STR_CONTROLS_TOOLTIPS_ACTION_IN_MAP listed twice
11:53:21 Item str_usract_action_in_map listed twice
11:53:21 Cannot register unknown string STR_USRACT_SWITCH_GUNS
11:53:21 Cannot register unknown string STR_USRACT_SWITCH_ROCKETS
11:53:21 Cannot register unknown string STR_USRACT_SWITCH_MISSILES
11:53:21 Cannot register unknown string STR_USRACT_SWITCH_BOMBS
11:53:21 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_GUNS
11:53:21 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_ROCKETS
11:53:21 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_MISSILES
11:53:21 Cannot register unknown string STR_CONTROLS_TOOLTIPS_SWITCH_BOMBS
11:53:22 Item str_a3_garage listed twice
11:53:22 Item STR_A3_Showcase_FiringFromVehicles_SITREP_text listed twice
11:53:22 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_HELI_TEXT listed twice
11:53:22 Item STR_A3_DLC_PREMIUM_ITEM_NOTIFICATION_KART_TEXT listed twice
11:53:22 Item str_a3_flashlight1 listed twice
11:53:24 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/PAPA_BEAR/
11:53:24 Updating base class ->Base, by a3\dubbing_radio_f\config.bin/CfgHQIdentities/AirBase/
11:53:24 Updating base class ->HouseBase, by a3\data_f\config.bin/CfgVehicles/House/
11:53:24 Updating base class ->Thing, by a3\data_f\config.bin/CfgVehicles/thingX/
11:53:24 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayEditObject/Controls/B_OK/
11:53:24 Updating base class RscSliderH->RscXSliderH, by a3\editor_f\config.bin/RscDisplayEditObject/Slider/
11:53:24 Updating base class RscText->RscPicture, by a3\editor_f\config.bin/RscDisplayEditObject/Preview/
11:53:24 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionLoad/Controls/B_OK/
11:53:24 Updating base class RscShortcutButton->RscButton, by a3\editor_f\config.bin/RscDisplayMissionSave/Controls/B_OK/
11:53:24 Updating base class ->House, by a3\structures_f\config.bin/CfgVehicles/House_F/
11:53:24 Updating base class ->House_F, by a3\structures_f\config.bin/CfgVehicles/House_Small_F/
11:53:24 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/DefaultDie/
11:53:24 Updating base class ->RifleBaseLowStandActions, by a3\anims_f\config\sdr\config.bin/CfgMovesBasic/Actions/RifleBaseStandActions/
11:53:24 Updating base class ->Default, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/Crew/
11:53:24 Updating base class ->StandBase, by a3\anims_f\config\sdr\config.bin/CfgMovesMaleSdr/States/AmovPercMstpSnonWnonDnon/
11:53:24 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoScrollbars/
11:53:24 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoHScrollbars/
11:53:24 Updating base class ->RscControlsGroup, by a3\ui_f\config.bin/RscControlsGroupNoVScrollbars/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscLine/
11:53:24 Updating base class ->RscActiveText, by a3\ui_f\config.bin/RscActivePicture/
11:53:24 Updating base class ->RscButton, by a3\ui_f\config.bin/RscButtonTextOnly/
11:53:24 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscShortcutButtonMain/
11:53:24 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonEditor/
11:53:24 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscIGUIShortcutButton/
11:53:24 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscGearShortcutButton/
11:53:24 Updating base class ->RscShortcutButton, by a3\ui_f\config.bin/RscButtonMenu/
11:53:24 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuOK/
11:53:24 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuCancel/
11:53:24 Updating base class ->RscButtonMenu, by a3\ui_f\config.bin/RscButtonMenuSteam/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscLoadingText/
11:53:24 Updating base class ->RscListBox, by a3\ui_f\config.bin/RscIGUIListBox/
11:53:24 Updating base class ->RscListNBox, by a3\ui_f\config.bin/RscIGUIListNBox/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackground/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUI/
11:53:24 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUILeft/
11:53:24 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIRight/
11:53:24 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscBackgroundGUIBottom/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUITop/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscBackgroundGUIDark/
11:53:24 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/RscBackgroundLogo/
11:53:24 Updating base class ->RscMapControl, by a3\ui_f\config.bin/RscMapControlEmpty/
11:53:24 Updating base class ->RscPicture, by a3\ui_f\config.bin/CA_Mainback/
11:53:24 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Back/
11:53:24 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Title_Back/
11:53:24 Updating base class ->CA_Mainback, by a3\ui_f\config.bin/CA_Black_Back/
11:53:24 Updating base class ->RscTitle, by a3\ui_f\config.bin/CA_Title/
11:53:24 Updating base class ->RscPictureKeepAspect, by a3\ui_f\config.bin/CA_Logo/
11:53:24 Updating base class ->CA_Logo, by a3\ui_f\config.bin/CA_Logo_Small/
11:53:24 Updating base class ->RscButton, by a3\ui_f\config.bin/CA_RscButton/
11:53:24 Updating base class ->CA_RscButton, by a3\ui_f\config.bin/CA_RscButton_dialog/
11:53:24 Updating base class ->RscActiveText, by a3\ui_f\config.bin/CA_Ok/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_image2/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/CA_Ok_text/
11:53:24 Updating base class ->RscPicture, by a3\ui_f\config.bin/RscVignette/
11:53:24 Updating base class ->RscControlsGroupNoScrollbars, by a3\ui_f\config.bin/RscMapControlTooltip/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_OK/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Cancel/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayDebug/Controls/B_Clear/
11:53:24 Updating base class ->RscText, by a3\ui_f\config.bin/RscDisplayCapture/controls/TimeLines/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonAverages/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonSavePreviousData/
11:53:24 Updating base class RscShortcutButton->RscButtonMenu, by a3\ui_f\config.bin/RscDisplayCapture/controls/ButtonPreviousData/
11:53:24 Updating base class RscControlsGroup->RscControlsGroupNoHScrollbars, by a3\ui_f\config.bin/RscDisplayMain/controls/ModIcons/
11:53:24 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/IconPicture/
11:53:24 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcOwnedIconPicture/
11:53:24 Updating base class IconPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayMain/DlcIconPicture/
11:53:24 Updating base class RscListBox->RscCombo, by a3\ui_f\config.bin/RscDisplayCustomizeController/Steepness/
11:53:24 Updating base class ->RscStandardDisplay, by a3\ui_f\config.bin/RscDisplayControlSchemes/
11:53:24 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonCancel/
11:53:24 Updating base class RscButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayControlSchemes/controls/ButtonOK/
11:53:24 Updating base class RscPicture->RscPictureKeepAspect, by a3\ui_f\config.bin/RscDisplayFileSelectImage/controls/OverviewPicture/
11:53:24 Updating base class RscShortcutButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayFieldManual/controls/ButtonCancel/
11:53:24 Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).
11:53:24 Updating base class RscButton->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMission/controls/ButtonCancel/
11:53:24 Updating base class RscShortcutButton->RscButtonMenuOK, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonOK/
11:53:24 Updating base class ButtonOK->RscButtonMenuCancel, by a3\ui_f\config.bin/RscDisplayPublishMissionSelectTags/controls/ButtonCancel/
11:53:24 Updating base class ->RscSubmenu, by a3\ui_f\config.bin/RscMainMenu/
11:53:24 Cannot update non class from class a3\ui_f\config.bin/RscCallSupport/Items/
11:53:24 Cannot update non class from class a3\ui_f\config.bin/RscRadio/Items/
11:53:24 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailExpansion/
11:53:24 Updating base class CA_ServerDetailIsland->RscListBox, by a3\ui_f_mark\config.bin/RscDisplayMultiplayer/controls/CA_ServerDetailPlayers/
11:53:24 Updating base class RscStandardDisplay->, by a3\ui_f_mp_mark\config.bin/RscDisplayRespawn/
11:53:24 Updating base class ->BulletCore, by a3\weapons_f\config.bin/CfgAmmo/BulletBase/
11:53:24 Updating base class ->Default, by a3\weapons_f\config.bin/CfgMagazines/CA_Magazine/
11:53:24 Updating base class ->ReammoBox, by a3\weapons_f\config.bin/cfgVehicles/WeaponHolder/
11:53:24 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/CowsSlot/
11:53:24 Updating base class ->SlotInfo, by a3\weapons_f\config.bin/PointerSlot/
11:53:24 Updating base class ->PistolCore, by a3\weapons_f\config.bin/cfgWeapons/Pistol/
11:53:24 Updating base class ->WeaponSlotsInfo, by a3\weapons_f\config.bin/cfgWeapons/Pistol_Base_F/WeaponSlotsInfo/
11:53:24 Updating base class ->Default, by a3\weapons_f\config.bin/cfgWeapons/ItemCore/
11:53:24 Updating base class ->ReammoBox, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/Bag_Base/
11:53:24 Updating base class ->ThingX, by a3\weapons_f\ammoboxes\config.bin/CfgVehicles/WeaponHolderSimulated/
11:53:24 Updating base class VestItem->ItemInfo, by a3\characters_f_mark\config.bin/cfgWeapons/V_PlateCarrierIAGL_dgtl/ItemInfo/
11:53:24 Updating base class NewTurret->, by a3\static_f_mark\designator_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
11:53:24 Updating base class ->Ship, by a3\boat_f\config.bin/CfgVehicles/Ship_F/
11:53:25 Updating base class ->NewTurret, by a3\static_f\aa_01\config.bin/CfgVehicles/StaticWeapon/Turrets/MainTurret/
11:53:25 Updating base class ->SlotInfo, by a3\weapons_f_mark\config.bin/UnderBarrelSlot/
11:53:25 ragdollHitDmgLimit (0.000000) is lower than minimum (0.010000) and it was set to min.
11:53:25 Initializing Steam Manager
11:53:25 ManagerConfig()
11:53:25 Steam Manager initialized.
11:53:25
11:53:25 ==== Loaded addons ====
11:53:25
11:53:25 dta\bin.pbo - unknown
11:53:25 dta\core.pbo - 72362
11:53:25 dta\languagecore_f.pbo - 81684
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a2_epoch_structures.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a2_epoch_weapons.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_assets.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_assets_1.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_assets_2.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_assets_3.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_code.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_config.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_functions.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_language.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_structures.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_underground.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_vehicles.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_vehicles_1.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch\addons\a3_epoch_weapons.pbo - unknown
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\anims_f_mark.ebo - 81946
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\characters_f_mark.ebo - 81648
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\data_f_mark.ebo - 81947
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\dubbing_f_mark.ebo - 81923
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\dubbing_f_mp_mark.ebo - 81923
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\functions_f_mark.ebo - 81923
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\functions_f_mp_mark.ebo - 81883
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\languagemissions_f_mark.ebo - 81931
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\languagemissions_f_mp_mark.ebo - 81965
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\language_f_mark.ebo - 81947
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\language_f_mp_mark.ebo - 81967
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\missions_f_mark.ebo - 81940
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\missions_f_mark_data.ebo - 81471
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\missions_f_mark_video.ebo - 81429
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\missions_f_mp_mark.ebo - 81940
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\missions_f_mp_mark_data.ebo - 81558
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\modules_f_mark.ebo - 81710
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\modules_f_mp_mark.ebo - 81923
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\music_f_mark.ebo - 81958
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\music_f_mark_music.ebo - 81930
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\sounds_f_mark.ebo - 81866
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\static_f_mark.ebo - 81968
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\structures_f_mark.ebo - 81185
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\supplies_f_mark.ebo - 79552
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\ui_f_mark.ebo - 81548
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\ui_f_mp_mark.ebo - 81901
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark\addons\weapons_f_mark.ebo - 81883
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\air_f_heli.pbo - 81040
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\anims_f_heli.pbo - 80475
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\boat_f_heli.pbo - 79398
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\cargoposes_f_heli.pbo - 80475
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\data_f_heli.pbo - 80757
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\dubbing_f_heli.pbo - 75138
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\functions_f_heli.pbo - 77667
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\languagemissions_f_heli.pbo - 76893
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\language_f_heli.pbo - 81931
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\missions_f_heli.pbo - 81235
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\missions_f_heli_data.pbo - 75977
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\missions_f_heli_video.pbo - 75065
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\modules_f_heli.pbo - 80344
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\music_f_heli.pbo - 76012
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\music_f_heli_music.pbo - 76012
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\soft_f_heli.pbo - 79398
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\sounds_f_heli.pbo - 79398
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\structures_f_heli.pbo - 80344
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\supplies_f_heli.pbo - 80344
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli\addons\ui_f_heli.pbo - 76986
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\anims_f_kart.pbo - 80475
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\characters_f_kart.pbo - 79903
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\data_f_kart.pbo - 80888
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\languagemissions_f_kart.pbo - 76770
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\language_f_kart.pbo - 80479
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\missions_f_kart.pbo - 76770
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\missions_f_kart_data.pbo - 75687
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\modules_f_kart.pbo - 80976
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\modules_f_kart_data.pbo - 74588
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\soft_f_kart.pbo - 81498
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\sounds_f_kart.pbo - 79398
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\structures_f_kart.pbo - 80293
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\ui_f_kart.pbo - 73106
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart\addons\weapons_f_kart.pbo - 80344
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\data_f_curator.pbo - 80721
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\functions_f_curator.pbo - 78988
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\language_f_curator.pbo - 81931
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\missions_f_curator.pbo - 80344
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\modules_f_curator.pbo - 81185
11:53:25 C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator\addons\ui_f_curator.pbo - 78347
11:53:25 addons\a3.pbo - unknown
11:53:25 addons\air_f.pbo - 81260
11:53:25 addons\air_f_beta.pbo - 81193
11:53:25 addons\air_f_epb.pbo - 81040
11:53:25 addons\air_f_epc.pbo - 79398
11:53:25 addons\air_f_gamma.pbo - 79398
11:53:25 addons\animals_f.pbo - 79398
11:53:25 addons\animals_f_beta.pbo - 72362
11:53:25 addons\anims_f.pbo - 81710
11:53:25 addons\anims_f_bootcamp.pbo - 72362
11:53:25 addons\anims_f_data.pbo - 81091
11:53:25 addons\anims_f_epa.pbo - 78608
11:53:25 addons\anims_f_epc.pbo - 72362
11:53:25 addons\armor_f.pbo - 79716
11:53:25 addons\armor_f_beta.pbo - 80344
11:53:25 addons\armor_f_epb.pbo - 81040
11:53:25 addons\armor_f_epc.pbo - 80538
11:53:25 addons\armor_f_gamma.pbo - 81684
11:53:25 addons\baseconfig_f.pbo - 73106
11:53:25 addons\boat_f.pbo - 79398
11:53:25 addons\boat_f_beta.pbo - 79398
11:53:25 addons\boat_f_epc.pbo - 79398
11:53:25 addons\boat_f_gamma.pbo - 81040
11:53:25 addons\cargoposes_f.pbo - 78836
11:53:25 addons\characters_f.pbo - 81823
11:53:25 addons\characters_f_beta.pbo - 81258
11:53:25 addons\characters_f_bootcamp.pbo - 81823
11:53:25 addons\characters_f_epa.pbo - 81235
11:53:25 addons\characters_f_epb.pbo - 79398
11:53:25 addons\characters_f_epc.pbo - 81235
11:53:25 addons\characters_f_gamma.pbo - 79398
11:53:25 addons\data_f.pbo - 81761
11:53:25 addons\data_f_bootcamp.pbo - 76960
11:53:25 addons\drones_f.pbo - 81040
11:53:25 addons\dubbing_f.pbo - 73106
11:53:25 addons\dubbing_f_beta.pbo - 73106
11:53:25 addons\dubbing_f_bootcamp.pbo - 73106
11:53:25 addons\dubbing_f_epa.pbo - 73106
11:53:25 addons\dubbing_f_epb.pbo - 76110
11:53:25 addons\dubbing_f_epc.pbo - 73106
11:53:25 addons\dubbing_f_gamma.pbo - 73106
11:53:25 addons\dubbing_radio_f.pbo - 78704
11:53:25 addons\dubbing_radio_f_data.pbo - 78762
11:53:25 addons\editor_f.pbo - 74164
11:53:25 addons\functions_f.pbo - 81866
11:53:25 addons\functions_f_bootcamp.pbo - 81930
11:53:25 addons\functions_f_epa.pbo - 73434
11:53:25 addons\functions_f_epc.pbo - 73106
11:53:25 addons\languagemissions_f.pbo - 76893
11:53:25 addons\languagemissions_f_beta.pbo - 80928
11:53:25 addons\languagemissions_f_bootcamp.pbo - 81548
11:53:25 addons\languagemissions_f_epa.pbo - 76770
11:53:25 addons\languagemissions_f_epb.pbo - 79149
11:53:25 addons\languagemissions_f_epc.pbo - 79778
11:53:25 addons\languagemissions_f_gamma.pbo - 80928
11:53:25 addons\language_f.pbo - 81931
11:53:25 addons\language_f_beta.pbo - 81931
11:53:25 addons\language_f_bootcamp.pbo - 81931
11:53:25 addons\language_f_epa.pbo - 81931
11:53:25 addons\language_f_epb.pbo - 81931
11:53:25 addons\language_f_epc.pbo - 81931
11:53:25 addons\language_f_gamma.pbo - 81931
11:53:25 addons\map_altis.pbo - 81471
11:53:25 addons\map_altis_data.pbo - 80737
11:53:25 addons\map_altis_data_layers.pbo - 79087
11:53:25 addons\map_altis_data_layers_00_00.pbo - 79087
11:53:25 addons\map_altis_data_layers_00_01.pbo - 79087
11:53:25 addons\map_altis_data_layers_01_00.pbo - 79087
11:53:25 addons\map_altis_data_layers_01_01.pbo - 79087
11:53:25 addons\map_altis_scenes_f.pbo - 73106
11:53:25 addons\map_data.pbo - 81846
11:53:25 addons\map_stratis.pbo - 81471
11:53:25 addons\map_stratis_data.pbo - 80737
11:53:25 addons\map_stratis_data_layers.pbo - 79082
11:53:25 addons\map_stratis_scenes_f.pbo - 73106
11:53:25 addons\map_vr.pbo - 77601
11:53:25 addons\map_vr_scenes_f.pbo - 73106
11:53:25 addons\misc_f.pbo - 79398
11:53:25 addons\missions_f.pbo - 78843
11:53:25 addons\missions_f_beta.pbo - 81548
11:53:25 addons\missions_f_beta_data.pbo - 81548
11:53:25 addons\missions_f_beta_video.pbo - 73106
11:53:25 addons\missions_f_bootcamp.pbo - 81106
11:53:25 addons\missions_f_bootcamp_data.pbo - 72362
11:53:25 addons\missions_f_bootcamp_video.pbo - 75065
11:53:25 addons\missions_f_data.pbo - 73106
11:53:25 addons\missions_f_epa.pbo - 81772
11:53:25 addons\missions_f_epa_data.pbo - 73106
11:53:25 addons\missions_f_epa_video.pbo - 73106
11:53:25 addons\missions_f_epb.pbo - 80344
11:53:25 addons\missions_f_epb_data.pbo - 73106
11:53:25 addons\missions_f_epb_video.pbo - 73106
11:53:25 addons\missions_f_epc.pbo - 80344
11:53:25 addons\missions_f_epc_data.pbo - 73106
11:53:25 addons\missions_f_epc_video.pbo - 73106
11:53:25 addons\missions_f_gamma.pbo - 81923
11:53:25 addons\missions_f_gamma_data.pbo - 76877
11:53:25 addons\missions_f_gamma_video.pbo - 73106
11:53:25 addons\missions_f_video.pbo - 73106
11:53:25 addons\modules_f.pbo - 79398
11:53:25 addons\modules_f_beta.pbo - 81823
11:53:25 addons\modules_f_beta_data.pbo - 80976
11:53:25 addons\modules_f_bootcamp.pbo - 79398
11:53:25 addons\modules_f_data.pbo - 73106
11:53:25 addons\modules_f_epb.pbo - 79398
11:53:25 addons\music_f.pbo - 73106
11:53:25 addons\music_f_bootcamp.pbo - 73106
11:53:25 addons\music_f_bootcamp_music.pbo - 73106
11:53:25 addons\music_f_epa.pbo - 73106
11:53:25 addons\music_f_epa_music.pbo - 73106
11:53:25 addons\music_f_epb.pbo - 73106
11:53:25 addons\music_f_epb_music.pbo - 73106
11:53:25 addons\music_f_epc.pbo - 73106
11:53:25 addons\music_f_epc_music.pbo - 73106
11:53:25 addons\music_f_music.pbo - 73106
11:53:25 addons\plants_f.pbo - 80365
11:53:25 addons\roads_f.pbo - 80359
11:53:25 addons\rocks_f.pbo - 80359
11:53:25 addons\signs_f.pbo - 80365
11:53:25 addons\soft_f.pbo - 81154
11:53:25 addons\soft_f_beta.pbo - 81728
11:53:25 addons\soft_f_bootcamp.pbo - 80760
11:53:25 addons\soft_f_epc.pbo - 79398
11:53:25 addons\soft_f_gamma.pbo - 81091
11:53:25 addons\sounds_f.pbo - 81866
11:53:25 addons\sounds_f_bootcamp.pbo - 80410
11:53:25 addons\sounds_f_epb.pbo - 79398
11:53:25 addons\sounds_f_epc.pbo - 79398
11:53:25 addons\sounds_f_vehicles.pbo - 79715
11:53:25 addons\sounds_f_weapons.pbo - 80217
11:53:25 addons\static_f.pbo - 81684
11:53:25 addons\static_f_beta.pbo - 79398
11:53:25 addons\static_f_gamma.pbo - 79420
11:53:25 addons\structures_f.pbo - 81065
11:53:25 addons\structures_f_bootcamp.pbo - 80293
11:53:25 addons\structures_f_data.pbo - 79398
11:53:25 addons\structures_f_epa.pbo - 80293
11:53:25 addons\structures_f_epb.pbo - 80293
11:53:25 addons\structures_f_epc.pbo - 80293
11:53:25 addons\structures_f_households.pbo - 81823
11:53:25 addons\structures_f_ind.pbo - 80344
11:53:25 addons\structures_f_mil.pbo - 80292
11:53:25 addons\structures_f_wrecks.pbo - 80293
11:53:25 addons\uifonts_f.pbo - 73106
11:53:25 addons\uifonts_f_data.pbo - 73106
11:53:25 addons\ui_f.pbo - 81954
11:53:25 addons\ui_f_bootcamp.pbo - 76325
11:53:25 addons\ui_f_data.pbo - 81954
11:53:25 addons\weapons_f.pbo - 81905
11:53:25 addons\weapons_f_beta.pbo - 81905
11:53:25 addons\weapons_f_bootcamp.pbo - 81923
11:53:25 addons\weapons_f_epa.pbo - 81310
11:53:25 addons\weapons_f_epb.pbo - 80958
11:53:25 addons\weapons_f_epc.pbo - 80374
11:53:25 addons\weapons_f_gamma.pbo - 80772
11:53:25
11:53:25 =======================
11:53:25
11:53:25 ============================================================================================= List of mods ===============================================================================================
11:53:25 modsReadOnly = true
11:53:25 safeModsActivated = false
11:53:25 customMods = true
11:53:25 hash = '0C4732950D1A40CDEF51A18A1E9ED833471E3FF4'
11:53:25 hashShort = 'c422ac84'
11:53:25 name | modDir | default | origin | hash | hashShort | fullPath
11:53:25 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
11:53:25 Epoch Mod 0.3.0.1 | @Epoch | false | GAME DIR | df6607b6b80470ee919db32ca0e9e1f893e9b510 | 1ee36a6 | C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\@Epoch
11:53:25 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | |
11:53:25 Arma 3 Marksmen | mark | true | GAME DIR | 5ae9a2c86920c45fce4064a1be19d8c7c27eaa33 | a8a15795 | C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\mark
11:53:25 Arma 3 Helicopters | heli | true | GAME DIR | 84baa1abbb4bde8400500570de101716861cd167 | ead8cc01 | C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\heli
11:53:25 Arma 3 Karts | kart | true | GAME DIR | 7f4f5b99e2f6be1b038f49e1e85608ee16ec4670 | 49bc7563 | C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\kart
11:53:25 Arma 3 Zeus | curator | true | GAME DIR | a11bd0fd4dbcad3ae474be15610337fef36b01ea | ef8d8177 | C:\Users\Administrator\Desktop\Arma 3 Server\A3Master\A3Epoch\curator
11:53:25 Arma 3 | A3 | true | NOT FOUND | | |
11:53:25 ==========================================================================================================================================================================================================
11:53:25 InitSound ...
11:53:25 InitSound - complete
11:53:25 PhysX3 SDK Init started ...
11:53:25 PhysX3 SDK Init ended.
11:53:25 EPE manager release (0|0|0)
11:53:25 EPE manager release (0|0|0)
11:53:25 Preloaded texture textureProne not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureProneAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureProneAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureProneAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureProneAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureCrouch not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureCrouchAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureCrouchAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureCrouchAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureCrouchAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureStand not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureStandAdjustDown not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureStandAdjustUp not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureStandAdjustLeft not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:25 Preloaded texture textureStandAdjustRight not found in bin\config.bin/CfgInGameUI/CfgStanceIndicatorTextures/
11:53:26 Attempt to override final function - rscminimap_script
11:53:26 Attempt to override final function - rscdisplayloading_script
11:53:26 Attempt to override final function - rscdisplayloading_script
11:53:26 Attempt to override final function - rscdisplayloading_script
11:53:26 Attempt to override final function - rscdiary_script
11:53:26 Attempt to override final function - rscdisplaysinglemission_script
11:53:26 Attempt to override final function - rscdiary_script
11:53:26 Attempt to override final function - rscdisplayremotemissions_script
11:53:26 Attempt to override final function - rscdisplayloading_script
11:53:26 Attempt to override final function - rscdiary_script
11:53:26 Attempt to override final function - rscdiary_script
11:53:26 Attempt to override final function - rscdisplaystrategicmap_script
11:53:26 Attempt to override final function - rscdisplaycommon_script
11:53:26 Attempt to override final function - rscdisplayloading_script
11:53:27 Attempt to override final function - rscdisplaycurator_script
11:53:27 Attempt to override final function - rscdisplayattributes_script
11:53:27 Attempt to override final function - rscdisplayattributes_script
11:53:27 Attempt to override final function - rscdisplayattributes_script
11:53:27 Attempt to override final function - rscdisplaywelcome_script
11:53:27 Attempt to override final function - rscdisplaywelcome_script
11:53:27 Attempt to override final function - rscdisplaywelcome_script
11:53:27 Attempt to override final function - rscdisplaycommon_script
11:53:27 Attempt to override final function - rscdisplaydebriefing_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 Attempt to override final function - rscunitinfo_script
11:53:27 EPE manager release (0|0|0)
11:53:27 EPE manager release (0|0|0)

Link to comment
Share on other sites

have you change the new arma3server.exe they are update they have a other engine i thing you must update the game(server) and copie the arma3server.exe and renmae to HCServer.exe or what you want!

 

 

and can me anybody helpwith Chernarus HC they connecting but spawn no mission the rpt link 2 post up THX

Link to comment
Share on other sites

have you change the new arma3server.exe they are update they have a other engine i thing you must update the game(server) and copie the arma3server.exe and renmae to HCServer.exe or what you want!

 

 

and can me anybody helpwith Chernarus HC they connecting but spawn no mission the rpt link 2 post up THX

Yes, am using the new exe for 1.42 for both the server and the HC.

Link to comment
Share on other sites

Yeah seen the smoke thing in previous version also.

 

However after the A3 update to include the marksman dlc...the HC is getting killed...lol.

 

No idea why or what from.

 

EDIT - He's been banned...any idea why?

 

"<infiSTAR.de>BanLog| HC2624(HC_HAL) (v0129)"
21:57:31 Unable to get file version size: .\ARMA_LOG.dll
21:57:31 "<infiSTAR.de>HL| 0h 04min | HC_HAL(HC2624) BANNED | BadControls count on D12: 64 should be 62 (v0129)"
21:57:31 Ragdoll - loading of ragdoll source "Soldier" started.
21:57:31 Ragdoll - loading of ragdoll source "Soldier" finished successfully.
21:57:31 "<infiSTAR.de SERVER>: Kicked Player with UID HC2624.. (v0129)"
 
Also getting same errors as others...and epoch is still 0.2.5.2 with previous fums 1.4 so it has to be something with the A3 Marksman DLC release as thats the only thing changed.
 
Any advice would be beneficial.
 
R.
Link to comment
Share on other sites

 

Yeah seen the smoke thing in previous version also.

 

However after the A3 update to include the marksman dlc...the HC is getting killed...lol.

 

No idea why or what from.

 

EDIT - He's been banned...any idea why?

 

"<infiSTAR.de>BanLog| HC2624(HC_HAL) (v0129)"
21:57:31 Unable to get file version size: .\ARMA_LOG.dll
21:57:31 "<infiSTAR.de>HL| 0h 04min | HC_HAL(HC2624) BANNED | BadControls count on D12: 64 should be 62 (v0129)"
21:57:31 Ragdoll - loading of ragdoll source "Soldier" started.
21:57:31 Ragdoll - loading of ragdoll source "Soldier" finished successfully.
21:57:31 "<infiSTAR.de SERVER>: Kicked Player with UID HC2624.. (v0129)"

 

also for players..

 

/*  Check CTRLs on D12   */ _C12 = false;    /* true or false */    /* *experimental* - will announce BadControls count on IDD 12 or BadControl and a number */

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...