RHS Feedback - AFRF | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0002070 | AFRF | [All Projects] General | public | 2016-04-20 19:42 | 2016-06-02 17:46 |
| Reporter | PR9INICHEK | ||||
| Assigned To | reyhard | ||||
| Priority | none | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Is it a wish/request? | No | ||||
| RHS version | |||||
| Arma 3 version | 1.56 | ||||
| Did you used any other mod when the error occurred? | No | ||||
| Which mods? | |||||
| Summary | 0002070: Error on function Drag&Drop in BECTI Zerty 1.3.2.0 with RHS | ||||
| Description | Code from Function Drag&Drop _acc_idcs = [77016, 77021, 77026]; //--- Where does it fit? { if ((_x select 0) != "") then { if (_item in (getArray(configFile >> _config_type >> (_x select 0) >> 'WeaponSlotsInfo' >> 'CowsSlot' >> 'compatibleItems') call CTI_CO_FNC_ArrayToLower)) then {_idcs = _idcs + [_acc_idcs select _forEachIndex]}; }; } forEach (_gear select 0); For Vanila Arma 3 it's work cause compatibleItems[] = {"optic_Nightstalker", "optic_tws", "optic_tws_mg", "optic_NVS", "optic_DMS", "optic_LRPS", "optic_SOS", "optic_MRCO", "optic_Arco", "optic_aco", "optic_ACO_grn", "optic_aco_smg", "optic_ACO_grn_smg", "optic_hamr", "optic_Holosight", "optic_Holosight_smg"}; In RHS: class compatibleItems { rhs_acc_1p29 = 1; rhs_acc_1p63 = 1; rhs_acc_1p78 = 1; rhs_acc_pkas = 1; rhs_acc_ekp1 = 1; rhs_acc_ekp1b = 1; rhs_acc_ekp1c = 1; rhs_acc_ekp1d = 1; rhs_acc_pso1m2 = 1; rhs_acc_pso1m21 = 1; rhs_acc_pgo7v = 1; rhs_acc_1pn93_1 = 1; rhs_acc_1pn93_2 = 1; }; How moddified function for work? | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-04-20 19:42 | PR9INICHEK | New Issue | |||
| 2016-06-02 17:39 | PR9INICHEK | Note Added: 0004637 | |||
| 2016-06-02 17:46 | reyhard | Status | new => closed | ||
| 2016-06-02 17:46 | reyhard | Assigned To | => reyhard | ||
| 2016-06-02 17:46 | reyhard | Resolution | open => no change required | ||
| Notes | |||||
|
|
|||||
|
|
||||