-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_main.cfg
41 lines (33 loc) · 945 Bytes
/
_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
#textdomain wesnoth-Era_of_Chaos
[textdomain]
name="wesnoth-Era_of_Chaos"
path="data/add-ons/Era_of_Chaos/translations"
[/textdomain]
# If you want to use this faction in an add-on, add {~add-ons/Era_of_Chaos/campaign.cfg} in your campaign define.
#ifdef MULTIPLAYER
[binary_path]
path=data/add-ons/Era_of_Chaos
[/binary_path]
{~add-ons/Era_of_Chaos/mainline_strings.cfg}
{~add-ons/Era_of_Chaos/factions/chaos}
{~add-ons/Era_of_Chaos/factions/rpg}
{~add-ons/Era_of_Chaos/factions/heroes}
{~add-ons/Era_of_Chaos/palettes.cfg}
{~add-ons/Era_of_Chaos/utils}
{~add-ons/Era_of_Chaos/eras.cfg}
{~add-ons/Era_of_Chaos/mods}
[+units]
{~add-ons/Era_of_Chaos/units}
[/units]
#endif
#ifdef EDITOR
[binary_path]
path=data/add-ons/Era_of_Chaos
[/binary_path]
{~add-ons/Era_of_Chaos/mainline_strings.cfg}
{~add-ons/Era_of_Chaos/palettes.cfg}
{~add-ons/Era_of_Chaos/utils}
[+units]
{~add-ons/Era_of_Chaos/units}
[/units]
#endif