~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to .pc/0006-fix-spelling-error.patch/doc/manpages/spring-headless.6.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
spring-dedicated(6)
 
2
===================
 
3
:man source:  Spring package
 
4
:man manual:  Games
 
5
 
 
6
 
 
7
Name
 
8
----
 
9
spring-headless - An open source RTS game engine - Head-Less Engine
 
10
 
 
11
 
 
12
Synopsis
 
13
--------
 
14
*spring-headless* [[-c|--client] | [-s|--server]] [-p|--projectiledump] [-n|--name 'STRING'] [-C|--config 'FILE']
 
15
 
 
16
*spring-headless* --list-ai-interfaces
 
17
 
 
18
*spring-headless* --list-skirmish-ais
 
19
 
 
20
*spring-headless* [-h|--help]
 
21
 
 
22
*spring-headless* [-V|--version]
 
23
 
 
24
 
 
25
Description
 
26
-----------
 
27
Spring is a free Real Time Strategy (RTS) game engine, originally designed to
 
28
play Total Annihilation ((C) 1997 Cavedog) content.
 
29
It has since evolved into a general RTS engine, capable of running various
 
30
kind of games (mods).
 
31
 
 
32
It is mainly designed around online multiplayer games but can also be played in
 
33
single-player mode against AIs.
 
34
 
 
35
This is the engine version without graphics or sound output.
 
36
It still runs the full simulation, while spring-dedicated basically
 
37
only redirects network traffic.
 
38
It is usefull for testing and simulating AI only games at high speeds
 
39
on systems without graphics and sound output support.
 
40
For more details, please reffer to:
 
41
 
 
42
  man spring
 
43
 
 
44
Options
 
45
-------
 
46
*-h, --help*::
 
47
  Print the options help message and exit
 
48
 
 
49
*-V, --version*::
 
50
  Display program version and exit
 
51
 
 
52
*-s, --server*::
 
53
  Run as a server
 
54
 
 
55
*-c, --client*::
 
56
  Run as a client
 
57
 
 
58
*-p, --projectiledump*::
 
59
  Dump projectile class info into projectiles.txt
 
60
 
 
61
*-n, --name*::'NAME'
 
62
  Set your player name
 
63
 
 
64
 *-C, --config*::'FILE'
 
65
  Configuration file
 
66
 
 
67
*--list-ai-interfaces*::
 
68
  Dump a list of available AI Interfaces to STDOUT
 
69
 
 
70
*--list-skirmish-ais*::
 
71
  Dump a list of available Skirmish AIs to STDOUT
 
72
 
 
73
See also
 
74
--------
 
75
 
 
76
spring(6)
 
77
spring-dedicated(6)
 
78
 
 
79
Homepage
 
80
--------
 
81
 
 
82
More information about Spring can be found at
 
83
link:http://springrts.com
 
84
 
 
85
Author
 
86
------
 
87
Spring was written by the Spring developers.
 
88
 
 
89
This manual page was written by Marco Amadori <marco.amadori@gmail.com>,
 
90
for the Debian project (and may be used by others).