File: FAQ.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 (905 lines) | stat: -rw-r--r-- 49,579 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
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<!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>FAQ</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">Frequently Asked Questions<br>
      </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="#General_information">1
General information</a><br>
            </div>
            <div class="tocindent">
            <p><a href="#What_is_TA_Spring.3F">1.1 What is Spring?</a><br>
            <a href="#When_will_TA_Spring_be_ready.3F">1.2 When will Spring be ready?</a><br>
            <a href="#Will_TA_Spring_be_free.3F">1.3 Will Spring be
free?</a><br>
            <a href="#Why_can_I_edit_this_page.3F">1.4 Why can I edit
this page?</a><br>
            <a href="#I_want_to_help.2C_what_can_I_do.3F">1.5 I want to
help, what can I do?</a><br>
            <a href="#I_want_to_donate.">1.6 I want to donate.</a><br>
            <a href="#I_read_all_that_and_I_still_want_to_donate.">1.7
I read all that and I still want to donate.</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Technical">2 Technical</a><br>
            </div>
            <div class="tocindent">
            <p><a href="#What_port_numbers_does_TA_Spring_use.3F">2.1
What port numbers does Spring use?</a><br>
            <a href="#What_APIs_does_TA_Spring_use.3F">2.2 What APIs
does Spring use?</a><br>
            <a href="#What_language_is_TA_Spring_written_in.3F">2.3
What language is Spring written in?</a><br>
            <a href="#Is_TA_Spring_open_source.3F">2.4 Is Spring
open source?</a><br>
            <a href="#Is_there_any_documentation_for_the_source_code">2.5
Is there any documentation for the source code</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Requirements">3 Requirements</a><br>
            </div>
            <div class="tocindent">
            <p><a href="#What_platforms_will_TA_Spring_run_on.3F">3.1
What platforms will Spring run on?</a><br>
            <a
 href="#What_sort_of_a_system_will_I_need_to_run_TA_Spring.3F">3.2 What
sort of a system will I need to run Spring?</a><br>
            <a
 href="#Spring_says_I_need_the_GL_ARB_texture_env_combine_extension.2C_what_can_I_do.3F">3.3
Spring says I need the GL_ARB_texture_env_combine extension, what can I
do?</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Content">4 Content</a><br>
            </div>
            <div class="tocindent">
            <p><a href="#Do_TA_Spring_maps_need_a_.22ground.22.3F">4.1
Do Spring maps need a "ground"?</a><br>
            <a
 href="#You_stated_that_TA_Spring_uses_the_TA_unit_format.">4.2 You
stated that Spring uses the TA unit format.</a><br>
            <a
 href="#How_powerful_will_TA_Spring.27s_custom_format_be.3F">4.3 How
powerful will Spring's custom format be?</a><br>
            <a
 href="#Does_TA_Spring_have_a_limited_number_of_weapons.3F">4.4 Does Spring have a limited number of weapons?</a><br>
            <a
 href="#Does_TA_Spring_have_a_limited_number_of_unique_units.3F">4.5
Does Spring have a limited number of unique units?</a><br>
            <a href="#Will_units_have_a_maximum_of_3_unique_weapons.3F">4.6
Will units have a maximum of 3 unique weapons?</a><br>
            <a href="#I.27m_curious_as_to_the_per-unit_polygon_limit.">4.7
I'm curious as to the per-unit polygon limit.</a><br>
            <a
 href="#Will_units_be_able_to_perform_basic_terraforming.3F">4.8 Will
units be able to perform basic terraforming?</a><br>
            <a href="#Will_tunnel_building_be_possible.3F">4.9 Will
tunnel building be possible?</a><br>
            <a
 href="#Will_the_ground.27s_water_retention_be_editable.3F">4.10 Will
the ground's water retention be editable?</a><br>
            <a
 href="#Does_TA_Spring_have_a_limit_on_the_number_of_races.3F">4.11
Does Spring have a limit on the number of races?</a><br>
            <a
 href="#What_are_the_sizes_of_the_biggest_and_smallest_units.3F">4.12
What are the sizes of the biggest and smallest units?</a><br>
            <a
 href="#What_is_going_to_be_the_maximum_possible_sea_depth.3F">4.13
What is going to be the maximum possible sea depth?</a><br>
            <a href="#Will_TA_Spring_support_campaigns.3F">4.14 Will Spring support campaigns?</a><br>
            <a href="#How_big_will_the_TA_Spring_files_be.3F">4.15 How
big will the Spring files be?</a><br>
            <a href="#How_will_TA_Spring_render_sound_effects.3F">4.16
How will Spring render sound effects?</a><br>
            <a href="#Will_TA_Spring_have_ambient_sound.3F">4.17 Will
Spring have ambient sound?</a><br>
            <a href="#Will_there_be_an_AI_or_a_.22skirmish.22_mode.3F">4.18
Will there be an AI or a "skirmish" mode?</a><br>
            <a
 href="#Will_a_.22possess.22_or_a_FPS_option_be_present.3F">4.19 Will a
"possess" or a FPS option be present?</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Getting_into_a_game">5
Getting into a game</a><br>
            </div>
            <div class="tocindent">
            <p><a
 href="#People_talk_about_.27Single_Player.27._How_do_I_start_a_single_player_game.3F">5.1
People talk about 'Single Player'. How do I start a single player game?</a><br>
            <a
 href="#When_I_try_to_make_a_single_player_game.2C_it_gives_me_an_error.">5.2
When I try to make a single player game, it gives me an error.</a><br>
            <a href="#Does_TA_Spring_support_AI_Players.3F">5.3 Does Spring support AI Players?</a><br>
            <a
 href="#When_I_try_to_connect_to_the_lobby_it_gives_me_an_error.">5.4
When I try to connect to the lobby it gives me an error.</a><br>
            <a
 href="#I_have_a_router_and_I_don.27t_seem_to_be_able_to_get_a_game">5.5
I have a router and I don't seem to be able to get a game</a><br>
            <a href="#Where_can_I_download_more_maps.3F">5.6 Where can
I download more maps?</a><br>
            <a
 href="#I_used_the_small_installer_where_can_I_get_the_missing_maps.3F">5.7
I used the small installer where can I get the missing maps?</a><br>
            <a href="#How_do_I_install_downloaded_maps.3F">5.8 How do I
install downloaded maps?</a><br>
            <a
 href="#Sometimes_when_I_try_to_join_games_it_gives_me_an_error.">5.9
Sometimes when I try to join games it gives me an error.</a><br>
            <a href="#When_I_make_games_nobody_joins.">5.10 When I make
games nobody joins.</a><br>
            <a
 href="#When_a_multiplayer_game_starts_I_never_make_it_past_the_loading_screen.">5.11
When a multiplayer game starts I never make it past the loading screen.</a><br>
            <a
 href="#When_a_multiplayer_game_starts.2C_I_make_it_past_the_loading_screen.2C_but_when_I_get_into_the_game_it_says.2C_.22Waiting_for_Host.22.2C_and_does_a_10_second_countdown._It_always_reaches_zero_and_boots_me_out.2C_what_gives.3F">5.12
When a multiplayer game starts, I make it past the loading screen, but
when I get into the game it says, "Waiting for Host", and does a 10
second countdown. It always reaches zero and boots me out, what gives?</a><br>
            <a href="#I_got_into_the_game.2C_but_some_people_didn.27t.">5.13
I got into the game, but some people didn't.</a><br>
            <a
 href="#I_got_into_a_game_but_my_name_is_red.2C_nobody_can_hear_me_speak.2C_and_eventually_I_get_disconnected">5.14
I got into a game but my name is red, nobody can hear me speak, and
eventually I get disconnected</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Playing">6 Playing</a><br>
            </div>
            <div class="tocindent">
            <p><a
 href="#What_is_with_this_weird_right-click_mode.3F_I.27m_.27bout_to_break_my_keyboard.">6.1
What is with this weird right-click mode? I'm 'bout to break my
keyboard.</a><br>
            <a href="#Why_is_somebody_else_also_controlling_my_units.3F">6.2
Why is somebody else also controlling my units?</a><br>
            <a
 href="#Then_why_would_I_want_to_be_on_the_same_.27Team.27_as_somebody.3F">6.3
Then why would I want to be on the same 'Team' as somebody?</a><br>
            <a href="#How_do_I_talk_to_my_allies_only.3F">6.4 How do I
talk to my allies only?</a><br>
            <a
 href="#Help.21_After_I.27m_finished_driving_a_unit.2C_the_camera_is_all_insane.21_This_is_nuts.21_How_do_I_fix_it.3F">6.5
Help! After I'm finished driving a unit, the camera is all insane! This
is nuts! How do I fix it?</a><br>
            <a
 href="#After_I.27m_finished_driving_a_unit.2C_where_what_used_to_be_my_mouse_pointer_is_now_a_crosshair._Why.3F">6.6
After I'm finished driving a unit, where what used to be my mouse
pointer is now a crosshair. Why?</a><br>
            <a href="#But_I_don.27t_have_a_third_mouse_button.21">6.7
But I don't have a third mouse button!</a><br>
            <a
 href="#When_I_start_a_game.2C_I_am_stuck_in_this_weird_camera_mode_and_my_perspective_is_all_messed_up._How_do_I_switch_to_the_overhead_.28OTA_style.29_camera.3F">6.8
When I start a game, I am stuck in this weird camera mode and my
perspective is all messed up. How do I switch to the overhead (OTA
style) camera?</a><br>
            <a href="#People_are_cheating.21_How_do_I_stop_it.3F.21">6.9
People are cheating! How do I stop it?!</a><br>
            <a href="#Well_how_do_you_cheat.3F">6.10 Well how do you
cheat?</a><br>
            <a href="#In_Game_Commands">6.11 In Game Commands</a><br>
            <a href="#How_do_I_ally_or_unally_in_game.3F">6.12 How do I
ally or unally in game?</a><br>
            <a
 href="#How_do_I_give_somebody_units_or_metal_or_energy.3F">6.13 How do
I give somebody units or metal or energy?</a><br>
            <a
 href="#How_do_I_continually_give_somebody_metal_and.2For_energy_after_a_certain_point_.28i.e._Original_TA_commands_.2Bsetshare....2C_.2Bshareall.29.3F">6.14
How do I continually give somebody metal and/or energy after a certain
point (i.e. Original TA commands +setshare..., +shareall)?</a><br>
            <a
 href="#This_game_is_different_than_TA.2C_the_units_HP_and_damage_are_not_the_same">6.15
This game is different than TA, the units HP and damage are not the same</a><br>
            <a
 href="#XTA.3F_OTA.3F_AA.3F_OMFGLAMO.3F_What_those_all_the_abbreviations_mean.3F">6.16
XTA? OTA? AA? OMFGLAMO? What those all the abbreviations mean?</a><br>
            <a
 href="#Why_am_I_destroyed_so_easily_by_long_range_assaults.3F">6.17
Why am I destroyed so easily by long range assaults?</a><br>
            <a
 href="#Can_I_kick_people_from_my_.27game_lobby.27_or_my_game.3F">6.18
Can I kick people from my 'game lobby' or my game?</a><br>
            <a
 href="#When_I.27m_.27driving.27_my_commander.2C_why_can.27t_I_use_my_laser.3F">6.19
When I'm 'driving' my commander, why can't I use my laser?</a><br>
            <a
 href="#I_hate_driving_around_with_the_.27arrow_keys.27._Is_there_any_way_I_can_use_the_.27W-A-S-D.27_controls_.28the_controls_most_First_Person_Shooters_use.29_anymore.3F">6.20
I hate driving around with the 'arrow keys'. Is there any way I can use
the 'W-A-S-D' controls (the controls most First Person Shooters use)
anymore?</a><br>
            <a
 href="#I_turned_the_shadows_feature_on.3B_I_still_don.27t_see_shadows._What_gives.3F">6.21
I turned the shadows feature on; I still don't see shadows. What gives?</a><br>
            <a
 href="#I_can.27t_go_backwards_when_I_am_.27driving.27_a_unit._Why_not.3F">6.22
I can't go backwards when I am 'driving' a unit. Why not?</a><br>
            <a
 href="#I.27m_in_an_Unreal_Tournament_kind_of_mood._How_do_I_strafe.3F">6.23
I'm in an Unreal Tournament kind of mood. How do I strafe?</a><br>
            <a href="#How_can_I_record_and_watch_demos.2Freplays.3F">6.24
How can I record and watch demos/replays?</a><br>
            <a
 href="#Sometimes_when_I_play_get_.22not_sync.22_.22delayed_synch.22_errors">6.25
Sometimes when I play get "not sync" "delayed synch" errors</a><br>
            </p>
            </div>
            <div class="tocline"><a href="#Creating_Content_for_Spring">7
Creating Content for Spring</a><br>
            </div>
            <div class="tocindent">
            <p><a href="#How_do_I_create_maps">7.1 How do I create maps</a><br>
            </p>
            </div>
            </td>
          </tr>
        </tbody>
      </table>
      <a name="General_information"></a>
      <h2>General information</h2>
      <a name="What_is_TA_Spring.3F"></a>
      <h3>What is Spring?</h3>
      <p>Spring is a project to create the best RTS ever (no joke).
There are three principle goals which we hope to achieve. </p>
      <ol>
        <li> Reach a stage where Spring can flawlessly execute most
of Total Annihilation's original gameplay, with its original units in
an improved format (completed). </li>
        <li> Add new features as we see fit, fix bugs, and release new
versions when we feel it is appropriate to do so. </li>
        <li> Support the mod community as we see fit. </li>
      </ol>
      <a name="When_will_TA_Spring_be_ready.3F"></a>
      <h3>When will Spring be ready?</h3>
      <p>Now! You can get the latest version from the <a
 href="http://spring.clan-sy.com/download.php" class="external"
 title="http://spring.clan-sy.com/download.php" rel="nofollow">download
page</a><span class="urlexpansion"></span>. </p>
      <a name="Will_TA_Spring_be_free.3F"></a>
      <h3>Will Spring be free?</h3>
      <p>The core engine is released under GPL License. However, the modifications of Total Annihilation which use the engine are still under copyright restrictions. Therefore, you need to own the original TA game if you want to legally play them.
However the community is working hard on completely free
alternatives of game content (e.g. Gundam, Kernel Panic, Evolution, Spring: 1944, and Simbase).</p>
      <a name="Why_can_I_edit_this_page.3F"></a>
      <h3>Why can I edit this page?</h3>
      <p>This page, and several others, are located in the Spring <a
 href="http://en.wikipedia.org/wiki/Wiki" class="external"
 title="http://en.wikipedia.org/wiki/Wiki" rel="nofollow">Wiki</a><span
 class="urlexpansion"></span>.
The link gives a full explanation of what it is, but in short it is a
way of letting anyone who wants to contribute to the page content. This
can of course be abused, but even while it is easy for someone to
vandalise the page, it is just as easy for someone to restore it, since
the wiki saves all previous versions of a page. </p>
      <a name="I_want_to_help.2C_what_can_I_do.3F"></a>
      <h3>I want to help, what can I do?</h3>
      <p>Please look at the Messageboard. There are lots of things you
can do according to your skills. Almost anyone can help by reporting bugs to the forums and the <a href="http://spring.clan-sy.com/mantis/main_page.php">bug tracker</a>. Also anyone can help by treating other community members with respect, and reporting bad behavior to the moderators. Those with more specific skills, such as coding or artistic skills may one to help develop the spring engine or one of the many games that uses it. </p>
      <a name="I_want_to_donate."></a>
      <h3>I want to donate.</h3>
      <p>People have made clear their desire to donate to the project,
and so far, we have been fairly reluctant about accepting donations.
Our main concern? While we certainly hope to have something on the
level of a commercial release in the near future, there is no guarantee
that it will ever happen. Unforeseen events arise, and it would be most
unfortunate if everyone who donated felt swindled because the project
did not turn out as they had hoped. </p>
      <p>We do not plan to be more or less productive solely based upon
the quantity and frequency of donations received. The Spring project
is here only because we view this as an enjoyable hobby. </p>
      <p>Also, because we're such nice people, we'll let you view the
Source,
so you can help in making this game better than it already is (as
though that were possible). </p>
      <a name="I_read_all_that_and_I_still_want_to_donate."></a>
      <h3>I read all that and I still want to donate.</h3>
      <p>Very well then! You can find the required details <a
 href="http://spring.clan-sy.com/donate.php" class="external"
 title="http://spring.clan-sy.com/donate.php" rel="nofollow">here</a><span
 class="urlexpansion"></span>.
It will be much appreciated.&nbsp;:) </p>
      <hr> <a name="Technical"></a>
      <h2>Technical</h2>
      <a name="What_port_numbers_does_TA_Spring_use.3F"></a>
      <h3>What port numbers does Spring use?</h3>
      <p>Game uses port 8452 UDP by default, which can be changed in
the lobby. If you are behind a router, make sure you forward the
correct port first to the computer that is going to host and also make
sure firewall is not blocking it, or
else you won't be able to host games (you will still be able to join
others games though). </p>
      <a name="What_APIs_does_TA_Spring_use.3F"></a>
      <h3>What APIs does Spring use?</h3>
      <p>The Windows version of the program  uses: OpenGL for rendering, DirectSound for sound, and Winsock for
networking. </p>
      <p>The Linux version uses SDL/OpenGL for
rendering, OpenAL for sound (which will connect to DirectSound on
Windows and OSS or ALSA on Linux), BSD sockets for networking. </p>
      <a name="What_language_is_TA_Spring_written_in.3F"></a>
      <h3>What language is Spring written in?</h3>
      <p>The spring game engine is written in C and C++. The Windows
lobby client (TASClient) is written in Delphi, the lobby server is java.
Multi-platform lobby clients are made in C++ (<a
 href="http://springlobby.info">SpringLobby</a>) and java (<a href="http://www.darkstars.co.uk/"> AFLobby</a>). </p>
      <a name="Is_TA_Spring_open_source.3F"></a>
      <h3>Is Spring open source?</h3>
      <p>Yes, it is. Go to the <a
 href="http://spring.clan-sy.com/download.php" class="external"
 title="http://spring.clan-sy.com/download.php" rel="nofollow">downloads</a><span
 class="urlexpansion"></span>
section of the site to download the source code. </p>
      <p><br>
      </p>
      <a name="Is_there_any_documentation_for_the_source_code"></a>
      <h3>Is there any documentation for the source code</h3>
      <p>Yes, doxygen is used to automatically generate the <a
 href="http://spring.clan-sy.com/doxygen/" class="external"
 title="http://spring.clan-sy.com/doxygen/" rel="nofollow">documentation</a><span
 class="urlexpansion">.</span> </p>
      <a name="Requirements"></a>
      <h2>Requirements</h2>
      <a name="What_platforms_will_TA_Spring_run_on.3F"></a>
      <h3>What platforms will Spring run on?</h3>
      <p>At the moment, Spring runs both on Linux & Windows, some effords were
being made to port to OSX, but the port should be considered highly experimental.
We (the Spring Team) will not, however, port it ourselves at any time (in the
foreseeable future). There is simply no compelling reason for us to do
so. Additionally, we would like to focus on getting it to work well. </p>
      <a name="What_sort_of_a_system_will_I_need_to_run_TA_Spring.3F"></a>
      <h3>What sort of a system will I need to run Spring?</h3>
      <p>You will most certainly need a 3D graphics card to run Spring, which will probably require at least a GeForce3 (note that a
GeForce4 MX is not better than a GeForce3) and the latest driver
supported. Minimum CPU requirements are a little more complex. A more
powerful CPU will have the capability to support larger maps and a
greater maximum unit limit. A 1 GHz CPU should be able to support an
estimated 500 units. The needed memory will also vary with unit count
and map size, but 512 MB should be enough. However, 1024MB you should
already have, so it'll run fine </p>
      <p>REQUEST - please provide a small checkconfig.exe to check if
hardware is enough to run Spring. do you want thousands of useless
downloads&nbsp;? Yes. </p>
      <a
 name="Spring_says_I_need_the_GL_ARB_texture_env_combine_extension.2C_what_can_I_do.3F"></a>
      <h3>Spring says I need the GL_ARB_texture_env_combine extension,
what can I do?</h3>
      <p>If you encounter the error "Needed extension
GL_ARB_texture_env_combine not found", this means that your video card
driver does not support GL_ARB_texture_env_combine. You can try
downloading a new video driver from the manufacturers website
([www.ati.com], [www.nvidia.com], ...) If this doesn't solve the
problem then your video hardware is too old to support the extension.
Buy a new video card. </p>
      <p>EDIT: I am also having this problem with the geoforce 6800
ultra and I have the latest drivers. </p>
      <p>REQUEST&nbsp;: please name some working and non-working 3D
video cards. please give a value for minimum video memory&nbsp;: 32
Mo&nbsp;? 64 Mo&nbsp;? </p>
      <p>List of video cards supposingly supporting
GL_ARB_texture_env_combine&nbsp;: </p>
      <p><a
 href="http://www.delphi3d.net/hardware/extsupport.php?extension=GL_ARB_texture_env_combine"
 class="external" rel="nofollow">http://www.delphi3d.net/hardware/extsupport.php?extension=GL_ARB_texture_env_combine</a>
      </p>
      <p><br>
      </p>
      <hr>
      <p>Spring works in full screen,but cncounters the error "Needed
extension GL_ARB_texture_env_combine not found" when i try to run
spring.exe in window </p>
      <a name="Content"></a>
      <h2>Content</h2>
      <a name="Do_TA_Spring_maps_need_a_.22ground.22.3F"></a>
      <h3>Do Spring maps need a "ground"?</h3>
      <p>Spring maps do require a ground. We have had many requests
to have space maps, however, a "true" (ala Homeworld) space setting is
not likely. It would have to wait until a much later stage. This does
not mean that TA's style of "space" maps won't be possible, (see the
Final Frontier TC for examples of this). </p>
      <a name="You_stated_that_TA_Spring_uses_the_TA_unit_format."></a>
      <h3>You stated that Spring uses the TA unit format.</h3>
      <p>Spring does use the Total Annihilation unit format.
However, we do plan to make Spring compatible with a custom unit
format of our own design. </p>
      <a name="How_powerful_will_TA_Spring.27s_custom_format_be.3F"></a>
      <h3>How powerful will Spring's custom format be?</h3>
      <p>Total Annihilation's unit format was extremely limited. Most
of these limitations will either be expanded or non-existent in Spring's custom unit format. One of the most exciting improvements is
the introduction of an entirely new method of scripting, with nearly
complete control over every aspect of a unit's actions and behaviors. </p>
      <a name="Does_TA_Spring_have_a_limited_number_of_weapons.3F"></a>
      <h3>Does Spring have a limited number of weapons?</h3>
      <p>No. Unlike Total Annihilation, Spring's weapon IDs will be
unlimited. Meaning it will be possible to add as many third-party units
as you want. However, the current model format limits 16 weapons to
each unit. </p>
      <a name="Does_TA_Spring_have_a_limited_number_of_unique_units.3F"></a>
      <h3>Does Spring have a limited number of unique units?</h3>
      <p>No. Unit IDs, like weapon IDs, will be unlimited. </p>
      <a name="Will_units_have_a_maximum_of_3_unique_weapons.3F"></a>
      <h3>Will units have a maximum of 3 unique weapons?</h3>
      <p>Total Annihilation had a limitation that permitted a maximum
of 3 unique weapons per unit. Spring currently has a way to have 16
weapons per unit. (Replace Primary, Secondary, Tertiary by 1 2 3
...16). More can be made possible by modifying the source if there's a
sufficient demand by mod makers. </p>
      <a name="I.27m_curious_as_to_the_per-unit_polygon_limit."></a>
      <h3>I'm curious as to the per-unit polygon limit.</h3>
      <p>The engine itself does not have a polygon count limit. The
limit is that of the processing power of today's computers. Since Spring requires a 3D card, the maximum polygon count per unit will be
several times higher than Total Annihilation's. No real numbers yet
though. We're gonna leave it up to the mod community to figure that one
out. </p>
      <a name="Will_units_be_able_to_perform_basic_terraforming.3F"></a>
      <h3>Will units be able to perform basic terraforming?</h3>
      <p>Total Annihilation units probably won't have any terrain
editable functionality. Terraforming is now possible in the mod Complete Annihilation. Also, all construction units can restore ground. </p>
      <a name="Will_tunnel_building_be_possible.3F"></a>
      <h3>Will tunnel building be possible?</h3>
      <p>Subterranean areas of any sort is impossible. However, it is
possible to heavily deform the ground with explosives.. Which is great
fun! </p>
      <a name="Will_the_ground.27s_water_retention_be_editable.3F"></a>
      <h3>Will the ground's water retention be editable?</h3>
      <p>No. Water will always collect when a piece of land has a
height below sea level. </p>
      <a name="Does_TA_Spring_have_a_limit_on_the_number_of_races.3F"></a>
      <h3>Does Spring have a limit on the number of races?</h3>
      <p>Spring has no limit on the total number of sides/races. </p>
      <a name="What_are_the_sizes_of_the_biggest_and_smallest_units.3F"></a>
      <h3>What are the sizes of the biggest and smallest units?</h3>
      <p>Static units (buildings, defenses, etc.) have no size
limitations in the engine. Technically, neither do mobile units, but
units with a footprint larger than 4x4 "squares" (an arbitrary size
standard created by Cavedog) might have problems pathfinding. </p>
      <a name="What_is_going_to_be_the_maximum_possible_sea_depth.3F"></a>
      <h3>What is going to be the maximum possible sea depth?</h3>
      <p>For all practical purposes, it will be unlimited. The depth
values are stored as "float variables", so it is doubtful that maps
would ever be made which even come close to approaching the limit. </p>
      <a name="Will_TA_Spring_support_campaigns.3F"></a>
      <h3>Will Spring support campaigns?</h3>
      <p>Basic Map scripting has been implemented, using a Lua
scripting engine. From that, it would be possible to make a basic
campain, but for ease of use a better way of selecting scripts and an
improved Single player menu is needed. </p>
      <a name="How_big_will_the_TA_Spring_files_be.3F"></a>
      <h3>How big will the Spring files be?</h3>
      <p>Spring will be as small as however much content is included
with it. The "essential" files (engine files mostly) are only about 10MB. Content (such as maps and units)  add
considerable size to the Spring download. </p>
      <a name="How_will_TA_Spring_render_sound_effects.3F"></a>
      <h3>How will Spring render sound effects?</h3>
      <p>Sound is rendered 3D, meaning that the volume and direction
(assuming a multi-speaker setup) vary with the location of the camera
from the sound "emitter". What this translates into gameplay terms
means that the closer you are to a unit making a sound or motion, the
louder the sound will be. Additionally, the sound will be heard
differently depending on which way the camera is facing relative to
units making sound. </p>
      <a name="Will_TA_Spring_have_ambient_sound.3F"></a>
      <h3>Will Spring have ambient sound?</h3>
      <p>There is no ambient sound, and we haven't planned on adding it
thus far. </p>
      <a name="Will_there_be_an_AI_or_a_.22skirmish.22_mode.3F"></a>
      <h3>Will there be an AI or a "skirmish" mode?</h3>
      <p>We have created an interface for AI's, and there are several in a current usable state and more under development. Be Careful about the AI mod requirements since some requies configuarion scripts in order to play and some might be compatible with only a restricted number of mods.</p>
      <a name="Will_a_.22possess.22_or_a_FPS_option_be_present.3F"></a>
      <h3>Will a "possess" or a FPS option be present?</h3>
      <p>Yes, it is possible to fully control a unit from the first
person view. It is more of a gimmick, but it still allows for a nice
diversion once in a while. </p>
      <hr> <a name="Getting_into_a_game"></a>
      <h2>Getting into a game</h2>
      <a
 name="People_talk_about_.27Single_Player.27._How_do_I_start_a_single_player_game.3F"></a>
      <h3>People talk about 'Single Player'. How do I start a single
player game?</h3>
      <p>Go into your Spring folder and find the 'Spring.exe' file.
Double click on it and say 'yes' to host. </p>
      <a
 name="When_I_try_to_make_a_single_player_game.2C_it_gives_me_an_error."></a>
      <h3>When I try to make a single player game, it gives me an error.</h3>
      <p>Your graphics card probably can't support Spring. If you read
the requirements it did say GeForce 3 or better. Go to the settings
file in your Spring directory and lower some of the options.
Sometimes that works. </p>
      <a name="Does_TA_Spring_support_AI_Players.3F"></a>
      <h3>Does Spring support AI Players?</h3>
      <p>We have created an interface for AI's, and there are several in a current usable state and more under development. Be Careful about the AI mod requirements since some requies configuarion scripts in order to play and some might be compatible with only a restricted number of mods</p>
      <a name="When_I_try_to_connect_to_the_lobby_it_gives_me_an_error."></a>
      <h3>When I try to connect to the lobby it gives me an error.</h3>
      <p>There could be 3 problems. Either you don't have an account,
the server is down, or you have not configured your router/firewall
correctly. If you don't have an account, make one. If the server is
down, you'll just have to wait (this doesn't happen often, though). If
you have a router/firewall read below. Have a look at this website's
News page and/or the Messageboard, it is likely that you will get some
information there in the eventuality that the server is down. Also make sure that you don't have any spaces in your
username. </p>
      <a
 name="I_have_a_router_and_I_don.27t_seem_to_be_able_to_get_a_game"></a>
      <h3>I have a router and I don't seem to be able to get a game</h3>
      <p>If you are using a router you may have other problems.
Explanations of <a href="http://www.portforward.com/routers.htm"
 class="external" title="http://www.portforward.com/routers.htm"
 rel="nofollow">how to forward ports</a><span class="urlexpansion">&nbsp;(<i>http://www.portforward.com/routers.htm</i>)</span>
has instructions for every router. </p>
      <a name="Where_can_I_download_more_maps.3F"></a>
      <h3>Where can I download more maps?</h3>
      <p>Almost the totality of the Spring downloads can be found at the host
      <a href="http://spring.jobjol.nl" class="external">JobJol</a></p>
      <p><a name="How_do_I_install_downloaded_maps.3F"></a></p>
      <h3>How do I install downloaded maps?</h3>
      <p>Most maps are released as .sdz or .sd7 files. These can be put
directly into the "maps" folder inside the Spring folder. If they are
compressed into another type of archive you will have to unpack them
first. Just unzip them into your spring maps folder. Some map files use
newer (smaller) file formats such as .rar or .7z, to unzip these newer
formats, you'll need to download 7-Zip <a href="http://www.7-zip.org/"
 class="external" rel="nofollow">http://www.7-zip.org/</a> or
Zip-genius <a href="http://downloads.zipgenius.it/" class="external"
 rel="nofollow">http://downloads.zipgenius.it/</a>. They both handle
almost all formats and are totally free. There is also now a map
browser in the TASClient lobby software, click the more maps button in
a battle screen to access it. </p>
      <a name="Sometimes_when_I_try_to_join_games_it_gives_me_an_error."></a>
      <h3>Sometimes when I try to join games it gives me an error.</h3>
      <p>The host is behind a firewall that has not opened the correct
ports for Spring. </p>
      <a name="When_I_make_games_nobody_joins."></a>
      <h3>When I make games nobody joins.</h3>
      <p>You are probably behind a firewall. See question above. </p>
      <a
 name="When_a_multiplayer_game_starts_I_never_make_it_past_the_loading_screen."></a>
      <h3>When a multiplayer game starts I never make it past the
loading screen.</h3>
      <p>This indicates a problem with your video card. Once again the
best way to deal with this situation is to make sure your video card
has the latest driver updates and that all Spring video features are on
the lowest settings. </p>
      <a
 name="When_a_multiplayer_game_starts.2C_I_make_it_past_the_loading_screen.2C_but_when_I_get_into_the_game_it_says.2C_.22Waiting_for_Host.22.2C_and_does_a_10_second_countdown._It_always_reaches_zero_and_boots_me_out.2C_what_gives.3F"></a>
      <h3>When a multiplayer game starts, I make it past the loading
screen, but when I get into the game it says, "Waiting for Host", and
does a 10 second countdown. It always reaches zero and boots me out,
what gives?</h3>
      <p>This is a firewall issue. There are three things you can do to
fix this. First, make sure your windows firewall is either off, or is
not blocking the TA: Spring application. Secondly, if you are behind a
router, you can forward the ports that the host is using (especially if
you are the host), and it usually fixes the problem. To do this you
must go to your router configuration page. You can see what port 'you'
are using (as the host), by hosting a multiplayer game in the Spring
Lobby. You must make this your trigger port, and make sure that it is
open for both TCP and UDP. Thirdly, if none of the aforementioned
worked. The easiest thing to do (assuming you are behind a router) is
to set the DMZ (Demilitarized Zone). This means your computer will be
completely exposed to the internet, which will make you vulnerable to
any unknown or unpatched exploits in windows. All you have to do is
find the personal IP if the computer you are using and add it to your
router's DMZ list. Please only try this last option if you can't get
the others to work.
Good Luck </p>
      <a name="I_got_into_the_game.2C_but_some_people_didn.27t."></a>
      <h3>I got into the game, but some people didn't.</h3>
      <p>The host may have reached the number of players it has set.
Or the players may be experiencing firewall or video card difficulty.
That is not your fault. Please ask them too leave if they are still
there when you get into the 'game lobby'. </p>
      <a
 name="I_got_into_a_game_but_my_name_is_red.2C_nobody_can_hear_me_speak.2C_and_eventually_I_get_disconnected"></a>
      <h3>I got into a game but my name is red, nobody can hear me
speak, and eventually I get disconnected</h3>
      <p>This is to do with how long it takes the game to start up (the
"load time"). If it takes too long you will see this problem. The load
time can be reduced by changing the game graphics settings to lower
quality. In particular try setting texture quality to lowest. </p>
      <hr> <a name="Playing"></a>
      <h2>Playing</h2>
      <a
 name="What_is_with_this_weird_right-click_mode.3F_I.27m_.27bout_to_break_my_keyboard."></a>
      <h3>What is with this weird right-click mode? I'm 'bout to break
my keyboard.</h3>
      <p>Sorry, you'll just have to get used to it. As of now it can't
be changed. </p>
      <a name="Why_is_somebody_else_also_controlling_my_units.3F"></a>
      <h3>Why is somebody else also controlling my units?</h3>
      <p>In the 'game lobby' there are two sets of teams. There are the
'Teams' and the 'Ally Teams'. If you are on the same 'Team', then you
both get the same commander, and can control the same units. If you are
on 'Ally Teams', then you both get different commanders and can't
control each others units. </p>
      <a
 name="Then_why_would_I_want_to_be_on_the_same_.27Team.27_as_somebody.3F"></a>
      <h3>Then why would I want to be on the same 'Team' as somebody?</h3>
      <p>Because it's fun to just drive around units and not have to
worry about commanding. (Assuming that one of the people on the team is
commanding.) </p>
      <a name="How_do_I_talk_to_my_allies_only.3F"></a>
      <h3>How do I talk to my allies only?</h3>
      <p>You must type 'a:' before you speak. Here's an example: a: Now
I am talking to my allies only.<br>
And most important, you can split tasks, as base building, troops
managment. </p>
      <a
 name="Help.21_After_I.27m_finished_driving_a_unit.2C_the_camera_is_all_insane.21_This_is_nuts.21_How_do_I_fix_it.3F"></a>
      <h3>Help! After I'm finished driving a unit, the camera is all
insane! This is nuts! How do I fix it?</h3>
      <p>Whoa now. Calm down. Just press ctrl + mouse button 3 to
change camera modes. If your unit is destroyed in FPS mode, you will
stay in FPS mode until you change camera modes. Also, the camera will
stay in "free look" when FPS mode is disengaged, press middle-mouse or
J to switch to normal scrolling. </p>
      <a
 name="After_I.27m_finished_driving_a_unit.2C_where_what_used_to_be_my_mouse_pointer_is_now_a_crosshair._Why.3F"></a>
      <h3>After I'm finished driving a unit, where what used to be my
mouse pointer is now a crosshair. Why?</h3>
      <p>-This is a special 'view mode' that allows you to move around
the screen much faster. It's good for viewing the battle or getting
screenshots. Simply press on your third mouse button to revert back to
your mouse pointer. </p>
      <a name="But_I_don.27t_have_a_third_mouse_button.21"></a>
      <h3>But I don't have a third mouse button!</h3>
      <p>The key 'J' works in the same way as the 'middle mouse button'
does. So where you would use ctrl + middle mouse button to change
camera modes, ctrl + j does the same thing. Pressing J once will also
switch you from 'crosshair mode' to 'pointer mode' and vice versa. </p>
      <a
 name="When_I_start_a_game.2C_I_am_stuck_in_this_weird_camera_mode_and_my_perspective_is_all_messed_up._How_do_I_switch_to_the_overhead_.28OTA_style.29_camera.3F"></a>
      <h3>When I start a game, I am stuck in this weird camera mode and
my perspective is all messed up. How do I switch to the overhead (OTA
style) camera?</h3>
      <p>This happens when you start a single player game or when the
host uses force start. Shift+Backspace (or Shift+J or
Shift+MiddleMouseClick) switches between the fps style, total war style
and OTA style cameras. Use it to get your camera back to normal in this
situation. </p>
      <p><br>
      </p>
      <p>&nbsp;</p>
      <a name="Well_how_do_you_cheat.3F"></a>
      <h3>Well how do you cheat?</h3>
      <table border="3" cellpadding="2" cellspacing="0">
        <tbody>
          <tr>
            <th>Cheat Command</th>
            <th>Effect</th>
          </tr>
          <tr>
            <td><b>.cheat</b></td>
            <td><b>enable cheats - Cheats don't work in multiplayer
until the host types this</b></td>
          </tr>
          <tr>
            <td>.nocost</td>
            <td>instabuild (doesn't work on things already under
construction, only on new ones)</td>
          </tr>
          <tr>
            <td>.setmaxspeed 50</td>
            <td>Changes the maximum speed multiplier (default is 3.0)</td>
          </tr>
          <tr>
            <td>.setminspeed 0</td>
            <td>Changes the minimum speed multiplier (default is 0.3)</td>
          </tr>
          <tr>
            <td>.spectator</td>
            <td>Allows you to see the entire map... but you lose
control of your units</td>
          </tr>
          <tr>
            <td>.team 0, .team 1, etc.</td>
            <td>Change player</td>
          </tr>
          <tr>
            <td>.give ARMCOM, .give 10 CORKROG, etc.</td>
            <td>Place 1 or specified number of specified unit. Valid
units are the internal names of units as specified in the unit
definition.</td>
          </tr>
        </tbody>
      </table>
      <a name="In_Game_Commands"></a>
      <h3>In Game Commands</h3>
      <p>The following <i>non-cheating</i> commands are also available
in game: </p>
      <table border="3" cellpadding="2" cellspacing="0">
        <tbody>
          <tr>
            <th>Command</th>
            <th>Effect</th>
          </tr>
          <tr>
            <td>.info</td>
            <td>Shows you what colour each player is and their ping
delay in the bottom left corner of the screen</td>
          </tr>
          <tr>
            <td>.clock</td>
            <td>Shows you the elapsed game time in minutes and seconds
in the bottom left corner of the screen</td>
          </tr>
          <tr>
            <td>.take</td>
            <td>Pulls all allied units, that are owned by players who
have lost connection to the server, to your team.</td>
          </tr>
        </tbody>
      </table>
      <a name="How_do_I_ally_or_unally_in_game.3F"></a>
      <h3>How do I ally or unally in game?</h3>
      <p>I'm pretty sure you can't. Yet. </p>
      <a name="How_do_I_give_somebody_units_or_metal_or_energy.3F"></a>
      <h3>How do I give somebody units or metal or energy?</h3>
      <p>Press the 'H' key. Then select the amount of metal and/or
energy to share. Then select the receiving player and press OK. </p>
      <p>When sharing units, you must first select the units to share,
then press 'H' key. Tick share units checkbox and choose a receiving
player. </p>
      <a
 name="How_do_I_continually_give_somebody_metal_and.2For_energy_after_a_certain_point_.28i.e._Original_TA_commands_.2Bsetshare....2C_.2Bshareall.29.3F"></a>
      <h3>How do I continually give somebody metal and/or energy after
a certain point (i.e. Original TA commands +setshare..., +shareall)?</h3>
      <p>You'll notice that on your metal and energy bars (top of
screen), there are two red bars. You have to put them wherever you want
your metal and energy to be shared after. </p>
      <a
 name="This_game_is_different_than_TA.2C_the_units_HP_and_damage_are_not_the_same"></a>
      <h3>This game is different than TA, the units HP and damage are
not the same</h3>
      <p>There were several third party "balance" mods for the original
TA game. </p>
      <p>One of those mods were xTA, and was developed by the same clan
(SY) that has brought life back to TA, making Spring. </p>
      <p>This balance mod is what is bundled by default with the spring
engine, and is the mod that was ready to play when spring was released.
      </p>
      <p>Now are several mods available and some of them not related to Total Annihilation, install the mod of your
choice. </p>
      <p> For a comprehensive repository of mods, visit
      <a href="http://spring.jobjol.nl/search.php" class="external">JobJol search</a>,
      and choose <i>mods</i> under <i>Subcategory</i>.
      </p>
      <a
 name="XTA.3F_OTA.3F_AA.3F_OMFGLAMO.3F_What_those_all_the_abbreviations_mean.3F"></a>
      <h3>XTA? OTA? AA? OMFGLAMO? What those all the abbreviations mean?</h3>
      <p>zwzsg maintains a handy dandy FAQ about TA, and the
abbreviations that relate to Spring too, of course. <a
 href="http://www.tauniverse.com/forum/showthread.php?t=27309"
 class="external"
 title="http://www.tauniverse.com/forum/showthread.php?t=27309"
 rel="nofollow">click here</a><span class="urlexpansion">&nbsp;(<i>http://www.tauniverse.com/forum/showthread.php?t=27309</i>)</span>.
See also the Spring <a href="http://spring.clan-sy.com/wiki/Glossary"
 title="Glossary">Glossary</a>,
which contains brief explanations for all non-standard words and
phrases. </p>
      <a name="Why_am_I_destroyed_so_easily_by_long_range_assaults.3F"></a>
      <h3>Why am I destroyed so easily by long range assaults?</h3>
      <p>This is a realistic feature of Spring. Units will
automatically attack 'radar blips' (units that they can not actually
see, but that are indicated on radar). However, the accuracy is very
bad while shooting at radar blips until: </p>
      <ul>
        <li> Your unit kills a lot of units and gets experience </li>
        <li> You get a targeting facility. </li>
      </ul>
      <a name="Can_I_kick_people_from_my_.27game_lobby.27_or_my_game.3F"></a>
      <h3>Can I kick people from my 'game lobby' or my game?</h3>
      <p>First of all, you have to be the host to kick. Use the good
old ".kick playernamehere" command. Works in-game too, use it wisely. </p>
      <a
 name="When_I.27m_.27driving.27_my_commander.2C_why_can.27t_I_use_my_laser.3F"></a>
      <h3>When I'm 'driving' my commander, why can't I use my laser?</h3>
      <p>The TA: Spring team will most likely add a way for you to use
your commander's laser soon. </p>
      <a
 name="I_hate_driving_around_with_the_.27arrow_keys.27._Is_there_any_way_I_can_use_the_.27W-A-S-D.27_controls_.28the_controls_most_First_Person_Shooters_use.29_anymore.3F"></a>
      <h3>I hate driving around with the 'arrow keys'. Is there any way
I can use the 'W-A-S-D' controls (the controls most First Person
Shooters use) anymore?</h3>
      <p>Go into your Spring directory and edit the uikeys file. Keep
in mind that 'S' is originally a 'hot-key' that will stop your units
and that 'D' is a 'hot-key' for your commander's D-Gun. You might want
to change those too. </p>
      <a
 name="I_turned_the_shadows_feature_on.3B_I_still_don.27t_see_shadows._What_gives.3F"></a>
      <h3>I turned the shadows feature on; I still don't see shadows.
What gives?</h3>
      <p>Your graphics card can't handle shadows, so Spring
automatically turns them off. </p>
      <a
 name="I_can.27t_go_backwards_when_I_am_.27driving.27_a_unit._Why_not.3F"></a>
      <h3>I can't go backwards when I am 'driving' a unit. Why not?</h3>
      <p>Because TA units were never intended to go backwards. Sorry. </p>
      <a
 name="I.27m_in_an_Unreal_Tournament_kind_of_mood._How_do_I_strafe.3F"></a>
      <h3>I'm in an Unreal Tournament kind of mood. How do I strafe?</h3>
      <p>You can only strafe in 'brawler type' ships, such as the
brawler, rapier, and light gunships. </p>
      <a name="How_can_I_record_and_watch_demos.2Freplays.3F"></a>
      <h3>How can I record and watch demos/replays?</h3>
      <p>From version 0.62 onwards recordings of all the games you play
are easily available for replay via the Replays button in the
TASclient. </p>
      <p>You can use the Speed up/Slow down game keys while watching
the replay, along with other in-game commands like .team </p>
      <p>From version 0.60b1 onwards, demos are automatically recorded
in the "demos" folder, underneath your Spring folder (default is
C:\Program Files\spring\demos), named for the date and map they were
played on. If you play multiple games in the same day on the same map,
the games will also be numbered to prevent them from overwriting each
other. </p>
      <p>From version 0.62 onwards, to view a demo from the Windows
file manager you can just double click the file name. For versions 0,60
and 0.61, to view a demo start spring.exe as non server and enter the
full demo name as server address ("050803-Ashpen-0.60b1.sdf" for
example). Note that you don't need to enter the "demos" folder name.
Due to the large font, you will find that the name is too big to fit on
the screen. If you're confident typing blind from memory, that's OK.
Otherwise go into windows explorer, select the demo file you want,
press F2, Ctrl-C, and do Ctrl-V to paste it into the server address. </p>
      <p>For versions prior to 0.60b1, the game was always recorded to
test.sdf which is overwritten by each new game, so the name had to be
changed by hand if you wanted to save it. You had to use a name other
than test.sdf to view a demo. </p>
      <a
 name="Sometimes_when_I_play_get_.22not_sync.22_.22delayed_synch.22_errors"></a>
      <h3>Sometimes when I play get "not sync" "delayed synch" errors</h3>
      <p>Thats caused because of lag. One of the players in the game is
having some lag issues. Ask him/her to free up its bandwidth for the
game to use. </p>
      <p>Alternatively you can use the pause key and wait till the
connection gets more stable. </p>
      <p>Lag is the seccond number showed when you use the .info
command ingame, numbers biguer than 40 are not usual in a normal game
and are a signal of lag. </p>
      <p><br>
      </p>
      <a name="Creating_Content_for_Spring"></a>
      <h2>Creating Content for Spring</h2>
      <a name="How_do_I_create_maps"></a>
      <h3>How do I create maps</h3>
      <p>See this page: <a
 href="http://spring.clan-sy.com/wiki/Create_maps" title="Create maps">Create
maps</a> </p>
      <hr><!-- Saved in parser cache with key spring:pcache:idhash:935-1!1!0!1!0!1!0!!en and timestamp 20051022114250 -->
      <div class="printfooter">
      <p>Retrieved from "<a href="http://spring.clan-sy.com/wiki/FAQ">http://spring.clan-sy.com/wiki/FAQ</a>"<br>
. </p>
      </div>
      </div>
      </div>
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>