Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACE 3 Misc Items wrong location in arsenal #64

Closed
RHLier opened this issue Oct 25, 2017 · 8 comments
Closed

ACE 3 Misc Items wrong location in arsenal #64

RHLier opened this issue Oct 25, 2017 · 8 comments

Comments

@RHLier
Copy link

RHLier commented Oct 25, 2017

All ACE misc items are missing from Misc tab. Instead they are located in Bipod tab for every weapon and cannot be retrieved that way.
ACE version 3.11.0.1
Tested on antistasi 1.7.16C and 1.7.16D(with updated ACE detection), with Jeroen arsenal on
ar

@StefArma
Copy link
Member

Fireman linked me this acemod/ACE3#5673

the problem is that i can't find InventoryItem_Base_F in antistasi to replace with CBA_MiscItem_ItemInfo as the issue suggest...

@RHLier
Copy link
Author

RHLier commented Oct 25, 2017

I've found this link:
CBATeam/CBA_A3#744
I hope this will help.

@mnarijnm
Copy link

The ACE_items are on the wrong position because since ACE changed from mine detecting system > CBA_miscItem (for good reasons). But because of that the initializing of the arsenal is partly fucked. We need to figure out how the arsenal recognize the ACE items again and put them into the misc item section. This is the mainreason why the ACE items are not showing up when you start a new campaign. I think because we need to call the items on a different way. My guess would be that the trouble is in the: fn_detectACE.sqf

@IrLED
Copy link
Contributor

IrLED commented Oct 25, 2017

Somehow ACE misc items are categorized as AccessoryBipod.
local debug console

diag_log  (["ACE_EntrenchingTool"] call bis_fnc_itemtype);

rpt

[""Item"",""AccessoryBipod""]

fn_JNA_classifyItem.sqf classifies AccessoryBipod as bipod

That classification is interpreted to jna_index_bipod global var

The Arsenal data structure shows that items indeed are in that bipod category

diag_log (jna_dataList select jna_index_bipod);

imho that's the obvious bug from ACE items configuration, whether we adapt to it or wait for the fix.

@IrLED
Copy link
Contributor

IrLED commented Oct 25, 2017

Is related to #60

@RHLier
Copy link
Author

RHLier commented Oct 25, 2017

I think it's related to how CBA handles now an old ace 3 misc item class:
https://github.com/CBATeam/CBA_A3/blob/master/addons/common/CfgWeapons.hpp
line 5

@IrLED
Copy link
Contributor

IrLED commented Oct 28, 2017

The case, when new items are delivered via AirDrop (with ACE misc items), was not covered by previous fix. PR pending

@IrLED IrLED reopened this Oct 28, 2017
@StefArma
Copy link
Member

also, when looking at rifle attatchments, arsenal displays medical stuff instead of bipods etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants