Difference between revisions of "Template:Portal:AI/Description"
Jump to navigation
Jump to search
imported>Wrye (Switch to new glossary.) |
imported>Wrye (Update link) |
||
Line 1: | Line 1: | ||
[[Glossary#A|AI]] or artificial intelligence is the part of modding that controls what [[actor]]s do. It can be one of the most easy parts, but at the same time it's one of the aspects that requires a great deal of testing and tweaking to get right. In Oblivion [[:Category:Actor Behavior|the behavior of actors]] is controlled by the actor's active [[package]]. The current time and conditions on the actor's packages control which package becomes active. Packages can be influenced by scripts [[:Category:AI_Functions|in various ways]]. | [[Glossary#A|AI]] or artificial intelligence is the part of modding that controls what [[actor]]s do. It can be one of the most easy parts, but at the same time it's one of the aspects that requires a great deal of testing and tweaking to get right. In Oblivion [[:Category:Actor Behavior|the behavior of actors]] is controlled by the actor's active [[:Category:Packages|package]]. The current time and conditions on the actor's packages control which package becomes active. Packages can be influenced by scripts [[:Category:AI_Functions|in various ways]]. |
Revision as of 21:05, 5 June 2008
AI or artificial intelligence is the part of modding that controls what actors do. It can be one of the most easy parts, but at the same time it's one of the aspects that requires a great deal of testing and tweaking to get right. In Oblivion the behavior of actors is controlled by the actor's active package. The current time and conditions on the actor's packages control which package becomes active. Packages can be influenced by scripts in various ways.