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
|
springlobby(6)
==============
:man source: Springlobby distribution
:man manual: Games
:date: 06/05/2017
Name
----
springlobby - A spring lobby
Synopsis
--------
*springlobby* [-nc|--no-crash-handler] [-cl|--console-logging] [-gl|--gui-logging] [-l|--log-verbosity 'NUM']
*springlobby* [-h|--help]
Description
-----------
Springlobby is a multiplayer / singleplayer lobby for spring.
Spring is a free Real Time Strategy (RTS) game engine originally designed to
play Total Annihilation ((C) 1997 Cavedog) content and evolved to a general rts
engine capable to run different kind of games (mods).
It is mainly designed around online multiplayer games but can be played in
single player mode against different AI.
Options
-------
*-h, --help*::
Prints the options help message and exits.
*-nc, --no-crash-handler*::
Don't use the crash handler (useful for debugging)
*-cl, --console-logging*::
Shows application log to the console(if available)
*-gl, --gui-logging*::
Enables application log window
*-l, --log-verbosity=*'NUM'::
Overrides default logging verbosity, can be:
0 - no log
1 - critical errors
2 - errors
3 - warnings (default)
4 - messages
5 - function trace
Files
-----
$HOME/.springlobby
Contain the path used by spring and springlobby to save downloaded files and temporary datas.
See also
--------
spring(6)
Homepage
--------
More information about the spring can be found on
link:http://www.springlobby.info
Author
------
Springlobby was written by the springlobby developers.
This manual page was written by Marco Amadori <marco.amadori@gmail.com>,
for the Debian project (and may be used by others).
|