User Tools

Site Tools


global:aioptions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
global:aioptions [2014/11/08 02:37]
Mistermind
global:aioptions [2022/12/24 20:07] (current)
FreedTerror
Line 11: Line 11:
 {{ :global:global_aioptionsrandomai.jpg?nolink|}} {{ :global:global_aioptionsrandomai.jpg?nolink|}}
  
-Based on distance, //Random AI// uses weight values to determine which direction/button has the highest chances of being pressed+Based on distance, Random AI uses weight values to determine which direction/button has the highest chances of being pressed
  
 **Attack When Enemy is Down:** Do we attack when the enemy is down? **Attack When Enemy is Down:** Do we attack when the enemy is down?
Line 21: Line 21:
 **Distance Behaviours:** Expand to set distance dependent behaviours. **Distance Behaviours:** Expand to set distance dependent behaviours.
  
-  * Opponent Distance: Choose one of 7 presets (predefined in ). Note: Proximity range will change dependent on preset chosen. +  * **Opponent Distance:** Choose one of 7 presets. Note: Proximity range will change dependent on preset chosen. 
-  * Move Forward Probability: Chance of moving forward (0.0-1.0) +  * **Move Forward Probability:** Chance of moving forward (0.0-1.0) 
-  * Move Back Probability: Chance of moving back (0.0-1.0) +  * **Move Back Probability:** Chance of moving back (0.0-1.0) 
-  * Jump Probability: Chance of jumping (0.0-1.0) +  * **Jump Probability:** Chance of jumping (0.0-1.0) 
-  * Crouch Probability: Chance of crouching (0.0-1.0) +  * **Crouch Probability:** Chance of crouching (0.0-1.0) 
-  * Attack Probability: Chance of attacking (0.0-1.0)+  * **Attack Probability:** Chance of attacking (0.0-1.0)
  
  
 ---- ----
 ==== Fuzzy AI ==== ==== Fuzzy AI ====
-(Requires [[http://forum.unity3d.com/threads/u-f-e-addon-fuzzy-a-i.277086/|Fuzzy AI Addon]])+(Not available on UFE 2 Lite)
  
 {{ :global:global_aioptionsfuzzy.jpg?nolink|}} {{ :global:global_aioptionsfuzzy.jpg?nolink|}}
 +
 +Fuzzy AI allows for robust decision sets that can have some of its [[ai:start|instructions]] overridden depending on the difficulty settings chosen.
  
 **Multi Core Support:** Tells UFE to run decision making process in its own thread.  Multicore reduces CPU usage significantly, but makes the weight calculation slightly slower.  Multicore puts the weight calculation into the Update() function, which makes the CPU run the process separately. **Multi Core Support:** Tells UFE to run decision making process in its own thread.  Multicore reduces CPU usage significantly, but makes the weight calculation slightly slower.  Multicore puts the weight calculation into the Update() function, which makes the CPU run the process separately.
global/aioptions.1415432236.txt.gz · Last modified: 2014/11/08 02:37 by Mistermind