This file is indexed.

/usr/share/games/wesnoth/1.10/data/campaigns/Northern_Rebirth/utils/journey.cfg is in wesnoth-1.10-nr 1:1.10.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
#textdomain wesnoth-nr
# trackplacer: tracks begin
#
# Hand-hack this section strictly at your own risk.
#
# trackplacer: map=data/core/images/maps/wesnoth.png
#
#define REVOLT_STAGE1
    {NEW_BATTLE 526 225}
#enddef

#define REVOLT_STAGE1_END
    {NEW_BATTLE 526 225}
#enddef

#define REVOLT_STAGE2
    {OLD_BATTLE 526 225}
    {NEW_BATTLE 524 213}
#enddef

#define REVOLT_STAGE2_END
    {OLD_BATTLE 526 225}
    {NEW_BATTLE 524 213}
#enddef

#define REVOLT_STAGE3
    {OLD_BATTLE 526 225}
    {OLD_BATTLE 524 213}
    {NEW_JOURNEY 536 205}
    {NEW_JOURNEY 545 208}
    {NEW_JOURNEY 554 208}
    {NEW_JOURNEY 563 201}
    {NEW_BATTLE 569 191}
#enddef

#define REVOLT_STAGE3_END
    {OLD_BATTLE 526 225}
    {OLD_BATTLE 524 213}
    {OLD_JOURNEY 536 205}
    {OLD_JOURNEY 545 208}
    {OLD_JOURNEY 554 208}
    {OLD_JOURNEY 563 201}
    {NEW_BATTLE 569 191}
#enddef

#define REVOLT_COMPLETE
    {OLD_BATTLE 526 225}
    {OLD_BATTLE 524 213}
    {OLD_JOURNEY 536 205}
    {OLD_JOURNEY 545 208}
    {OLD_JOURNEY 554 208}
    {OLD_JOURNEY 563 201}
    {OLD_BATTLE 569 191}
#enddef

#define RESCUE_STAGE1
    {NEW_JOURNEY 517 221}
    {NEW_BATTLE 504 215}
#enddef

#define RESCUE_STAGE1_END
    {OLD_JOURNEY 517 221}
    {NEW_BATTLE 504 215}
#enddef

#define RESCUE_COMPLETE
    {OLD_JOURNEY 517 221}
    {OLD_BATTLE 504 215}
#enddef

#define RECOVERY_STAGE1
    {NEW_JOURNEY 526 236}
    {NEW_JOURNEY 529 245}
    {NEW_BATTLE 530 256}
#enddef

#define RECOVERY_STAGE1_END
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {NEW_BATTLE 530 256}
#enddef

#define RECOVERY_STAGE2
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {OLD_BATTLE 530 256}
    {NEW_JOURNEY 520 257}
    {NEW_BATTLE 509 266}
#enddef

#define RECOVERY_STAGE2_END
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {OLD_BATTLE 530 256}
    {OLD_JOURNEY 520 257}
    {NEW_BATTLE 509 266}
#enddef

#define RECOVERY_STAGE3
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {OLD_BATTLE 530 256}
    {OLD_JOURNEY 520 257}
    {OLD_BATTLE 509 266}
    {NEW_JOURNEY 498 264}
    {NEW_JOURNEY 485 261}
    {NEW_JOURNEY 474 258}
    {NEW_BATTLE 462 257}
#enddef

#define RECOVERY_STAGE3_END
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {OLD_BATTLE 530 256}
    {OLD_JOURNEY 520 257}
    {OLD_BATTLE 509 266}
    {OLD_JOURNEY 498 264}
    {OLD_JOURNEY 485 261}
    {OLD_JOURNEY 474 258}
    {NEW_BATTLE 462 257}
#enddef

#define RECOVERY_COMPLETE
    {OLD_JOURNEY 526 236}
    {OLD_JOURNEY 529 245}
    {OLD_BATTLE 530 256}
    {OLD_JOURNEY 520 257}
    {OLD_BATTLE 509 266}
    {OLD_JOURNEY 498 264}
    {OLD_JOURNEY 485 261}
    {OLD_JOURNEY 474 258}
    {OLD_BATTLE 462 257}
#enddef

# trackplacer: tracks end

# There isn't enough territory traversed in this campaign to make a map
# very interesting (so much of it happens underground) but let's set
# a good example for future campaign developers.

#define TO_BREAKING_THE_CHAINS
    background=maps/wesnoth.png
    {REVOLT_STAGE1}
#enddef

# Infested Caves doesn't need a separate map.

#define TO_TO_THE_MINES
    background=maps/wesnoth.png
    # "a few miles north" of the infested caves.
    {REVOLT_STAGE2}
#enddef

# Clearing The Mines and The Pursuit don't need maps.

#define TO_OLD_FRIEND
    background=maps/wesnoth.png
    # Back at Knalga again
    {REVOLT_STAGE1}
#enddef

#define TO_SETTLING_DISPUTES
    background=maps/wesnoth.png
    # Takes place at "Higbrook Pass", direction not specified.
    {REVOLT_STAGE3}
#enddef

#define TO_ELVISH_PRINCESS
    background=maps/wesnoth.png
    # To the castle of Bitterhold, a day’s march northwest of Knalga
    {RESCUE_STAGE1}
#enddef

# Introductions doesn't beed a separate map.

#define TO_STOLEN_GOLD
    background=maps/wesnoth.png
    # The trolls' trail leads south from Knalga
    {RECOVERY_STAGE1}
#enddef

#define TO_EASTERN_FLANK
    background=maps/wesnoth.png
    # Direction not specified here.  To the grim forttress of Angthurim!
    {RECOVERY_STAGE2}
#enddef

#define TO_GET_THE_GOLD
    background=maps/wesnoth.png
    # Rakshas fled further south
    {RECOVERY_STAGE2}
#enddef

#define TO_SHOWDOWN
    background=maps/wesnoth.png
    # Rakshas's trail curves west to the showdown.
    {RECOVERY_STAGE3}
#enddef

# Epilog doesn't beed a separate map.

# trackplacer: epilog begins

#undef REVOLT_STAGE1_END
#undef REVOLT_STAGE2_END
#undef REVOLT_STAGE3_END
#undef REVOLT_COMPLETE
#undef RESCUE_STAGE1_END
#undef RESCUE_COMPLETE
#undef RECOVERY_STAGE1_END
#undef RECOVERY_STAGE2_END
#undef RECOVERY_STAGE3_END
#undef RECOVERY_COMPLETE

# trackplacer: epilog ends