1SPRING-DEDICATED(6) Games SPRING-DEDICATED(6)
2
3
4
6 spring-multithreaded - An open source RTS game engine - Multi-Threaded
7 Engine
8
10 spring-multithreaded [-f|--fullscreen] [-w|--window] [-x|--xresolution
11 SIZE] [-y|--yresolution SIZE] [-m|--minimise] [[-c|--client] |
12 [-s|--server]] [-p|--projectiledump] [-t|--textureatlas] [-n|--name
13 STRING] [-C|--config FILE]
14
15 spring-multithreaded --list-ai-interfaces
16
17 spring-multithreaded --list-skirmish-ais
18
19 spring-multithreaded [-h|--help]
20
21 spring-multithreaded [-V|--version]
22
24 Spring is a free Real Time Strategy (RTS) game engine, originally
25 designed to play Total Annihilation (© 1997 Cavedog) content. It has
26 since evolved into a general RTS engine, capable of running various
27 kind of games (mods).
28
29 It is mainly designed around online multiplayer games but can also be
30 played in single-player mode against AIs.
31
32 This is the engine version which runs graphics and simulation in two
33 separate threads. This may boost performance on multi-core systems. For
34 more details, please reffer to:
35
36 man spring
37
39 -h, --help
40 Print the options help message and exit
41
42 -V, --version
43 Display program version and exit
44
45 -f, --fullscreen
46 Run in fullscreen mode
47
48 -w, --window
49 Run in windowed mode
50
51 -x, --xresolution::SIZE Set X resolution
52
53 -y, --yresolution::SIZE Set Y resolution
54
55 -m, --minimise
56 Start minimised
57
58 -s, --server
59 Run as a server
60
61 -c, --client
62 Run as a client
63
64 -p, --projectiledump
65 Dump projectile class info into projectiles.txt
66
67 -t, --textureatlas
68 Dump each finalised textureatlas into textureatlasN.tga
69
70 -n, --name::NAME Set your player name
71
72 *-C, --config*::´FILE´
73 Configuration file
74
75 --list-ai-interfaces
76 Dump a list of available AI Interfaces to STDOUT
77
78 --list-skirmish-ais
79 Dump a list of available Skirmish AIs to STDOUT
80
82 spring(6)
83
85 More information about Spring can be found at link:http://springrts.com
86
88 Spring was written by the Spring developers.
89
90 This manual page was written by Marco Amadori
91 <marco.amadori@gmail.com[1]>, for the Debian project (and may be used
92 by others).
93
95 1. marco.amadori@gmail.com
96 mailto:marco.amadori@gmail.com
97
98
99
100Spring package 01/09/2011 SPRING-DEDICATED(6)