mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 10:45:41 +00:00

This includes the [micro_ai] tag, the code for the Micro AI engines and 14 test scenarios. Full documentation at http://wiki.wesnoth.org/Micro_AIs
25 lines
464 B
INI
25 lines
464 B
INI
#textdomain wesnoth
|
|
# Main purpose of this file is to ensure that macros get read in first.
|
|
|
|
# wmlscope: set export=yes
|
|
|
|
#ifndef NO_TERRAIN_GFX
|
|
{core/terrain-graphics/}
|
|
#endif
|
|
|
|
{core/macros/}
|
|
{core/about.cfg}
|
|
{core/help.cfg}
|
|
{core/hotkeys.cfg}
|
|
{core/terrain.cfg}
|
|
{core/units.cfg}
|
|
{core/editor/}
|
|
|
|
[lua]
|
|
code=<<
|
|
wesnoth.dofile 'lua/backwards-compatibility.lua'
|
|
wesnoth.dofile 'lua/wml-tags.lua'
|
|
wesnoth.dofile 'ai/micro_ais/ais/micro_ais_wml_tags.lua'
|
|
>>
|
|
[/lua]
|