forked from inferno8/wesnoth-Era_of_Magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_main.cfg
67 lines (59 loc) · 1.69 KB
/
_main.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# wmllint: no translatables
[textdomain]
name="wesnoth-Era_of_Magic"
path="data/add-ons/Era_of_Magic/translations"
[/textdomain]
# Prevent conflicts
#undef EOMA_IMAGES_DIR
# Load dependency utils
{~add-ons/Era_of_Magic/dependency-utils.cfg}
# wmlindent: start ignoring
#define EOMA_IMAGES_DIR
data/add-ons/Era_of_Magic_Resources/images#enddef
# wmlindent: stop ignoring
#ifdef MULTIPLAYER
[binary_path]
path=data/add-ons/Era_of_Magic/
[/binary_path]
#ifdef EOMA_HAVE_IMAGES
[binary_path]
path=data/add-ons/Era_of_Magic_Resources
[/binary_path]
#endif
{~add-ons/Era_of_Magic/detect.cfg}
{~add-ons/Era_of_Magic/utils/}
{~add-ons/Era_of_Magic/maps/}
{~add-ons/Era_of_Magic/scenarios/}
{~add-ons/Era_of_Magic/english.cfg}
{~add-ons/Era_of_Magic/mainline-strings.cfg}
{~add-ons/Era_of_Magic/units/faction_idlist.cfg}
{~add-ons/Era_of_Magic/units/hide_help.cfg}
{~add-ons/Era_of_Magic/era_macros.cfg}
{~add-ons/Era_of_Magic/EoMa_eras.cfg}
#undef EOMA_SIDE
[+units]
{~add-ons/Era_of_Magic/units/units.cfg}
{~add-ons/Era_of_Magic/units/Runemasters}
{~add-ons/Era_of_Magic/units/Barbarians}
{~add-ons/Era_of_Magic/units/Sky_Kingdom}
{~add-ons/Era_of_Magic/units/Kharos}
{~add-ons/Era_of_Magic/units/Summoners}
{~add-ons/Era_of_Magic/units/Tharis}
{~add-ons/Era_of_Magic/units/Dark_Blood_Alliance}
{~add-ons/Era_of_Magic/units/Destroyers}
[/units]
#endif
#ifdef EDITOR
{~add-ons/Era_of_Magic/utils/terrain_base.cfg}
[binary_path]
path=data/add-ons/Era_of_Magic
[/binary_path]
#ifdef EOMA_HAVE_IMAGES
[binary_path]
path=data/add-ons/Era_of_Magic_Resources/images
[/binary_path]
#endif
#endif
#undef EOMA_HAVE_IMAGES
#undef EOMA_HAVE_IMAGES_STATUS
#undef EOMA_IMAGES_DIR