1SPRING(6)                            Games                           SPRING(6)
2
3
4

NAME

6       spring - An open source RTS game engine - Default Engine
7

SYNOPSIS

9       spring [-f|--fullscreen] [-w|--window] [-x|--xresolution SIZE]
10       [-y|--yresolution SIZE] [-m|--minimise] [[-c|--client] | [-s|--server]]
11       [-p|--projectiledump] [-t|--textureatlas] [-n|--name STRING]
12       [-C|--config FILE]
13
14       spring --list-ai-interfaces
15
16       spring --list-skirmish-ais
17
18       spring [-h|--help]
19
20       spring [-V|--version]
21

DESCRIPTION

23       Spring is a free Real Time Strategy (RTS) game engine, originally
24       designed to play Total Annihilation (© 1997 Cavedog) content. It has
25       since evolved into a general RTS engine, capable of running various
26       kind of games (mods).
27
28       It is mainly designed around online multiplayer games but can also be
29       played in single-player mode against AIs.
30

OPTIONS

32       -h, --help
33           Print the options help message and exit
34
35       -V, --version
36           Display program version and exit
37
38       -f, --fullscreen
39           Run in fullscreen mode
40
41       -w, --window
42           Run in windowed mode
43
44       -x, --xresolution::SIZE Set X resolution
45
46       -y, --yresolution::SIZE Set Y resolution
47
48       -m, --minimise
49           Start minimised
50
51       -s, --server
52           Run as a server
53
54       -c, --client
55           Run as a client
56
57       -p, --projectiledump
58           Dump projectile class info into projectiles.txt
59
60       -t, --textureatlas
61           Dump each finalised textureatlas into textureatlasN.tga
62
63       -n, --name::NAME Set your player name
64
65           *-C, --config*::´FILE´
66            Configuration file
67
68       --list-ai-interfaces
69           Dump a list of available AI Interfaces to STDOUT
70
71       --list-skirmish-ais
72           Dump a list of available Skirmish AIs to STDOUT
73

DATA DIR

75       Data directories are searched for content, and among other things, may
76       contain: *cache *mods *maps *AI
77
78       When running the engine, it may use multiple data directories, but it
79       will use only a single one of them as writeable, to write cache & log
80       files to.
81

FILES

83           ~/.spring/
84
85       The default data-directory (see section DATA DIR).
86
87           ~/.springrc
88
89       Contains the users settings for the engine, for things like graphic and
90       sound.
91
92           /etc/spring/datadir
93
94       Contains the : separated paths to additional data-dirs (see section
95       DATA DIR).
96

SEE ALSO

98       spring-dedicated(6)
99

HOMEPAGE

101       More information about Spring can be found at link:http://springrts.com
102

AUTHOR

104       Spring was written by the Spring developers.
105
106       This manual page was written by Marco Amadori
107       <marco.amadori@gmail.com[1]>, for the Debian project (and may be used
108       by others).
109

NOTES

111        1. marco.amadori@gmail.com
112           mailto:marco.amadori@gmail.com
113
114
115
116Spring package                    01/09/2011                         SPRING(6)
Impressum