RHS Feedback - AFRF
View Issue Details
0006758AFRF[All Projects] Generalpublic2022-10-04 21:322022-10-05 10:05
redux 
reyhard 
noneminoralways
closedduplicate 
 
 
No
Stable
2.10
No
0006758: Error in RHS_ZU23_base config
A message from RPT file:
19:47:27 Error in expression <nimationPhase 'Unfold' isEqualTo 1) && {this getVariable ['rhs_heavyWeapon_packi>
19:47:27 Error position: <this getVariable ['rhs_heavyWeapon_packi>
19:47:27 Error Missing }
19:47:27 Error in expression <s animationPhase 'Unfold' <= 0.01) && {this getVariable ['rhs_heavyWeapon_packi>
19:47:27 Error position: <this getVariable ['rhs_heavyWeapon_packi>
19:47:27 Error Missing }
D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@RHSAFRF\addons\rhs_c_heavyweapons\rhsafrf\addons\rhs_c_heavyweapons\config.cpp

Missing quotes in:

condition = "(alive this) && (this animationPhase 'Unfold' isEqualTo 1) && {this getVariable ['rhs_heavyWeapon_packing,true]}";

AND

condition = "(alive this) && ((count (crew this)) == 0) && (this animationPhase 'Unfold' <= 0.01) && {this getVariable ['rhs_heavyWeapon_packing,true]}";
No tags attached.
Issue History
2022-10-04 21:32reduxNew Issue
2022-10-04 21:34reduxSummaryError in D-30 config => Error in RHS_ZU23_base config
2022-10-04 21:56reduxNote Added: 0012248
2022-10-05 10:05reyhardStatusnew => closed
2022-10-05 10:05reyhardAssigned To => reyhard
2022-10-05 10:05reyhardResolutionopen => duplicate

Notes
(0012248)
redux   
2022-10-04 21:56   
It was resolved