No Entry Bin Config Bin Cfgweapons Arma 3

Posted on

Sep 13, 2016 - Anyone know a fix? Mods: Ace CBA RHS Russia RHS America. Arma 2 and OA Class names. 15:48:08 Warning Message: No entry 'binconfig.bin/CfgWeapons.'

  1. Arma 3 No Entry Bin Config.bin/cfgweapons/weaponslotsinfo.scope
  2. Arma 3 No Entry Error

Arma 3 No Entry Bin Config.bin/cfgweapons/weaponslotsinfo.scope

Cfgweapons

Arma 3 No Entry Error

Hi Crew,
New to having my own server, wow what a steep learning curve!
Server is hosted with HFB in L.A. I have found HFB very helpful and great assistance with issues.
My problem is, I modified the Chopper Crash Loot Spawn, so that only certain items would spawn.
When joining the server, I and ALL players get the following message:
no entry 'binconfig.bin/CfgWeapons'
Clicking on OK or Continue allows you to join, no problems. It is just annoying me (I am OCD).
I have looked at the entries in the .PBO file and cannot see the error.
My guess I am trying to spawn in a weapon that is not named correctly in Bliss 1.7.4.4
I have been unable to find a definitive list of allowed weapons and name types.
};
_num = round(random 3) + 4;
_config =configFile >> 'CfgBuildingLoot' >> 'HeliCrash';
_itemType =[['Mk_48_DZ', 'weapon'],['M4A1', 'weapon'],['BAF_AS50_scoped', 'weapon'],['M249_DZ', 'weapon'],['SVD_CAMO', 'weapon'],['DMR', 'weapon'],[', 'military'],[', 'medical'],['MedBox0', 'object'],['NVGoggles', 'weapon'],['AmmoBoxSmall_556', 'object'],['AmmoBoxSmall_762', 'object'],['Skin_Camo1_DZ', 'magazine'],['Skin_Sniper1_DZ', 'magazine'],['DZ_Backpack_EP1', 'object'],['M4A1_AIM_SD_camo', 'weapon'],['m107_DZ', 'weapon'],['ItemGPS', 'weapon'],['Binocular_Vector', 'weapon'],['BAF_LRR_scoped', 'weapon'],['Saiga12K', 'weapon'],['M14_EP1', 'weapon'],['M9SD', 'weapon'], ['FN-FAL', 'weapon']];
//diag_log ('DW_DEBUG: _itemType: ' + str(_itemType));
_itemChance =[0.02, 0.04, 0.01, 0.02, 0.02, 0.03, 0.02, 0.03, 0.01, 0.01, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.03, 0.03, 0.02, 0.02, 0.02, 0.03, 0.03, 0.03];
//diag_log ('DW_DEBUG: _itemChance: ' + str(_itemChance));
//diag_log ('DW_DEBUG: (isnil fnc_buildWeightedArray): ' + str(isnil 'fnc_buildWeightedArray'));
I am using PBO Manager to unpack and pack the .pbo file which works ok.
Any thoughts or idea's would be greatly appreciated.
Also wrecks or care packages do not seem to be spawning in.
Cheers