-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.cfg
58 lines (44 loc) · 1.41 KB
/
config.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
#textdomain wesnoth-Shadows_of_Deception
##
## NX configuration
##
# wmlindent: start ignoring
#undef NX_MAINTAINER_MODE
#undef NX_MUSIC_FOUND
#define NX_DIR
~add-ons/Shadows_of_Deception#enddef
#ifhave ./maint-mode.cfg
{./maint-mode.cfg}
#endif
#define NX_VERSION
{{NX_DIR}/dist/VERSION}#enddef
# ===========================================
# Do we have the custom music pack?
# ===========================================
#ifhave ~add-ons/SoD_Music/_main.cfg
#define NX_MUSIC_FOUND
#enddef
#endif
#ifndef NX_MUSIC_FOUND
#define NX_MUSIC_FOUND_STATUS
"<small><span color='#f00' weight='bold'>!</span> <span color='#888'>"+
_"Music pack “<i>SoD Music</i>” is <b>not</b> installed! Only standard music will be played."+"</span></small>" #enddef
#else
#define NX_MUSIC_FOUND_STATUS
"" #enddef
#endif
# ===========================================
# Supported versions
# ===========================================
#define NX_VERSION_SUPPORT_STATUS
_"for Wesnoth 1.16 (v1.16.0 or later)" #enddef
# ===========================================
# Description footer for all campaign entries
# ===========================================
#define NX_SHARED_DESCRIPTION_FOOTER
"
<span color='#888' size='smaller'>"+
_"Version"+" {NX_VERSION} "+{NX_VERSION_SUPPORT_STATUS}+"
"+_"Feedback and bug reports:"+" ‹http://r.wesnoth.org/t35544›"+"</span>"+"
"+{NX_MUSIC_FOUND_STATUS} #enddef
# wmlindent: stop ignoring