File: GettingStarted.html

package info (click to toggle)
spring 0.81.2.1%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 28,496 kB
  • ctags: 37,096
  • sloc: cpp: 238,659; ansic: 13,784; java: 12,175; awk: 3,428; python: 1,159; xml: 738; perl: 405; sh: 297; makefile: 267; pascal: 228; objc: 192
file content (652 lines) | stat: -rw-r--r-- 23,578 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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Getting Started</title>
</head>
<body>
<h1 style="text-align: center;">Spring mini-help</h1>
<table style="width: 100%; text-align: left;" border="1" cellpadding="2"
 cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 20%; vertical-align: top;">
      <p><a href="main.html">What is Spring?</a></p>
      <p><a href="GettingStarted.html">Getting Started!</a></p>
      <p><a href="FAQ.html">FAQ!</a></p>
      <p><a href="MoreInfo.html">More useful information!</a></p>
      <p><a href="Legal.html">Legal!</a></p>
      </td>
      <td style="vertical-align: top;">
      <div id="content">
      <div id="article">
      <h1 class="pagetitle">Getting Started</h1>
      <table id="toc" border="0">
        <tbody>
          <tr id="toctitle">
            <td align="center"><b>Table of contents</b> </td>
          </tr>
          <tr id="tocinside">
            <td>
            <div class="tocline"><a href="#Getting_To_Your_First_Game">1
Getting To Your First Game</a><br>
            </div>
            <div class="tocindent">
            <div class="tocindent">
            <p style="margin-left: 40px;"><a
 href="#STEP_1:_Is_your_computer_ready.3F">1.1 STEP 1:
Is your computer ready?</a><br>
            <a href="#STEP_2:_Download_the_Current_Installer">1.2 STEP
2: Download the Current Installer</a><br>
            <a href="#STEP_3_Make_Sure_the_Game_Works_on_Your_Computer">1.3
STEP 3 Make Sure the Game Works on Your Computer</a><br>
            </p>
            <div style="margin-left: 40px;" class="tocindent">
            <p><a href="#Quick_Start">Game Controls</a><br>
            </p>
            </div>
            <p style="margin-left: 40px;"><a
 href="#STEP_4:_Playing_Online_-_TASClient.exe">1.4
STEP 4: Playing Online - TASClient.exe</a><br>
            <a href="#STEP_5:_Hosting_Online_-_TASClient.exe">1.5 STEP
5: Hosting Online - TASClient.exe</a><br>
            </p>
            </div>
            </div>
            </td>
          </tr>
        </tbody>
      </table>
      <a name="Getting_To_Your_First_Game"></a>
      <h1>Getting To Your First Game</h1>
      <a name="STEP_1:_Is_your_computer_ready.3F"></a>
      <h3>STEP 1: Is your computer ready?</h3>
      <p>Spring runs on Windows XP, Vista, and Linux Operating Systems.
In theory, it's compatible with earlier OSes,  but since we're
still beta, we'll call it "hit and miss". </p>
      <p>For native Linux Spring,  check out the <a href="http://spring.clan-sy.com/wiki/SetupGuide"
 title="Linux Setup Guide">Setup Guide</a> to see how to install it in your machine.</p>
      <p>You will need some kind of 3D hardware acceleration, an you should be sure you 
have the latest graphics card drivers  from your card's manufacturer). You
will also need <a
 href="http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm"
 class="external"
 title="http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm"
 rel="nofollow">DirectX</a><span class="urlexpansion">&nbsp;(<i>http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm</i>)</span>
installed (for windows installations). </p>
      <a name="STEP_2:_Download_the_Current_Installer"></a>
      <h3>STEP 2: Download the Current Installer</h3>
      <p><a href="http://spring.clan-sy.com/download.php"
 class="external" title="http://spring.clan-sy.com/download.php"
 rel="nofollow">Click Here</a><span class="urlexpansion">&nbsp;(<i>http://spring.clan-sy.com/download.php</i>)</span>
to go to the downloads page. Download the <b>Regular installer</b>
option. Run it and install it somewhere on your computer. In theory if,
at this point, you read the stuff in the "docs" folder, then you will
know what to do next. </p>
      <a name="STEP_3_Make_Sure_the_Game_Works_on_Your_Computer"></a>
      <h3>STEP 3 Make Sure the Game Works on Your Computer</h3>
      <p>Browse to the installation folder and double-click
"spring.exe".
Choose "yes" on the "do you want to be a server" dialog, choose the
"Commanders" script with the arrow keys and enter, choose a map with
the arrow keys and enter, press enter to force start the game. </p>
      <p>Don't bother going online until you figure out how to make
your
Commander build buildings and your buildings build units, and manage to
find and kill the other Commander on the map and get the "You Win"
message. </p>

<p>Spring supports AI plugins, which allow for external AI programs to be used. There is currently one AI included in the download, but you can find more singleplayer AIs on the AI forum. If you start the spring.exe application directly, you will get to choose between these Global AI's. You can also use the lobby client to create a battle with AI (Bots) in it.</p>

      <a name="Quick_Start"></a>
      <h1 style="color: rgb(255, 0, 0);">Game Controls</h1>
      <table style="page-break-before: always;" border="0"
 cellpadding="0" cellspacing="0" width="800">
        <tbody>
          <tr>
            <td colspan="6" width="800">
            <h2>Camera controls</h2>
            <p>Move the camera with the arrow keys or by placing the
mouse curser at the screen borders. Holding shift makes the camera move
faster, and holding ctrl makes it slower. Turn on mouselook with mouse
button 3 (or backspace). Use ctrl+mouse3 to toggle between the camera
modes available. </p>
            <h2>Key assignments</h2>
            <p>You can configure the assignment of keys by editing the
file uikeys.txt, and by running the Selectionkeys editor. These are the
default key bindings:</p>
            </td>
          </tr>
          <tr>
            <td rowspan="58" valign="top" width="5"><br>
            </td>
            <td colspan="2" width="234">
            <p><strong>Camera controls </strong> </p>
            </td>
            <td colspan="2" width="556">
            <p><strong>Function</strong></p>
            </td>
            <td rowspan="58" valign="top" width="5"><br>
            </td>
          </tr>
          <tr>
            <td colspan="4" width="790">
            <hr> </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Mouse 1</p>
            </td>
            <td colspan="2" width="556">
            <p>Selects units. Drag to select a group, double click to
select units of the same type. Gives order if a specific order has been
selected. </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Mouse 2 </p>
            </td>
            <td colspan="2" width="556">
            <p>Gives the default order for the unit </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Mouse 3 </p>
            </td>
            <td colspan="2" width="556">
            <p>Toggles mouse look </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Ctrl + Mouse 3</p>
            </td>
            <td colspan="2" width="556">
            <p>Toggles camera mode </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Arrow keys </p>
            </td>
            <td colspan="2" width="556">
            <p>Moves the camera </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Ctrl/shift</p>
            </td>
            <td colspan="2" width="556">
            <p>Increases/decreases camera movement speed </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Mousewheel</p>
            </td>
            <td colspan="2" width="556">
            <p>Moves the camera up/down </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>T&nbsp;</p>
            </td>
            <td colspan="2" width="556">
            <p>Track a selected unit</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>C</p>
            </td>
            <td colspan="2" width="556">
            <p>Take direct control of a selected unit</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>F3</p>
            </td>
            <td colspan="2" width="556">
            <p>Jump to last message location</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><br>
            </p>
            </td>
            <td colspan="2" width="556">
            <p><br>
            </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><strong>General</strong></p>
            </td>
            <td colspan="2" width="556">
            <p><strong>Function</strong></p>
            </td>
          </tr>
          <tr>
            <td colspan="4" width="790">
            <hr> </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>F1</p>
            </td>
            <td colspan="2" width="556">
            <p>Toggles color coding of the map according to terrain
elevation </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>F4</p>
            </td>
            <td colspan="2" width="556">
            <p>Toggles color coding of the map according to the metal
density</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>F12</p>
            </td>
            <td colspan="2" width="556">
            <p>Screenshot</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>+/-</p>
            </td>
            <td colspan="2" width="556">
            <p>Increases/decreases game speed </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Pause</p>
            </td>
            <td colspan="2" width="556">
            <p>Pauses the game </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Enter</p>
            </td>
            <td colspan="2" width="556">
            <p>Used to send chat messages </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>B</p>
            </td>
            <td colspan="2" width="556">
            <p>Toggles the display of debug information </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>&sect;/`&nbsp;</p>
            </td>
            <td colspan="2" width="556">
            <p>Draw stuff in map that you and allies can see
(mouse1=lines, mouse2=erase, mouse3=marker,doubleclick=named marker)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>H</p>
            </td>
            <td colspan="2" width="556">
            <p>Share Interface</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>L</p>
            </td>
            <td colspan="2" width="556">
            <p>Show los and radar info in map</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><br>
            </p>
            </td>
            <td colspan="2" width="556">
            <p><br>
            </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><strong>Unit groups</strong></p>
            </td>
            <td colspan="2" width="556">
            <p><strong>Function</strong></p>
            </td>
          </tr>
          <tr>
            <td colspan="4" width="790">
            <hr> </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>0-9</p>
            </td>
            <td colspan="2" width="556">
            <p>Select AI group 0-9 </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Ctrl + 0-9</p>
            </td>
            <td colspan="2" width="556">
            <p>Add current units to AI group 0-9 </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Q</p>
            </td>
            <td colspan="2" width="556">
            <p>Selects an unnamed group from which at least one unit is
selected </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Ctrl + Q </p>
            </td>
            <td colspan="2" width="556">
            <p>Creates an unnamed AI group or selects an AI for an
existing one </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift + Q </p>
            </td>
            <td colspan="2" width="556">
            <p>Deletes the current AI group </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><br>
            </p>
            </td>
            <td colspan="2" width="556">
            <p><br>
            </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><strong>Building buildings</strong></p>
            </td>
            <td colspan="2" width="556">
            <p><strong>Function</strong></p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <hr> </td>
            <td colspan="2" width="556">
            <hr> </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift+Drag mouse</p>
            </td>
            <td colspan="2" width="556">
            <p>Create a line of buildings</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift+Ctrl+Drag</p>
            </td>
            <td colspan="2" width="556">
            <p>Create an axis aligned line of buildings</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift+Ctrl+Click unit</p>
            </td>
            <td colspan="2" width="556">
            <p>Build a ring of buildings around existing unit</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift+Alt+Drag</p>
            </td>
            <td colspan="2" width="556">
            <p>Build a box of buildings</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Shift+Alt+Ctrl+Drag</p>
            </td>
            <td colspan="2" width="556">
            <p>Build a hollow box of buildings</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><br>
            </p>
            </td>
            <td colspan="2" width="556">
            <p><br>
            </p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><strong>Unit commands</strong></p>
            </td>
            <td colspan="2" width="556">
            <p><strong>Function</strong></p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <hr> </td>
            <td colspan="2" width="556">
            <hr> </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>M</p>
            </td>
            <td colspan="2" width="556">
            <p>Move (Ctrl=keep relative distances among selected)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>P</p>
            </td>
            <td colspan="2" width="556">
            <p>Patrol</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>A</p>
            </td>
            <td colspan="2" width="556">
            <p>Attack</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>S</p>
            </td>
            <td colspan="2" width="556">
            <p>Stop</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>X</p>
            </td>
            <td colspan="2" width="556">
            <p>Toggle on/off</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>Ctrl-D</p>
            </td>
            <td colspan="2" width="556">
            <p>Self destruct</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>G</p>
            </td>
            <td colspan="2" width="556">
            <p>Guard</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>K</p>
            </td>
            <td colspan="2" width="556">
            <p>Cloak</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>D</p>
            </td>
            <td colspan="2" width="556">
            <p>DGun</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>E</p>
            </td>
            <td colspan="2" width="556">
            <p>Reclaim (Can take an area)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>R</p>
            </td>
            <td colspan="2" width="556">
            <p>Repair (Can take an area)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>L</p>
            </td>
            <td colspan="2" width="556">
            <p>Load (Can take an area)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p>U</p>
            </td>
            <td colspan="2" width="556">
            <p>Unload (Can take an area)</p>
            </td>
          </tr>
          <tr>
            <td colspan="2" width="234">
            <p><br>
            </p>
            </td>
            <td colspan="2" width="556">
            <p><br>
            </p>
            </td>
          </tr>
          <tr>
            <td colspan="6" width="800">
            <h3>Tips</h3>
            </td>
          </tr>
          <tr>
            <td colspan="6" width="800">
            <p>The repeat order option can be very usefull. For example
if you want to make a factory output an unlimited amount of units or if
you want transport units to ferry units from one area to another
indefinitly. Holding the shift key while placing orders is another trick to make you more efficent. Spring is full of these kind of UI features, and aims to keep unnecessary micro to a minimum. If you have a fast computer, you should consider enabling LuaUI, and downloading some of the Lua Widgets that other users have made, such as IceUI, or the Idle Builder's widget. Spring's UI is very customizable (even the build menu layout can be changed in ctrlpanel.txt), so be sure not to miss out on these enhancements once you master the basics! </p>
            <p>Ballistic weapons(maybe also other later on) can now be
set to fire in a high trajectory which can be usefull to shot over
mountains etc but they will lose some accuracy. (we are not entirely
sure if we will keep this option or not)</p>
            </td>
          </tr>
        </tbody>
      </table>
      <p> </p>
      <a name="STEP_4:_Playing_Online_-_TASClient.exe"></a>
      <h3>STEP 4: Playing Online - TASClient.exe</h3>
      <p>Playing is quite simple. Just make sure you are connected to
the
internet, then double-click on the tasclient icon. Once
you are in the client app, you will need to use the options button at
the top of the window to set up an account. From there, just click the
little button in the upper left section of the screen to connect to the
server. Assuming your firewalls aren't excessively paranoid, it will
make a noise and you will be put into the main discussion channel. You
can then choose a game from the bottom pane, or chat in the top one. One of the first things you will find is that you are missing a lot of the mods or maps that other players have. All of the maps and mods (and Lua Scripts) are hosted on <a href="http://spring.jobjol.nl">JobJol</a>. Another thing to keep in mind: Experienced players often don't like playing with new players (and may kick you from the game or force you to spectate), as it isn't fun for either them or you, so it's best you find other new players to play with initally, and spectate some games with good players to see how they play. Watching replays of your losses is another good way to learn from your mistakes and improve as a player. Once you get the hang of things, you'll at least be able to hold your own against most players. </p>
      <a name="STEP_5:_Hosting_Online_-_TASClient.exe"></a>
      <h3>STEP 5: Hosting Online - TASClient.exe</h3>
      <p>In order to host a game, you must open the "Battle Window" by
clicking on the "Battle Screen" button. Once there, you will need to
click on the "Host battle" button. The bar at the top defines the
ammount of players you can have (2-16), next is the game's name,
followed by a dropdown box with a list of your currently installed
mods, the port the server will host on, and if you wish to lock your
server from outsiders- you can also add a password. </p>
      <p>You've started your game, people joined, and you started it!
Great! But, what if once you're ingame, everyone elses' name is stays
red for several mins? That means they were unable to connect to your
game. (oh noes) This normally means you have a firewall blocking access
to your computer from the outside. Consult <a
 href="http://www.portforward.com/routers.htm" class="external"
 rel="nofollow">http://www.portforward.com/routers.htm</a>
if you need to know how to open ports on your router. Choose any game
in the list, it doesn't matter, just be sure to use the port 8245,
instead of what the game's listing says to use. </p>
<!-- Saved in parser cache with key spring:pcache:idhash:1026-1!1!0!1!0!1!0!!en and timestamp 20051021034628 -->
      <div class="printfooter">
      <p>Retrieved from "<a
 href="http://spring.clan-sy.com/wiki/Getting_Started">http://spring.clan-sy.com/wiki/Getting_Started</a>"</p>
      </div>
      </div>
      </div>
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>