1
0

luanti.6 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .TH luanti 6 "2 February 2019" "" ""
  2. .SH NAME
  3. luanti, luantiserver \- voxel game engine
  4. .SH SYNOPSIS
  5. .B luanti
  6. [\fB--server SERVER OPTIONS\fR | \fBCLIENT OPTIONS\fR]
  7. [\fBCOMMON OPTIONS\fR]
  8. [\fBWORLD PATH\fR]
  9. .B luantiserver
  10. [\fBSERVER OPTIONS\fR]
  11. [\fBCOMMON OPTIONS\fR]
  12. [\fBWORLD PATH\fR]
  13. .SH DESCRIPTION
  14. .B Luanti (formerly Minetest) is a voxel game engine with easy modding and game creation.
  15. .SH COMMON OPTIONS
  16. .TP
  17. .B \-\-help
  18. Print allowed options and exit
  19. .TP
  20. .B \-\-version
  21. Print version information and exit
  22. .TP
  23. .B \-\-config <value>
  24. Load configuration from specified file
  25. .TP
  26. .B \-\-logfile <value>
  27. Set logfile path ('' for no logging)
  28. .TP
  29. .B \-\-info
  30. Print more information to console
  31. .TP
  32. .B \-\-verbose
  33. Print even more information to console
  34. .TP
  35. .B \-\-trace
  36. Print enormous amounts of information to console
  37. .TP
  38. .B \-\-quiet
  39. Print only errors to console
  40. .TP
  41. .B \-\-color <value>
  42. Colorize the logs ('always', 'never' or 'auto'), defaults to 'auto'
  43. .TP
  44. .B \-\-gameid <value> | list
  45. Set gameid or list available ones
  46. .TP
  47. .B \-\-worldname <value>
  48. Set world path by name
  49. .TP
  50. .B \-\-world <value>
  51. Set world path
  52. .TP
  53. .B \-\-worldlist path | name | both
  54. Get list of worlds ('path' lists paths, 'name' lists names, 'both' lists both)
  55. .TP
  56. .B \-\-map\-dir <value>
  57. Same as \-\-world (deprecated)
  58. .TP
  59. .B \-\-port <value>
  60. Set network port (UDP) to use
  61. .TP
  62. .B \-\-run\-unittests
  63. Run unit tests and exit
  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. .TP
  85. .B \-\-speedtests
  86. Run speed tests
  87. .SH SERVER OPTIONS
  88. .TP
  89. .B \-\-migrate <value>
  90. Migrate from current map backend to another. Possible values are sqlite3,
  91. leveldb, redis, postgresql, and dummy.
  92. .TP
  93. .B \-\-migrate-auth <value>
  94. Migrate from current auth backend to another. Possible values are sqlite3,
  95. leveldb, and files.
  96. .TP
  97. .B \-\-migrate-players <value>
  98. Migrate from current players backend to another. Possible values are sqlite3,
  99. leveldb, postgresql, dummy, and files.
  100. .TP
  101. .B \-\-migrate-mod-storage <value>
  102. Migrate from current mod storage backend to another. Possible values are
  103. sqlite3, dummy, and files.
  104. .TP
  105. .B \-\-terminal
  106. Display an interactive terminal over ncurses during execution.
  107. .SH ENVIRONMENT
  108. .TP
  109. .B MINETEST_GAME_PATH
  110. Colon delimited list of directories to search for games.
  111. .TP
  112. .B MINETEST_MOD_PATH
  113. Colon delimited list of directories to search for mods.
  114. .TP
  115. .B MINETEST_USER_PATH
  116. Path to Luanti user data directory.
  117. .SH BUGS
  118. Please report all bugs at https://github.com/minetest/minetest/issues.
  119. .SH AUTHOR
  120. .PP
  121. Perttu Ahola <celeron55@gmail.com> and contributors.
  122. .PP
  123. This man page was originally written by
  124. Juhani Numminen <juhaninumminen0@gmail.com>.
  125. .SH WWW
  126. http://www.minetest.net/