R3vo/Sandbox – User

From Bohemia Interactive Community
< R3vo
Categories:
mNo edit summary
 
(482 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{SideTOC}}
= Mobile To-Do =
==Overview==
''A list of things that would improve mobile compatibility''
The AI is characterized by a set of [[AI Sub-skills|sub-skills]].


Value of each of the [[AI Sub-skills|sub-skills]] is inherited either from [[skill]] value (set by skill slider in [[Mission Editor: Units|Insert Unit]] dialogue (default 0.6) or [[setSkill]] command) or directly defined by [[setSkill]] command.


This value is interpolated into the corresponding range. This range is defined by a range set in [[CfgAISkill]] influenced by the value that comes from ''Game Options/Difficulty - AI Level'' (skillAI or precisionAI in player's .Arma3Profile if aiLevelPreset=3 (custom) is used).
''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.''


==CfgAISkill==
= Done =
CfgAISkill is a set of arrays, related to [[AI Sub-skills]], defining the interpolation curve of each of the sub-skill.


* Creator dlc template needs a noresize.
** {{Link|Spearhead_1944}}
* Long command names should wrap
** {{Link|removeAllUserActionEventHandlers}}


'''Example:'''
* See also entries on command and function pages are broken
In {w, x, y, z} value from (w,y) gets interpolated into (x,z).
** {{Link|parsingNamespace}}
[[File:CfgAISkill.jpg|thumb|Interpolation with vanilla A3 CfgAISkill]]
''spotDistance[] = {0,0.2, 1,0.4};'' value in a range 0-1 will change into value in a range 0.2-0.4.
''setSkill ["spotDistance", 0.5]'' results in ''skill "spotDistance"'' returning ''0.3''


===Notes===
* Command and function template layout wastes a lot of space due to the two column design
More than 2 pairs of defining values can be used (minimum is 2 pairs).


The values are used to interpolate on run-time, so even after setting sub-skill by script command it will be interpolated and bound by this array.
* Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper
** {{Link|Arma_3:_Visual_Upgrade}}


'''See also:''' [[:Category:AI|AI]], [[AI Sub-skills]], [[skill]], [[setSkill]], [[setUnitAbility]]
* YouTube embeds and images should not have a fixed width
 
** {{Link|Category:DayZ}}
===Defaults Arma 3===
** {{Link|Spearhead_1944_Frontline_Function}}
aimingAccuracy[] = {0, 0, 1, 1};
** It is because the youtube template has a hardcoded minimum width. This should get removed
aimingShake[] = {0, 0, 1, 1};
aimingSpeed[] = {0, 0.5, 1, 1};
commanding[] = {0, 0, 1, 1};
courage[] = {0, 0, 1, 1};
endurance[] = {0, 0, 1, 1};
general[] = {0, 0, 1, 1};
reloadSpeed[] = {0, 0, 1, 1};
spotDistance[] = {0, 0, 1, 1};
spotTime[] = {0, 0, 1, 1};
 
==Sub-Skills==
[[File:AI_skill_and_level.png|thumb|AI skill/level/final skill]]
Sub-skills are a set of parameters ultimately defining the individual AI unit performance in the game.
 
 
{| class="wikitable" style="float: center; margin: 0 0 0 0.5em; max-width: 100%;"
! Name
! Description
|-
| ''aimingAccuracy''
|
*Affects how well the AI can lead a target
*Affects how accurately the AI estimate range and calculates bullet drop
*Affects how well the AI compensates for weapon dispersion
*Affects how much the AI will know to compensate for recoil (Higher value = more controlled fire)
*Affects how certain the AI must be about its aim on target before opening fire
|-
| ''aimingShake''
|
*Affects how steadily the AI can hold a weapon (Higher value = less weapon sway)
|-
| ''aimingSpeed''
|
*Affects how quickly the AI can rotate and stabilize its aim (Higher value = faster, less error)
|-
| ''commanding''
|
*Affects how quickly recognized targets are shared with the group (Higher value = faster reporting)
|-
| ''courage''
|
*Affects unit's subordinates' morale (Higher value = more courage)
|-
| ''endurance''
|
*''Disabled in {{arma3}}''
|-
| ''general''
|
*Raw "Skill", value is distributed to sub-skills unless defined otherwise. Affects the AI's decision making.
|-
| ''reloadSpeed''
|
*Affects the delay between switching or reloading a weapon (Higher value = less delay)Object Modifiers
|-
| ''spotDistance''
|
*Affects the AI ability to spot targets within it's visual or audible range (Higher value = more likely to spot)
*Affects the accuracy of the information (Higher value = more accurate information)
|-
| ''spotTime''
|
*Affects how quick the AI react to death, damage or observing an enemy (Higher value = quicker reaction)
|}
 
===Notes===
Each sub-skill is used in several calculations. Value of each sub-skill is inherited from the value set by skill slider in [[Mission Editor: Units|Insert Unit]] dialogue or [[setSkill]] command, or more precisely with setSkill alternative syntax. This value is interpolated into ranges defined in [[CfgAISkill]] and multiplied by a value of AI Level Skill or Precision set in player's profile (.Arma3Profile file).
 
== AI Behaviour ==
A group's [[behaviour]] determines how it's units move from one point to another, behave when idle, and how they engage an enemy. This setting can override [[2D_Editor:_Waypoints#Combat_Mode|Combat Mode]], [[2D_Editor:_Waypoints#Formation|Formation]], and [[2D_Editor:_Waypoints#Speed|Speed]]. As with those three modes, this setting also takes effect as the waypoint becomes active. Behaviour effects are most obvious in infantry groups.
 
The [[setBehaviour]] & [[setWaypointBehaviour]] commands can be used to change group behaviour.
 
*'''No Change''' - The group will continue to behave in it's current state.
*'''Careless''' -  Careless behaviour will cause the group move and behave in a very non-combat manner. The group will form into a ''Compact Column''-like formation, where each unit will directly follow the man in front rather than moving in a formation. Soldiers will carry their weapons in a safe, lowered position (rifles across body, pistols holstered) and walk slowly. Infantry will not fire on enemy targets (unless they have wounded legs), but vehicles will still fire on enemies. Vehicle occupants will be turned out when able. Groups in careless mode do not switch to a more alert mode if enemies are encountered. All unit types show preference moving along roads whenever possible.
*'''Safe''' - Similar to ''Careless'', except the group will change behaviour to ''Aware'' upon detecting an enemy unit.
*'''Aware''' - This is the default behaviour mode. The group will move at moderate speed, with soldiers generally standing upright and making some occasional efforts to use cover when available. Most unit types still prefer to travel along roads and vehicles will travel in convoy irrespective of their current formation type. Tracked vehicles will not use headlights, and will drive across any surface with no preference given to staying on roads. Air units will not use lights. When enemies are known to be in the area, troops will disembark from any of their group's wheeled transport vehicles and the group will move on foot while carrying out "[http://en.wikipedia.org/wiki/Bounding_Overwatch bounding]" maneuvers, making stronger use of available cover. As of Arma 3 v1.36, AI Infantry appear to avoid being on the road directly, but will usually stay somewhat close to the road if possible.
*'''Combat''' - This behaviour mode will result in a much higher combat performance than ''Aware''. Infantry groups will always move using bounding maneuvers, and will normally keep crouched or prone unless moving. They will make some use of available cover, choosing to spend some time crawling when in cover. They will call out contact reports more frequently. They seem to occasionally send out one unit ahead of the group as a scout. No vehicles will use headlights at night. If enemy units are known to be in the area, infantry groups will move is a more cautious manner. The "DISMISS" waypoint is cancelled. All lights are turned off. The limited speed waypoint parameter gets ignored. AI will eject from damaged vehicles. As of Arma 3 v1.36, AI seem to take about a full minute to get across roads.
*'''Stealth''' - Stealth mode will cause a group to behave in a very cautious manner. Infantry groups will move via cover whenever possible, spending much of their time prone or moving along cover. When they need to cross open ground, they appear to occasionally choose to send scouts running ahead to reach the cover ahead as quickly as possible. A stealthy infantry formation can tend to end up quite fractured. Wheeled vehicles will still follow roads if available, but no longer convoy. Tanks will avoid knocking down trees. If enemy units are known to be in the area, infantry groups will move more closely together and spend even more time prone.
<br/>
[[Image:Behaviour paths.gif|600px]]
 
==AI Morale==
{{Stub}}
 
In addition to [[AI Behaviour|behaviour]] and [[Combat Modes|combat modes]], there are other factors they may affect the overall activity of AI.
 
===Suppression===
* AI which is under fire becomes suppressed and its aim deteriorates. The speed of AI's recovery from the suppression is based on AI's Courage skill. AI with final skill close to 1.0 recovers almost immediately (doesn't suffer much suppression). Conversely just few shots around a 0.2 skilled AI should disturb it's aiming for longer period (up to ~ 12s).
* When planning a path, the AI will try to avoid beaten zones and areas that are visibly within enemy's fire sectors
 
===Fleeing===
* Can be disabled by [[allowFleeing]]
 
Courage of an AI group is based on the group's leader Courage skill. Each group has an initial strength (sum of undamaged armor and health of all units).
If the group losses are higher than the initial strength multiplied by leader's Courage then the group will start fleeing. Primarily it goes to a supply point, secondarily it will try to find a safe position within a 600m radius from the initial waypoint (danger, distance, amount of cover positions are taken into account). After the fleeing has been finished the group's initial strength is reset.
 
== AI Detection ==
{{Stub}}
 
== AI FSM ==
{{Stub}}
*See Also: [[Arma 2: FSM Danger Causes]], [[Arma 2: Operation Arrowhead: AI FSM]]
 
== AI Pathfinding ==
{{Stub}}
 
== AI Shooting ==
===Decision making===
Weapon vs. fire mode vs. target selection and prioritization
===Fire modes===
===Aiming===
===Aiming Error===
===PGMs===
===Reloading===
===Suppressive fire===
===Artillery fire===
{{Stub}}
 
==See Also==
*[[:Category:AI|AI]]
*[[ArmA:_Difficulty#Adjusting_Accuracy_Separately|ArmA Difficulty]]
*[[Combat Modes]]
*[[skill]]
*[[setSkill]]
*[[setUnitAbility]]
*[[skillFinal]]
*[[setUnitAbility]]
 
[[Category:Arma 3: Editing]]
[[Category:AI]]

Latest revision as of 18:11, 18 May 2025

Mobile To-Do

A list of things that would improve mobile compatibility


Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.

Done

  • Command and function template layout wastes a lot of space due to the two column design
  • Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper