Arma 3
Flare Fix DEMO
7개 중 1~7개 표시 중
업데이트: 2018년 6월 11일 오후 8시 57분

업데이트: 2017년 6월 8일 오후 12시 35분

업데이트: 2017년 6월 8일 오후 12시 26분

Script updated. Now vanilla mortars shoots flares that can be actually useful.
You can tweak its values in init.sqf, see demo mission.

al_mortar_flare_intensity = 80;
publicvariable "al_mortar_flare_intensity";

al_mortar_flare_range = 250;
publicvariable "al_mortar_flare_range";

You need to place this line inside init field of the mortar
this addEventHandler ["Fired",{private ["_al_flare"]; _al_flare = _this select 6;[[[_al_flare],"AL_flare_fix\al_flare_enhance.sqf"],"BIS_fnc_execVM",true,true] spawn BIS_fnc_MP;}];

업데이트: 2017년 6월 8일 오후 12시 21분

업데이트: 2017년 6월 8일 오후 12시 16분

업데이트: 2017년 6월 8일 오후 12시 05분

업데이트: 2016년 10월 10일 오전 3시 05분