Search results

Page title matches

  • = AI Interface = ...ce is to allow ai_manager code to be AI-independent and to allow pluggable AI implementations to be constructed from components.
    505 bytes (80 words) - 03:21, 6 March 2011
  • === extract gamestate-changing actions from AI code to separate classes.=== <b>TESTING</b> ai movement.
    673 bytes (109 words) - 15:46, 7 April 2023
  • == Methods for Modifying the AI Mid Scenario == ...tions on how to do this, or the complete list of AI resources at [[Wesnoth AI]].
    17 KB (2,693 words) - 15:59, 13 July 2023
  • <h4> Conor Nevin - Implementing a Total Defense AI </h4> Implementing a defensive mode of the AI, so that it is able to heal units whilst holding ground against an advancin
    9 KB (1,562 words) - 21:54, 20 March 2013
  • <h2>Extend Wesnoth Lua AI Support</h2> Lua AI support was recently added to wesnoth. Expose c++ AI support functions that Wesnoth has, to Lua.
    4 KB (723 words) - 16:09, 17 April 2023
  • AI configuration can be written using WML. In 2009, a new style syntax for writing AI configurations in Wesnoth was created.
    6 KB (941 words) - 16:22, 17 April 2023
  • |Formula AI is still functional for the time being, but it is not maintained any more. ...s to a file with (not quite complete but useful) information about Formula AI functions and variables.
    17 KB (2,764 words) - 15:22, 7 April 2023
  • |Formula AI is still functional for the time being, but it is not maintained any more. This page lists Formula AI code examples that can be used directly in a scenario or as templates for f
    12 KB (1,938 words) - 07:56, 19 April 2023
  • <h2>AI: Implement a 'total defense' strategy [12]</h2> Page for the idea: [[SoC Ideas AI Defense Strategies 2012]]
    2 KB (356 words) - 12:06, 5 April 2012
  • <h2>AI: teach the AI to play Wesnoth's mainline campaigns [3]</h2> Page for the idea: [[SoC Ideas AI Scenario Objectives 2012]]
    2 KB (288 words) - 12:05, 5 April 2012
  • <h2>AI: Make lua AI development and usage easier [2]</h2> Page for the idea: [[SoC Ideas AI Lua AI Usage 2012]]
    1 KB (152 words) - 12:04, 5 April 2012
  • [[Category:SoC Ideas AI Scenario Objectives 2012]] <h4>Thomas Martinet - AI: teach the AI to play Wesnoth's mainline campaigns </h4>
    29 KB (4,171 words) - 03:15, 21 March 2013
  • [[Category:SoC Ideas AI Scenario Objectives 2012]] <h4>Kevin Wyckmans - Teach That AI! </h4>
    10 KB (1,841 words) - 03:18, 21 March 2013
  • <h4>Christopher Conway - Defensive AI </h4> ...behavior, as opposed to the current aggressive AI. It would allow for the AI to function in scenarios like controlled retreats, unit escort, or holding
    12 KB (2,072 words) - 23:32, 20 March 2013
  • ...ting units in a better defense position. To minimize loss of units for the AI. Total Defense Strategy, I would like to concentrate on making the AI have a more Defensive strategy.
    7 KB (1,262 words) - 11:00, 7 April 2014
  • <h4>Tyrannodogg - Make lua AI development and usage easier</h4> At the moment the parts, which make a lua AI, are scattered around several WML Entities, resulting in a load of boilerpl
    2 KB (250 words) - 19:35, 29 April 2012
  • <h4>Kseniya Buraya - Refactoring AI Recruitment</h4> The project is to improve current AI recruiting system. I will develop and implement these options:
    7 KB (1,145 words) - 03:20, 21 March 2013
  • <h4> Ed Kim - Total Defense AI </h4> ...e formations (line, square) by taking unit relationships into account, the AI would become a much more versatile and formidable foe.
    11 KB (1,806 words) - 04:30, 9 April 2012
  • ....google-melange.com/gci/homepage/google/gci2012 Google Code-in 2012] Micro AI Tasks. This page provides information on the Google Code-in Wesnoth Lua AI tasks. If you need additional help, the preferred way of contacting us is
    23 KB (3,948 words) - 03:24, 16 November 2022
  • <h2>AI: Refactor recruitment algorithm</h2> # improve recruiting for AI-playable campaigns where AI has to not spend all the gold.
    11 KB (1,905 words) - 03:06, 13 April 2013

Page text matches

  • ...this case even if this was the only recall/recruit action possible to the AI. * {{anchor|ai|'''[ai]'''}}: This affects how the computer will control this unit (currently only
    22 KB (3,644 words) - 06:17, 27 February 2024
  • ...of Wesnoth strategy and tactics, and are familiar with the way the game's AI (the enemy's "intelligence", so to speak) works. In a nutshell, enemies wil ...ou - especially when it comes to the landing party to your west. Also, the AI tends to have poisoned units retreat often, looking for a village - sparing
    67 KB (12,106 words) - 19:31, 21 December 2022
  • ...RAM). Slower machines will have trouble scrolling large maps or processing AI turns with many units. See the [http://www.wesnoth.org/forum/viewtopic.php ..." will make units move and fight faster. "Skip AI Moves" will not show the AI's units moving from hex to hex. Finally, you can turn off all combat animat
    15 KB (2,581 words) - 15:11, 19 September 2023
  • ...this case even if this was the only recall/recruit action possible to the AI. ...to keep scouts away from enemies, to some extent). It does not affect the AI's behavior in combat; that is always computed from attack power and hitpoin
    23 KB (3,689 words) - 01:07, 25 February 2024
  • ...t''' command]]), which can be used to inspect the values of WML variables, AI configuration, recall lists, and more.
    46 KB (7,208 words) - 23:30, 16 April 2024
  • == Customizing the Default AI Using WML == ...w they interact. If you do not know these things yet, check out the [[RCA AI]] page.
    35 KB (5,668 words) - 01:32, 25 February 2024
  • == Experimental AI Summary == ...andidate actions (CAs) '''have been merged into the [[RCA_AI|default (RCA) AI]]''', see descriptions below for the individual CAs.
    8 KB (1,311 words) - 23:14, 22 June 2022
  • For help with writing a C++ AI, it is a good idea to have a look here: == Writing your own AI ==
    19 KB (3,084 words) - 00:20, 26 June 2014
  • ...hp?mode=viewprofile&u=130128 FAKevin/Kevin_Xi]: [[SoC2014_kevin_AI|Improve AI by implementing global attack/retreat decision]]
    23 KB (3,484 words) - 06:28, 24 January 2015
  • ...parameters included in the tag. In other words, this allows replacing the AI config rather than appending to it. ...ai''': replaces a side ai with a new AI from specified file(ignoring those AI parameters above). Path to file follows the usual WML convention.
    61 KB (9,881 words) - 03:40, 22 February 2024
  • ...s fixes all the glitches that bugged me with the previous 0.5 version. The AI seems a bit tougher though, which ...craft. There are speed issues with the game. For instance, waiting for the AI enemies to
    18 KB (3,081 words) - 09:08, 24 May 2021
  • * [[Wesnoth AI|Artificial Intelligence]] - how to create and modify AI behavior
    4 KB (610 words) - 00:47, 7 January 2022
  • ...ish onslaught and advance on sunrise. You may even note that the computer AI actively retreats his orcs during day.
    8 KB (1,406 words) - 03:15, 9 April 2023
  • <h4>neonosos - Improve AI by global world analysis</h4> ...th AI by improving AI players with global-analysis skill. This skill makes AI players able to not only react on local impulses (such as attack or presenc
    12 KB (1,984 words) - 15:09, 19 March 2014
  • ** '''ai''': If players assigns "Computer Player" to "Player/Type" in game lobby Mainly used for internal AI checks, but one could in theory just do anything with it.
    37 KB (5,920 words) - 05:49, 27 February 2024
  • ...de. The fog/shroud does not currently affect AI movement patterns, but the AI algorithm may become constrained by fog/shroud in the future.
    9 KB (1,508 words) - 10:39, 11 November 2023
  • I would like to improve the AI by implementing Global attack / retreat decision. Depends on the type of game , but usually i prefer fighting against AI
    9 KB (1,592 words) - 22:10, 20 March 2014
  • * '''cooperative''': All human players are on the same team, versus the AI
    13 KB (1,973 words) - 08:08, 19 April 2024
  • * Remove the wesnoth-ai textdomain, as suggested in #4669 (octalot)
    7 KB (1,069 words) - 14:39, 2 September 2021
  • ...ng to dialogue and the AI. This should make the dialog flow better and the AI behave more appropriately. ...- Steelclad was earlier nerfed in order to help balance scenarios against ai but it turned out to be affecting competitive 1 vs 1 too much so we are rev
    8 KB (1,301 words) - 18:23, 22 August 2020

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)