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
|
= DDNet-Server(6)
DDNet Contributors
v1.0.0
// User defined variables
:ddnet-version: 11.7.2
// man page variables
:doctype: manpage
:man manual: DDNet Server Manual
:man source: DDNet Server
:man version: {ddnet-version}
:page-layout: base
:man-linkstyle: pass:[blue R < >]
== NAME
DDNet-Server - Starts the DDNet server.
== SYNOPSIS
*DDNet-Server* [_OPTION_]... [-f _CONFIG_FILE_]...
== DESCRIPTION
DDraceNetwork (DDNet) is an actively maintained version of *DDRace*,
a *Teeworlds* modification with a unique cooperative gameplay.
== EXAMPLES
*DDNet-Server* -f myfile.cfg
*DDNet-Server* -f myfile.cfg -f myfile2.cfg
*DDNet-Server* \'sv_register 0' \'sv_name "Nameless Server"'
== Options
=== Configuration file
*-f* _CONFIGURATION_FILE_::
Load _CONFIGURATION_FILE_ instead of default _autoexec_server.cfg_
=== Other options
All options can be found here: https://ddnet.org/settingscommands/
== RESOURCES
- *Website*: https://ddnet.org/
- *RSS*: https://ddnet.org/feed/
- *Forum*: https://forum.ddnet.org/
- *Discord*: https://ddnet.org/discord
- *Source*: https://github.com/ddnet/ddnet
== REPORTING BUGS
Report any issues here: https://github.com/ddnet/ddnet/issues
== CONTRIBUTING
You can contribute by opening a pull request here: https://github.com/ddnet/ddnet/pulls
== COPYRIGHT
Free use of this software is granted under the terms of the MIT License.
You can read the license here: https://github.com/ddnet/ddnet/blob/master/license.txt
|