-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_main.cfg
94 lines (74 loc) · 2.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#textdomain wesnoth-Shadows_of_Deception
# wmlscope: set export=no
# wmlindent: start ignoring
[textdomain]
name="wesnoth-Shadows_of_Deception"
path="data/add-ons/Shadows_of_Deception/translations"
[/textdomain]
{./config.cfg}
#
# Campaign menu entries
#
#ifhave ./episode1/menu.cfg
{./episode1/menu.cfg}
#endif
#ifdef EDITOR
#define CAMPAIGN_SHADOWS_OF_DECEPTION
#enddef
#endif
#
# Main file inclusion structure
#
#ifdef CAMPAIGN_SHADOWS_OF_DECEPTION
#define INCLUDE TARGET
{{NX_DIR}/{TARGET}}#enddef
[binary_path]
path="data/add-ons/Shadows_of_Deception/"
[/binary_path]
#ifdef NX_MUSIC_FOUND
[binary_path]
path="data/add-ons/SoD_Music/"
[/binary_path]
#endif
{./mainline-strings.cfg}
{./terrain.cfg}
{./terrain-graphics}
{./macros}
[+units]
{./units}
[/units]
#ifndef EDITOR
[lua]
code="if ilua then ilua.strict = false end"
[/lua]
{./lua/lp8/_main.cfg}
[lua]
code="wesnoth.require '{NX_DIR}/lua/main.lua'"
[/lua]
#ifdef CAMPAIGN_SHADOWS_OF_DECEPTION_E1
#define MAP _FILE
map_data="{{NX_DIR}/episode1/maps/{_FILE}}"
#enddef
{./episode1/utils}
{./episode1/scenarios}
#endif
#endif
#endif
#undef NX_VERSION
#undef NX_MAINTAINER_MODE
#undef NX_MUSIC_FOUND
#undef NX_MUSIC_FOUND_STATUS
#undef NX_WESNOTH_VERSION_STATUS
#undef NX_SHARED_DESCRIPTION_FOOTER
#undef CAMPAIGN_SHADOWS_OF_DECEPTION
#undef CAMPAIGN_SHADOWS_OF_DECEPTION_E1
# wmllint: general spellings undeath wose-born dwarvish dwarven orcish
# wmllint: directory spellings Irdya Wesnoth Wesmere Aethenwood Lintanir Elensefar Ka'lian Knalga Weldyn Abez
# wmllint: directory spellings Magal Elen Eloria Aelin
# wmllint: directory spellings Niryone Elynia Elynia-Thanadria Rhyan Ella Galamor Anathryis
# wmllint: directory spellings Konrad Valthur Galthur Aryon Niolinde Myris
# wmllint: directory spellings Dravar Ranchor Rhaldir Kapou'e Mizenwyn
# wmllint: directory spellings Wesnothian Direwolves
# wmllint: directory spellings te
# wmllint: directory spellings TODO
# wmlindent: stop ignoring