RHS Feedback - USAF
View Issue Details
0000849USAF[All Projects] Generalpublic2015-07-18 09:032015-07-21 13:38
vostov 
reyhard 
normalminoralways
closedno change required 
PCWin 7?
0.3.8 
 
No
1.46
No
Only RHS USAF
0000849: "rhsusf_acc_anpeq15_light"// enableIRLasers.. // issue
When weapon: "rhs_weap_mk18_m320"

Has this equipped: this addPrimaryWeaponItem "rhsusf_acc_anpeq15_light";

this enableIRLasers true; (this will not work)

I have to equip units with this weapon with a: "rhsusf_acc_anpeq15A";

Try to fix that.
removeHeadgear this;
removeGoggles this;
removeallweapons this;
removeallassigneditems this;
removeallcontainers this;
this addUniform "rhs_uniform_FROG01_d";
this addheadgear "rhsusf_mich_bare_norotos_tan";
this addvest "rhsusf_iotv_ocp_Grenadier";
this addItem "FirstAidKit";
this addMagazines ["HandGrenade", 2];
this addMagazines ["MiniGrenade", 2];
this addmagazines ["rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer", 1];
this addweapon "rhs_weap_mk18_m320";
this addmagazines ["rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer", 12];
this addMagazines ["SmokeShell", 1];
this addmagazines ["SmokeShellBlue", 1];
this addItem "FirstAidKit";
this addPrimaryWeaponItem "rhsusf_acc_ACOG3";
this addPrimaryWeaponItem "rhsusf_acc_anpeq15_light";
this addPrimaryWeaponItem "rhsusf_acc_nt4_black";
this addweapon "ItemCompass";
this addweapon "ItemMap";
this addweapon "ItemRadio";
this addweapon "ItemWatch";
this addweapon "ItemGPS";
this addWeapon "rhsusf_ANPVS_14";
this assignItem "NVGoggles";
this assignItem "Binocular";
this enableIRLasers true;

//then put this unit on combat and observe lack of laser.
removeHeadgear this; removeGoggles this; removeallweapons this; removeallassigneditems this; removeallcontainers this; this addUniform "rhs_uniform_FROG01_d"; this addheadgear "rhsusf_mich_bare_norotos_arc_alt"; this addvest "rhsusf_iotv_ocp_Medic"; this addItem "FirstAidKit"; this addMagazines ["HandGrenade", 2]; this addMagazines ["MiniGrenade", 2]; this addmagazines ["rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer", 1]; this addweapon "rhs_weap_mk18_grip2"; this addmagazines ["rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer", 12]; this addMagazines ["SmokeShell", 1]; this addmagazines ["SmokeShellBlue", 1]; this addItem "FirstAidKit"; this addPrimaryWeaponItem "rhsusf_acc_compm4"; this addPrimaryWeaponItem "rhsusf_acc_anpeq15"; this addPrimaryWeaponItem "rhsusf_acc_nt4_black"; this addweapon "ItemCompass"; this addweapon "ItemMap"; this addweapon "ItemRadio"; this addweapon "ItemWatch"; this addweapon "ItemGPS"; this addWeapon "rhsusf_ANPVS_14"; this assignItem "NVGoggles"; this assignItem "Binocular"; this addBackPack "B_Kitbag_mcamo"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "FirstAidKit"; this addItem "Medikit"; this moveincargo lander1;

//this unit is able to use the "rhsusf_acc_anpeq15_light" with the "enableIRLasers" command.

So, generally it seems to depend on the weapon? Maybe optic involved? Not sure.

It's worth a look. Good luck.
No tags attached.
Issue History
2015-07-18 09:03vostovNew Issue
2015-07-21 13:38reyhardNote Added: 0001810
2015-07-21 13:38reyhardStatusnew => closed
2015-07-21 13:38reyhardAssigned To => reyhard
2015-07-21 13:38reyhardResolutionopen => no change required

Notes
(0001810)
reyhard   
2015-07-21 13:38   
rhsusf_acc_anpeq15_light is workaround for laser/light combo and this particulary one is used for flashlight only. use rhsusf_acc_anpeq15 instead :)