Jump to content
Sign in to follow this  
goliath86

[WIP] CorePatch: config patch for ArmA 2 OA

Recommended Posts

Guest

Updated version frontpaged on the Armaholic homepage.

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

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

A newer version is available on first page:

v1.0.0.6 (23/10/2014)

- Fixed 1 error on BIS SRRS Module (Surrendering Module)

- Fixed "Cannot load sound 'ca\dubbing\global\radio\dan\damn.wss'" spam in .RPT of the SRRS Module

- Fixed 3 errors on BIS Functions Module relative to BIS_fnc_UnitPlay function

Errors fixed:

Error in expression <ta\scripts\MPframework.sqf";
waitUntil {BIS_MPF_InitDone};
if (isServer) then
>
Error position: <BIS_MPF_InitDone};
if (isServer) then
>
Error Undefined variable in expression: bis_mpf_initdone
File ca\modules\srrs\data\scripts\init.sqf, line 46

**************************************************************************

Error in expression <= _currentData select 0;
_tmpTimeNext = _currentDataNext select 0;

_tmpPos = _c>
Error position: <_currentDataNext select 0;

_tmpPos = _c>
Error Undefined variable in expression: _currentdatanext
File ca\modules_e\functions\scenes\fn_UnitPlay.sqf, line 136

**************************************************************************

Error in expression <= _currentDataNext select 4;

while { ((_tmpTimeNext >= _currentTime) && !(_endS>
Error position: <_tmpTimeNext >= _currentTime) && !(_endS>
Error Undefined variable in expression: _tmptimenext
File ca\modules_e\functions\scenes\fn_UnitPlay.sqf, line 148

**************************************************************************

Error in expression <tTime = time - _startedTime;
_tmpTime = _currentData select 0;
_tmpTimeNext = _c>
Error position: <_currentData select 0;
_tmpTimeNext = _c>
Error Undefined variable in expression: _currentdata
File ca\modules_e\functions\scenes\fn_UnitPlay.sqf, line 135

**************************************************************************
RPT SPAM:
Cannot load sound 'ca\dubbing\global\radio\dan\damn.wss'

Edited by goliath86

Share this post


Link to post
Share on other sites
Guest

Updated version frontpaged on the Armaholic homepage.

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

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

Newer version available on first post:

v1.0.0.7 (24/10/2014)

- Fixed 3 errors of the fn_hints_functions_navigation.sqf (most of them visibile during the first training mission of OA):

Error in expression <

_r = false;

if (_showObjectiveWP && BIS_GBall distance _checkpt < 0.1) then >

Error position: <BIS_GBall distance _checkpt < 0.1) then >

Error Variabile non definita nell’espressione: bis_gball

File ca\modules_e\functions\hints\fn_hints_functions_navigation.sqf, line 27

*************************************************************

Error in expression <{

BIS_GArrow_Alpha = BIS_GArrow_Alpha - _alphaStep;

if (BIS_GArrow_Alpha < 0) t>

Error position: <_alphaStep;

if (BIS_GArrow_Alpha < 0) t>

Error Variabile non definita nell’espressione: _alphastep

File ca\modules_e\functions\hints\fn_hints_functions_navigation.sqf, line 456

*************************************************************

Error in expression <GArrow_Spawn = BIS_GArrow spawn {

while{BIS_GArrow_Alpha > 0} do {

BIS_GArrow_Al>

Error position: <BIS_GArrow_Alpha > 0} do {

BIS_GArrow_Al>

Error Variabile non definita nell’espressione: bis_garrow_alpha

File ca\modules_e\functions\hints\fn_hints_functions_navigation.sqf, line 455

- Fixed 2 warning in the RPT about looped animation at every start of a mission:

Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon

Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl

- Fixed many errors of the Garbage Collector Module (I've introduced the fixes that Wolffy.au and zGuba have made in their BIS Module Improvement Project relative to the Garbage Collector and I've fixed some more errors):

Error in expression <lt

{

_timeToDie = time;

};

};

_queue = _queue + [[_object, _timeToDie]];

BIS_GC>

Error position: <_queue + [[_object, _timeToDie]];

BIS_GC>

Error Undefined variable in expression: _queue

File ca\modules\garbage_collector\data\scripts\trashIt.sqf, line 48

**************************************************************************

Error in expression <e"];

_object = _this select 0;

_queue = BIS_GC getVariable "queue";

switch (typ>

Error position: <BIS_GC getVariable "queue";

switch (typ>

Error Undefined variable in expression: bis_gc

File ca\modules\garbage_collector\data\scripts\trashIt.sqf, line 21

- Improvements: now the Garbage Collector Module has all the improvements that Wolffy.au and zGuba have made in their BIS Module Improvement Project (see their site: https://dev.withsix.com/projects/mip).

- Added: now the Garbage Collector Module start automatically collecting not alive units. It scan every 300 secs (default) for not alive units and delete them if the player and/or his units are over 500 meters (default) distant from the "dead" unit (this was introduced by Wolffy.au in his project). Now mission makers can modify the time for the scan by setting a global variable:

BIS_GC setVariable ["waitTime", timeInSecs, true];    //Where timeInSecs has to be changed with an integer value 

He can already set the distance from the player and his units at which the module can delete the not alive units:

BIS_GC setVariable ["distanceObject", metersFromThePlayers, true];    //Where metersFromThePlayers has to be changed with an integer value

and last, he can set if a unit doesn't have to be deleted by the Garbage Collector Module by putting

this setVariable ["dontDelete", true, true]

inside the init box of the unit/s to not be deleted.

Cheers

goliath86

Edited by goliath86

Share this post


Link to post
Share on other sites
Guest

Updated version frontpaged on the Armaholic homepage.

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

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

Excellent work Goliath, still love playing ArmA2 OA over ArmA3. Appreciate all your effort! ;)

Share this post


Link to post
Share on other sites

Thanks for your work on this. I was wondering if you have seen the undeclared variable _shards error. If so, does this fix it??

tvig

Share this post


Link to post
Share on other sites

Thank you all guys! :cool:

Thanks for your work on this. I was wondering if you have seen the undeclared variable _shards error. If so, does this fix it??

tvig

tvig0r0us can you provide me the complete .RPT error regarding the undefined variable _shards, please?

Thank you!

Share this post


Link to post
Share on other sites

A newer version is available on first post.

New fixes:

- Fixed many errors of armory missions:

Error in expression <rray = LIB_tickerQueue select _i;

if ((_msgArray select 0) == 1) then

{

LIB_ti>

Error position: <_msgArray select 0) == 1) then

{

LIB_ti>

Error Variabile non definita nell’espressione: _msgarray

File ca\missions\armory\data\scripts\functions\processUnlocks.sqf, line 106

*************************************************************

Error in expression <Type != (typeOf (vehicle player))) && (!_isChar)) exitWith {_endCause = 3};

if (>

Error position: <_isChar)) exitWith {_endCause = 3};

if (>

Error Variabile non definita nell’espressione: _ischar

File ca\missions\armory\data\scripts\tryout\secchals\dirtship.sqf, line 58

*************************************************************

Error in expression <ult {};

};

LIB_dynMrk = LIB_dynMrk - [_marker];

deleteMarker _marker;

[3, 0, >

Error position: <_marker];

deleteMarker _marker;

[3, 0, >

Error Variabile non definita nell’espressione: _marker

File ca\missions\armory\data\scripts\tryout\secchals\dirtship.sqf, line 131

*************************************************************

Error in expression <E_MOVING_HIT") + " " + "%1" + "<br />", LIB_moveHit]);

}

else

{

_hintBody = _h>

Error position: <LIB_moveHit]);

}

else

{

_hintBody = _h>

Error Variabile non definita nell’espressione: lib_movehit

File ca\missions\armory\data\scripts\tryout\prichals\fireRange.sqf, line 227

*************************************************************

Error in expression <sFired > 0) && ((LIB_staticHit > 0) || (LIB_moveHit > 0))) then

{

_acc = round >

Error position: <LIB_moveHit > 0))) then

{

_acc = round >

Error Variabile non definita nell’espressione: lib_movehit

File ca\missions\armory\data\scripts\tryout\prichals\fireRange.sqf, line 238

*************************************************************

Error in expression < (_i * _stepY), (_pos select 2) + (_i * _stepZ)];

sleep 0.01;

};

true>

Error position: <_stepZ)];

sleep 0.01;

};

true>

Error Variabile non definita nell’espressione: _stepz

File ca\missions\armory\data\scripts\tryout\prichals\killhouse\move_target.sqf, line 32

*************************************************************

Error in expression <0;

_stepY = _dY / _time / 100;

_stepZ = _dZ / _time / 100;

for "_i" from 0 to (>

Error position: <_dZ / _time / 100;

for "_i" from 0 to (>

Error Variabile non definita nell’espressione: _dz

File ca\missions\armory\data\scripts\tryout\prichals\killhouse\move_target.sqf, line 28

- Fixed RPT spam (many >> Addon XYZ (entry ABC) not found in the list of active addons.) of armory mission:

Addon ca_modules_functions (entry FunctionsManager) not found in the list of active addons.

Addon ca_modules_e_weather (entry WeatherParticlesManager) not found in the list of active addons.

Addon ca_modules_e_weather (entry WeatherPostprocessManager) not found in the list of active addons.

Addon cacharacters2 (entry RU_Profiteer2) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caair_e_mi8 (entry Mi17_UN_CDF_EP1) not found in the list of active addons.

Addon caweapons_e (entry CMFlareLauncher) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon cawheeled2_gaz39371 (entry PKT_2) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caair_e_mi8 (entry Mi17_UN_CDF_EP1) not found in the list of active addons.

Addon caweapons_e (entry CMFlareLauncher) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon cawheeled2_gaz39371 (entry PKT_2) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry RU_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon cacharacters2 (entry RU_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon cawheeled_e_scud (entry MAZ_543_SCUD_TK_EP1) not found in the list of active addons.

Addon caweapons (entry SportCarHorn) not found in the list of active addons.

Addon cacharacters_e (entry TK_Soldier_EP1) not found in the list of active addons.

Addon caweapons_e_fnfal (entry FN_FAL) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cawheeled (entry UAZ_AGS30_INS) not found in the list of active addons.

Addon caweapons (entry CarHorn) not found in the list of active addons.

Addon caweapons (entry AGS30) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_2) not found in the list of active addons.

Addon caweapons_e_ak (entry AK_74) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_2) not found in the list of active addons.

Addon caweapons_e_ak (entry AK_74) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caair_e_mi8 (entry Mi17_UN_CDF_EP1) not found in the list of active addons.

Addon caweapons_e (entry CMFlareLauncher) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon cawheeled2_gaz39371 (entry PKT_2) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cadata_particleeffects (entry CraterLong) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caair_e_mi8 (entry Mi17_UN_CDF_EP1) not found in the list of active addons.

Addon caweapons_e (entry CMFlareLauncher) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon cawheeled2_gaz39371 (entry PKT_2) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry UN_CDF_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon catracked (entry BMP2_INS) not found in the list of active addons.

Warnings in ca\communityconfigurationproject_e\gameplay_fixedat1model\p3d\ccp_at1.p3d:shadow(1000)

Addon caweapons (entry 2A42) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon caweapons (entry AT5LauncherSingle) not found in the list of active addons.

Addon caweapons (entry SmokeLauncher) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon catracked (entry BMP2_INS) not found in the list of active addons.

Addon caweapons (entry 2A42) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon caweapons (entry AT5LauncherSingle) not found in the list of active addons.

Addon caweapons (entry SmokeLauncher) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_e (entry TK_INS_Bonesetter_EP1) not found in the list of active addons.

Addon caweapons_e_leeenfield (entry LeeEnfield) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry revolver_EP1) not found in the list of active addons.

Addon cacharacters_e (entry TK_INS_Soldier_4_EP1) not found in the list of active addons.

Addon caweapons_e_fnfal (entry FN_FAL) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry 6Rnd_45ACP) not found in the list of active addons.

Addon caweapons_e (entry revolver_gold_EP1) not found in the list of active addons.

Addon cacharacters_e (entry TK_Commander_EP1) not found in the list of active addons.

Addon caweapons_e_fnfal (entry FN_FAL) not found in the list of active addons.

Addon caweapons_e (entry revolver_gold_EP1) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons_acr (entry CZ_75_P_07_DUTY) not found in the list of active addons.

Addon cacharacters2 (entry MVD_Soldier_TL) not found in the list of active addons.

Addon caweapons_ak (entry AK_107_GL_pso) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons_acr (entry 18Rnd_9x19_PhantomSD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons_acr (entry 18Rnd_9x19_PhantomSD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons_acr (entry 18Rnd_9x19_PhantomSD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons_acr (entry 18Rnd_9x19_PhantomSD) not found in the list of active addons.

Addon caweapons (entry 15Rnd_9x19_M9SD) not found in the list of active addons.

Addon caweapons_acr (entry CZ_75_SP_01_PHANTOM_SD) not found in the list of active addons.

Addon cacharacters2 (entry RU_Soldier_AR) not found in the list of active addons.

Addon caweapons_e_ak (entry RPK_74) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon caweapons_baf (entry 5Rnd_127x99_as50) not found in the list of active addons.

Addon caweapons (entry 10Rnd_127x99_m107) not found in the list of active addons.

Addon ca_communityconfigurationproject_e_editor_addedlargeweaponvariants (entry PMC_AS50_scoped_Large) not found in the list of active addons.

Addon cacharacters2 (entry RU_Soldier_Sniper) not found in the list of active addons.

Addon caweapons (entry SVD_CAMO) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon caweapons (entry MakarovSD) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 100Rnd_556x45_BetaCMag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_G36) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_G36SD) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_StanagSD) not found in the list of active addons.

Addon caweapons (entry 20Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 100Rnd_556x45_BetaCMag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_G36) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_G36SD) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon ca_communityconfigurationproject_e_editor_addedlargeweaponvariants (entry MG36_camo_Large) not found in the list of active addons.

Addon cacharacters_e (entry TK_Soldier_Pilot_EP1) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry ItemGPS) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons (entry 100Rnd_762x51_M240) not found in the list of active addons.

Addon caweapons_e_m240 (entry m240_scoped_EP1) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon catracked (entry BMP2_INS) not found in the list of active addons.

Addon caweapons (entry 2A42) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon caweapons (entry AT5LauncherSingle) not found in the list of active addons.

Addon caweapons (entry SmokeLauncher) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon catracked (entry BMP2_INS) not found in the list of active addons.

Addon caweapons (entry 2A42) not found in the list of active addons.

Addon caweapons (entry PKT) not found in the list of active addons.

Addon caweapons (entry AT5LauncherSingle) not found in the list of active addons.

Addon caweapons (entry SmokeLauncher) not found in the list of active addons.

Addon caweapons (entry Binocular) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters2 (entry Ins_Soldier_Crew) not found in the list of active addons.

Addon caweapons_e_ak (entry AKS_74_U) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cawheeled_acr_t810 (entry T810Refuel_ACR) not found in the list of active addons.

Addon caweapons (entry TruckHorn) not found in the list of active addons.

Addon cacharacters_acr (entry CZ_Soldier_805_Wdl_ACR) not found in the list of active addons.

Addon caweapons_acr_cz805 (entry CZ805_A1_ACR) not found in the list of active addons.

Addon caweapons_acr (entry CZ_75_P_07_DUTY) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon cacharacters_baf (entry BAF_Soldier_AHAT_MTP) not found in the list of active addons.

Addon caweapons_baf (entry BAF_L85A2_RIS_Holo) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon cacharacters_baf (entry BAF_Soldier_AHAT_MTP) not found in the list of active addons.

Addon caweapons_baf (entry BAF_L85A2_RIS_Holo) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon cacharacters_baf (entry BAF_Soldier_AHAT_MTP) not found in the list of active addons.

Addon caweapons_baf (entry BAF_L85A2_RIS_Holo) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry ItemMap) not found in the list of active addons.

Addon caweapons (entry ItemCompass) not found in the list of active addons.

Addon caweapons (entry ItemWatch) not found in the list of active addons.

Addon caweapons (entry ItemRadio) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Throw) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry Put) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry 30Rnd_556x45_Stanag) not found in the list of active addons.

Addon caweapons (entry M4A1) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon caweapons (entry Strela) not found in the list of active addons.

Addon cacharacters_e (entry US_Soldier_TL_EP1) not found in the list of active addons.

Addon caweapons_e_scar (entry SCAR_L_STD_EGLM_RCO) not found in the list of active addons.

Addon caweapons (entry NVGoggles) not found in the list of active addons.

.......the list continue.....

Hope you enjoy! :cool:

goliath86

Share this post


Link to post
Share on other sites
Guest

Updated version frontpaged on the Armaholic homepage.

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

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

A newer version (1.0.0.9) is available on first post.

- Fixed some more errors of the SP Armory mission:

SetFace error: class CfgFaces.WomanHead.Face97 not found

Error: Error during SetFace - class CfgFaces.WomanHead.Face97 not found

************************************************************

Error in expression <E_MOVING_HIT") + " " + "%1" + "<br />", LIB_moveHit]);

}

else

{

_hintBody = _h>

Error position: <LIB_moveHit]);

}

else

{

_hintBody = _h>

Error Variabile non definita nell’espressione: lib_movehit

File ca\missions\armory\data\scripts\tryout\prichals\fireRange.sqf, line 227

************************************************************

Error in expression <sFired > 0) && ((LIB_staticHit > 0) || (LIB_moveHit > 0))) then

{

_acc = round >

Error position: <LIB_moveHit > 0))) then

{

_acc = round >

Error Variabile non definita nell’espressione: lib_movehit

File ca\missions\armory\data\scripts\tryout\prichals\fireRange.sqf, line 238

************************************************************

Error in expression < (_i * _stepY), (_pos select 2) + (_i * _stepZ)];

sleep 0.01;

};

true>

Error position: <_stepZ)];

sleep 0.01;

};

true>

Error Variabile non definita nell’espressione: _stepz

File ca\missions\armory\data\scripts\tryout\prichals\killhouse\move_target.sqf, line 32

************************************************************

Error in expression <]);

if (!((vehicle _player) in (list LIB_firingZoneTrigger))) then

{

if (_ti>

Error position: <LIB_firingZoneTrigger))) then

{

if (_ti>

Error Variabile non definita nell’espressione: lib_firingzonetrigger

File ca\missions\armory\data\scripts\tryout\prichals\skeetShooting.sqf, line 248

************************************************************

Error in expression <icle _pos;

LIB_dynObjs = LIB_dynObjs + [_vehicle];

LIB_chalObjs = LIB_chalObjs +>

Error position: <_vehicle];

LIB_chalObjs = LIB_chalObjs +>

Error Variabile non definita nell’espressione: _vehicle

File CorePatch\CorePatch_Armory\data\scripts\assassination.sqf, line 284

************************************************************

Error in expression <Challenge.sqf"

{

deleteVehicle _x;

}

forEach LIB_chalObjs;

LIB_chalObj>

Error position: <_x;

}

forEach LIB_chalObjs;

LIB_chalObj>

Error Variabile non definita nell’espressione: _x

File ca\missions\armory\data\scripts\functions\cleanChallenge.sqf, line 11

- Fixed some errors of the MP Armory mission (need more patching!):

- Fixed BIS_OO_Debug_Debug error:

Error in expression <_constructorParams call BIS_OO_Debug_Debug>

Error position: <BIS_OO_Debug_Debug>

Error Variabile non definita nell’espressione: bis_oo_debug_debug

- Fixed some errors on creating Dynamic Objects compositions:

Cannot create non-ai vehicle WarfareBMGNest_PK_Ins

Cannot create non-ai vehicle WireFence.

Hope you enjoy!

---------- Post added at 00:28 ---------- Previous post was at 00:24 ----------

Thanks for your work on this. I was wondering if you have seen the undeclared variable _shards error. If so, does this fix it??

tvig

I've fix it in the version 1.0.0.9. The error is only part of a much more serious error that include the "Fire-In-The-Sky" bug. With my addon, all these errors are gone!

Enjoy,

Goliath86

Share this post


Link to post
Share on other sites
Guest

Updated version frontpaged on the Armaholic homepage.

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

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

Thank you FoxHound and thank you .kju for the errors reporting! :yay:

Share this post


Link to post
Share on other sites

I'm always getting 'Undefined variable in expression' on variables that are clearly defined after this update. Any ideas?

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×