-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_main.cfg
95 lines (83 loc) · 2.05 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
95
#textdomain wesnoth-anh
[textdomain]
name="wesnoth-anh"
path="data/add-ons/A_New_Home/translations"
[/textdomain]
#define ANH_ABOUT
[about]
title= _ "Creator and Master of Code"
[entry]
name= _ "Aaron Winter (Bitron)"
email="aaron.winter@yahoo.de"
comment="Main designer, current maintainer."
[/entry]
[/about]
[about]
title= _ "Creator and Master of Words"
[entry]
name="Alexander Zurek (Alresu)"
comment="Storyline assistance and dialoques."
[/entry]
[/about]
[about]
title= _ "Translations"
[entry]
name= "Inky"
[/entry]
[entry]
name= "MrRobbi373"
[/entry]
[entry]
name= "Britannicus"
[/entry]
[entry]
name= "Whiskeyjack"
[/entry]
[entry]
name= "Eagle_11"
[/entry]
[/about]
[about]
title= _ "Testing:"
[entry]
name= "Inky"
[/entry]
[entry]
name= "ghype"
[/entry]
[/about]
#enddef
[binary_path]
path=data/add-ons/A_New_Home
[/binary_path]
[campaign]
id=A_New_Home
name= _ "Reise in den Norden"
abbrev= _ "JttN"
define=CAMPAIGN_A_NEW_HOME
rank=60
start_year="6 YW"
end_year="7 YW"
icon="units/humans/ysedda.png"
image="data/add-ons/A_New_Home/images/campaign_image.png"
description= _ "Accompany Denvan and the people of his village on their journey into the north where they have to fight for their freedom and find a new home for him and his fellowship.
(Novice level, 8 scenarios.)"
difficulties=EASY,NORMAL,HARD
difficulty_descriptions={MENU_IMG_TXT2 "units/human-loyalists/sergeant.png" (_"Sergeant") _"(easy)"} +
";*" + {MENU_IMG_TXT2 "units/human-loyalists/lieutenant.png" (_"Lieutenant") _"(normal)"} +
";" + {MENU_IMG_TXT2 "units/human-loyalists/general.png" (_"General") _"(hard)"}
first_scenario="01_attack_of_the_orcs"
{ANH_ABOUT}
[/campaign]
#ifdef CAMPAIGN_A_NEW_HOME
{~add-ons/A_New_Home/utils/}
{~add-ons/A_New_Home/sounds/}
{~add-ons/A_New_Home/scenarios/}
{~add-ons/A_New_Home/maps/}
[+units]
{~add-ons/A_New_Home/units/humans/}
{~add-ons/A_New_Home/units/animals/}
{~add-ons/A_New_Home/units/orcs/}
{~add-ons/A_New_Home/units/goblins/}
[/units]
#endif