AlexMercerIV
Member-
Content Count
29 -
Joined
-
Last visited
-
Medals
-
Tophe's Arma Dedicated Server Tool (TADST)
AlexMercerIV replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
not work -
soundmod DynaSound 2.0 by LAxemann and Jokoho482
AlexMercerIV replied to laxemann's topic in ARMA 3 - ADDONS & MODS: COMPLETE
RHS, CUP, 3CB Compatible? If not, will there be support? -
Force AI to spray machine gun?
AlexMercerIV replied to dpatt711's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes, Vcom ai gives bots improved maneuvers and skill control, but they still shoot single after 150-200m. so vcom ai is not a solution to my problem ... I was hoping that someone had already made a similar script or mod -
Force AI to spray machine gun?
AlexMercerIV replied to dpatt711's topic in ARMA 3 - MISSION EDITING & SCRIPTING
will it work for the enemy team? I just need all the units on the map (even those that have just appeared) to be able to shoot in bursts or full auto -
Force AI to spray machine gun?
AlexMercerIV replied to dpatt711's topic in ARMA 3 - MISSION EDITING & SCRIPTING
and where to prescribe it? in init unit? or create a file "script.cfg" -
Force AI to spray machine gun?
AlexMercerIV replied to dpatt711's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am very poorly versed in scripts, could you tell me how to use it? -
AlexMercerIV started following Make AI Fire Full Auto By Radio Trigger?, Setting Fire Mode, Force AI to shoot at a spot? and and 2 others
-
Force AI to spray machine gun?
AlexMercerIV replied to dpatt711's topic in ARMA 3 - MISSION EDITING & SCRIPTING
How to make ai shoot a full auto in battle? -
Make AI Fire Full Auto By Radio Trigger?
AlexMercerIV replied to bigpickle's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is it possible to force bots to shoot with automatic fire or bursts (at a distance of more than 200-300m)? -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
ok. Thanks -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
at the start of the mission in the parameters? -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
https://drive.google.com/open?id=1Hyx9LML8JNoSRhhrdIy0u-0IQmI2CstW -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
oh yes without "if (side _x isqualto east) then {" works -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
east soldier https://ibb.co/vcH7zYG //________________ Novice ________________ case 0: { [] spawn { while {true} do { if (GF_Set_AISkill_Systemchat_info) then { systemchat "GF_Set_AISkill Novice 0.5"; }; { if (((alive _x)) && (!(_x getVariable ["GF_AISkill",false]))) then { _x setSkill ["aimingAccuracy", 0.5]; _x setSkill ["aimingShake", 0.5 ]; _x setSkill ["aimingSpeed", 0.5 ]; _x setSkill ["commanding", 0.5 ]; _x setSkill ["courage", 0.5 ]; _x setSkill ["general", 0.5 ]; _x setSkill ["reloadSpeed", 0.5 ]; _x setSkill ["spotDistance", 0.5 ]; _x setSkill ["spotTime", 0.5 ]; }; _x setVariable ["GF_AISkill",true]; {waitUntil {!alive _x}; _x setVariable ["GF_AISkill",false]; }; }forEach allUnits; sleep 10; }; }; }; https://ibb.co/sHP6vtf -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Initially, I had to attach the bot setup to the "kp Liberation" mission, but the script option with a specific side conflict does not work "if (side _x is Equalto east) then" -
GF Set AISkill Script
AlexMercerIV replied to GEORGE FLOROS GR's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Something does not work in Zeus. with such parameters