ALiVEOS / ALiVE.OS

ALiVE Open Source GPL v2
http://alivemod.com/
Other
157 stars 80 forks source link

[Feature request] VCOM options in the modules that spawn units #731

Open tyl3r99 opened 3 years ago

tyl3r99 commented 3 years ago

Description

So it would be awesome if we were able to have vcom specific settings in the modules like CQB or the military and civ placement modules Especially civilians!!

Here are the vcom codes

(group this) setVariable ["VCM_NOFLANK",true]; //This command will stop the AI squad from executing advanced movement maneuvers.

(group this) setVariable ["VCM_NORESCUE",true]; //This command will stop the AI squad from responding to calls for backup.

(group this) setVariable ["VCM_TOUGHSQUAD",true]; //This command will stop the AI squad from calling for backup.

(group this) setVariable ["Vcm_Disable",true]; //This command will disable Vcom AI on a group entirely.

(group this) setVariable ["VCM_DisableForm",true]; //This command will disable AI group from changing formations.

(group this) setVariable ["VCM_Skilldisable",true]; //This command will disable an AI group from being impacted by Vcom AI skill changes.

tyl3r99 commented 3 years ago

I guess it's similar to #730