-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYAGM.modinfo
129 lines (118 loc) · 3.56 KB
/
YAGM.modinfo
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<Mod id="d19d4181-7afb-4723-909f-bc62cd6f6871" version="1">
<Properties>
<Name>Yet another governors mod</Name>
<Stability>Beta</Stability>
<Description>Yet another governors mod (YAGM) is a complete rework of governors.</Description>
<Authors>Feofilakt Femistoklov (Slav)</Authors>
<CompatibleVersions>2.0</CompatibleVersions>
</Properties>
<InGameActions>
<AddGameplayScripts id="YAGM_Lua">
<File>YAGM_common.lua</File>
</AddGameplayScripts>
<UpdateDatabase id="YAGM_DB">
<Properties>
<LoadOrder>1000</LoadOrder>
</Properties>
<File>common.sql</File>
<File>Reyna.sql</File>
<File>Victor.sql</File>
<File>Amani.sql</File>
<File>Magnus.sql</File>
<File>Moksha.sql</File>
<File>Liang.sql</File>
<File>Pingala.sql</File>
<File>Ibrahim.sql</File>
</UpdateDatabase>
<UpdateText id="YAGM_Text">
<Properties>
<LoadOrder>1001</LoadOrder>
</Properties>
<File>text/common.xml</File>
<File>text/Reyna.xml</File>
<File>text/Victor.xml</File>
<File>text/Amani.xml</File>
<File>text/Magnus.xml</File>
<File>text/Moksha.xml</File>
<File>text/Liang.xml</File>
<File>text/Pingala.xml</File>
<File>text/Ibrahim.xml</File>
<File>locale/ru/common.xml</File>
<File>locale/ru/Reyna.xml</File>
<File>locale/ru/Victor.xml</File>
<File>locale/ru/Amani.xml</File>
<File>locale/ru/Magnus.xml</File>
<File>locale/ru/Moksha.xml</File>
<File>locale/ru/Liang.xml</File>
<File>locale/ru/Pingala.xml</File>
<File>locale/ru/Ibrahim.xml</File>
</UpdateText>
<ImportFiles id="YAGM_UI">
<Properties>
<LoadOrder>1001</LoadOrder>
</Properties>
<File>ui/GovernorDetailsPanel.xml</File>
<File>ui/GovernorDetailsPanel.lua</File>
<File>ui/GovernorPanel.xml</File>
</ImportFiles>
</InGameActions>
<FrontEndActions>
<UpdateText id="YAGM_Text">
<Properties>
<LoadOrder>1001</LoadOrder>
</Properties>
<File>text/common.xml</File>
<File>text/Reyna.xml</File>
<File>text/Victor.xml</File>
<File>text/Amani.xml</File>
<File>text/Magnus.xml</File>
<File>text/Moksha.xml</File>
<File>text/Liang.xml</File>
<File>text/Pingala.xml</File>
<File>text/Ibrahim.xml</File>
<File>locale/ru/common.xml</File>
<File>locale/ru/Reyna.xml</File>
<File>locale/ru/Victor.xml</File>
<File>locale/ru/Amani.xml</File>
<File>locale/ru/Magnus.xml</File>
<File>locale/ru/Moksha.xml</File>
<File>locale/ru/Liang.xml</File>
<File>locale/ru/Pingala.xml</File>
<File>locale/ru/Ibrahim.xml</File>
</UpdateText>
</FrontEndActions>
<Files>
<File>common.sql</File>
<File>YAGM_common.lua</File>
<File>Reyna.sql</File>
<File>Victor.sql</File>
<File>Amani.sql</File>
<File>Magnus.sql</File>
<File>Moksha.sql</File>
<File>Liang.sql</File>
<File>Pingala.sql</File>
<File>Ibrahim.sql</File>
<File>text/common.xml</File>
<File>text/Reyna.xml</File>
<File>text/Victor.xml</File>
<File>text/Amani.xml</File>
<File>text/Magnus.xml</File>
<File>text/Moksha.xml</File>
<File>text/Liang.xml</File>
<File>text/Pingala.xml</File>
<File>text/Ibrahim.xml</File>
<File>locale/ru/common.xml</File>
<File>locale/ru/Reyna.xml</File>
<File>locale/ru/Victor.xml</File>
<File>locale/ru/Amani.xml</File>
<File>locale/ru/Magnus.xml</File>
<File>locale/ru/Moksha.xml</File>
<File>locale/ru/Liang.xml</File>
<File>locale/ru/Pingala.xml</File>
<File>locale/ru/Ibrahim.xml</File>
<File>ui/GovernorDetailsPanel.xml</File>
<File>ui/GovernorDetailsPanel.lua</File>
<File>ui/GovernorPanel.xml</File>
</Files>
</Mod>