]> git.lizzy.rs Git - minetest.git/blob - doc/minetest.6
Fix more transparency issues with ogles2 driver (#8005)
[minetest.git] / doc / minetest.6
1 .TH minetest 6 "10 September 2013" "" ""
2
3 .SH NAME
4 minetest, minetestserver \- Multiplayer infinite-world block sandbox
5
6 .SH SYNOPSIS
7 .B minetest
8 [\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
9 [\fBCOMMON OPTIONS\fR]
10 [\fBWORLD PATH\fR]
11
12 .B minetestserver
13 [\fBSERVER OPTIONS\fR]
14 [\fBCOMMON OPTIONS\fR]
15 [\fBWORLD PATH\fR]
16
17 .SH DESCRIPTION
18 .B Minetest
19 is one of the first InfiniMiner/Minecraft(/whatever) inspired games (started October 2010), with a goal of taking the survival multiplayer gameplay to a slightly different direction.
20 .PP
21 The main design philosophy is to keep it technically simple, stable and portable. It will be kept lightweight enough to run on fairly old hardware.
22
23 .SH COMMON OPTIONS
24 .TP
25 .B \-\-help
26 Print allowed options and exit
27 .TP
28 .B \-\-version
29 Print version information and exit
30 .TP
31 .B \-\-config <value>
32 Load configuration from specified file
33 .TP
34 .B \-\-logfile <value>
35 Set logfile path (debug.txt)
36 .TP
37 .B \-\-info
38 Print more information to console
39 .TP
40 .B \-\-verbose
41 Print even more information to console
42 .TP
43 .B \-\-trace
44 Print enormous amounts of information to console
45 .TP
46 .B \-\-gameid <value>
47 Set gameid
48 .TP
49 .B \-\-worldname <value>
50 Set world path by name
51 .TP
52 .B \-\-world <value> | list
53 Set world path or list worlds
54 .TP
55 .B \-\-map\-dir <value>
56 Same as \-\-world (deprecated)
57 .TP
58 .B \-\-port <value>
59 Set network port (UDP) to use
60 .TP
61 .B \-\-run\-unittests
62 Run unit tests and exit
63
64 .SH CLIENT OPTIONS
65 .TP
66 .B \-\-address <value>
67 Address to connect to
68 .TP
69 .B \-\-go
70 Disable main menu
71 .TP
72 .B \-\-name <value>
73 Set player name
74 .TP
75 .B \-\-password <value>
76 Set password
77 .TP
78 .B \-\-password\-file <value>
79 Set password from contents of file
80 .TP
81 .B \-\-random\-input
82 Enable random user input, for testing (client only)
83 .TP
84 .B \-\-videomodes
85 List available video modes (client only)
86 .TP
87 .B \-\-speedtests
88 Run speed tests
89
90 .SH SERVER OPTIONS
91 .TP
92 .B \-\-migrate <value>
93 Migrate from current map backend to another. Possible values are sqlite3,
94 leveldb, redis, and dummy.
95 .TP
96 .B \-\-terminal
97 Display an interactive terminal over ncurses during execution.
98
99 .SH ENVIRONMENT
100 .TP
101 .B MINETEST_SUBGAME_PATH
102 Colon delimited list of directories to search for games.
103
104 .SH BUGS
105 Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
106
107 .SH AUTHOR
108 .PP
109 Perttu Ahola <celeron55@gmail.com>
110 and contributors.
111 .PP
112 This man page was originally written by
113 Juhani Numminen <juhaninumminen0@gmail.com>.
114
115 .SH WWW
116 http://www.minetest.net/
117