File: singlenormal.xml

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (350 lines) | stat: -rw-r--r-- 10,215 bytes parent folder | download
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<options source="Scorched3D">
  <!-- The largest weapon type allowed -->
  <option>
    <name>MaxArmsLevel</name>
    <value>10</value>
    <defaultvalue>10</defaultvalue>
  </option>
  <!-- The maximum number of turns all players are allowed in each round -->
  <option>
    <name>MaxNumberOfRoundTurns</name>
    <value>15</value>
    <defaultvalue>15</defaultvalue>
  </option>
  <!-- The amount of time each player has for each shot -->
  <option>
    <name>ShotTime</name>
    <value>0</value>
    <defaultvalue>0</defaultvalue>
  </option>
  <!-- The amount of time each player has to buy weapons and use auto defense -->
  <option>
    <name>BuyingTime</name>
    <value>0</value>
    <defaultvalue>0</defaultvalue>
  </option>
  <!-- The amount of time to show the end of game scores for -->
  <option>
    <name>ScoreTime</name>
    <value>15</value>
    <defaultvalue>15</defaultvalue>
  </option>
  <!-- The number of moves a player is allowed to miss (due to the shot timer) -->
  <option>
    <name>AllowedMissedMoves</name>
    <value>3</value>
    <defaultvalue>3</defaultvalue>
  </option>
  <!-- The number of rounds to play in each game -->
  <option>
    <name>NumberOfRounds</name>
    <value>5</value>
    <defaultvalue>5</defaultvalue>
  </option>
  <!-- The number of each weapon the player is allowed -->
  <option>
    <name>MaxNumberWeapons</name>
    <value>90</value>
    <defaultvalue>90</defaultvalue>
  </option>
  <!-- The maximum number of players to allow -->
  <option>
    <name>NumberOfPlayers</name>
    <value>5</value>
    <defaultvalue>2</defaultvalue>
  </option>
  <!-- The minimum number of players to allow -->
  <option>
    <name>NumberOfMinPlayers</name>
    <value>5</value>
    <defaultvalue>2</defaultvalue>
  </option>
  <!-- The percentage chance the computers will say something when killed -->
  <option>
    <name>ComputersDeathTalk</name>
    <value>100</value>
    <defaultvalue>100</defaultvalue>
  </option>
  <!-- The percentage chance the computers will say something when shooting -->
  <option>
    <name>ComputersAttackTalk</name>
    <value>25</value>
    <defaultvalue>25</defaultvalue>
  </option>
  <!-- The first round players are allowed to buy on -->
  <option>
    <name>MoneyBuyOnRound</name>
    <value>2</value>
    <defaultvalue>2</defaultvalue>
  </option>
  <!-- The money awarded for each won round -->
  <option>
    <name>MoneyWonForRound</name>
    <value>5000</value>
    <defaultvalue>5000</defaultvalue>
  </option>
  <!-- The largest landscape (in bytes) that will be sent to the clients -->
  <option>
    <name>MaxLandscapeSize</name>
    <value>200000</value>
    <defaultvalue>200000</defaultvalue>
  </option>
  <!-- The money awarded for each person hit * weapon used -->
  <option>
    <name>MoneyWonPerHitPoint</name>
    <value>100</value>
    <defaultvalue>100</defaultvalue>
  </option>
  <!-- The money awarded for each person killed * weapon used -->
  <option>
    <name>MoneyWonPerKillPoint</name>
    <value>500</value>
    <defaultvalue>500</defaultvalue>
  </option>
  <!-- The money awarded is proportional to the amount of health removed -->
  <option>
    <name>MoneyPerHealthPoint</name>
    <value>on</value>
    <defaultvalue>on</defaultvalue>
  </option>
  <!-- The money each player starts with -->
  <option>
    <name>MoneyStarting</name>
    <value>10000</value>
    <defaultvalue>10000</defaultvalue>
  </option>
  <!-- The amount of time to give clients to respond before kicking them -->
  <option>
    <name>IdleKickTime</name>
    <value>30</value>
    <defaultvalue>30</defaultvalue>
  </option>
  <!-- The interest awarded at the end of each round -->
  <option>
    <name>MoneyInterest</name>
    <value>15</value>
    <defaultvalue>15</defaultvalue>
  </option>
  <!-- Show power is limited by the amount of health a player has -->
  <option>
    <name>LimitPowerByHealth</name>
    <value>on</value>
    <defaultvalue>on</defaultvalue>
  </option>
  <!-- The player turn mode -->
  <option>
    <name>TurnType</name>
    <value>1</value>
    <defaultvalue>1</defaultvalue>
  </option>
  <!-- The force of the wind -->
  <option>
    <name>WindForce</name>
    <value>0</value>
    <defaultvalue>0</defaultvalue>
  </option>
  <!-- When the wind changes -->
  <option>
    <name>WindType</name>
    <value>0</value>
    <defaultvalue>0</defaultvalue>
  </option>
  <!-- The type of walls allowed -->
  <option>
    <name>WallType</name>
    <value>0</value>
    <defaultvalue>0</defaultvalue>
  </option>
  <!-- The scale of the weapons used -->
  <option>
    <name>WeaponScale</name>
    <value>1</value>
    <defaultvalue>1</defaultvalue>
  </option>
  <!-- Prepend and bot name with the specified text -->
  <option>
    <name>BotNamePrefix</name>
    <value>(Bot) </value>
    <defaultvalue>(Bot) </defaultvalue>
  </option>
  <!-- The name of the server to start -->
  <option>
    <name>ServerName</name>
    <value>No Name</value>
    <defaultvalue>No Name</defaultvalue>
  </option>
  <!-- The password for this server (empty password = no password) -->
  <option>
    <name>ServerPassword</name>
    <value></value>
    <defaultvalue></defaultvalue>
  </option>
  <!-- The port to start the server on -->
  <option>
    <name>PortNo</name>
    <value>27270</value>
    <defaultvalue>27270</defaultvalue>
  </option>
  <!-- IP address to publish to scorched net clients (auto-detected if not given). -->
  <option>
    <name>PublishAddress</name>
    <value>AutoDetect</value>
    <defaultvalue>AutoDetect</defaultvalue>
  </option>
  <!-- Allow other scorched net clients to see this server.  Do not use for LAN games. -->
  <option>
    <name>PublishServer</name>
    <value>off</value>
    <defaultvalue>off</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType1</name>
    <value>Chooser</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType2</name>
    <value>Chooser</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType3</name>
    <value>Chooser</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType4</name>
    <value>Random</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType5</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType6</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType7</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType8</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType9</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType10</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType11</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType12</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType13</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType14</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType15</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType16</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType17</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType18</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType19</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType20</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType21</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType22</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType23</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- The type of the player e.g. human, computer etc.. -->
  <option>
    <name>PlayerType24</name>
    <value>Human</value>
    <defaultvalue>Human</defaultvalue>
  </option>
  <!-- Start the game will all the weapons -->
  <option>
    <name>GiveAllWeapons</name>
    <value>off</value>
    <defaultvalue>off</defaultvalue>
  </option>
</options>