minetest.6 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .\" Minetest man page
  2. .TH minetest 6 "10 September 2013" "" ""
  3. .SH NAME
  4. minetest \- Multiplayer infinite-world block sandbox
  5. .SH SYNOPSIS
  6. .B minetest
  7. [ OPTION ... ]
  8. .SH DESCRIPTION
  9. .B Minetest
  10. 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.
  11. .PP
  12. 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.
  13. .SH OPTIONS
  14. .TP
  15. \-\-address <value>
  16. Address to connect to
  17. .TP
  18. \-\-config <value>
  19. Load configuration from specified file
  20. .TP
  21. \-\-disable\-unittests
  22. Disable unit tests
  23. .TP
  24. \-\-enable\-unittests
  25. Enable unit tests
  26. .TP
  27. \-\-gameid <value>
  28. Set gameid
  29. .TP
  30. \-\-go
  31. Disable main menu
  32. .TP
  33. \-\-help
  34. Show allowed options
  35. .TP
  36. \-\-version
  37. Show version information
  38. .TP
  39. \-\-logfile <value>
  40. Set logfile path (debug.txt)
  41. .TP
  42. \-\-map\-dir <value>
  43. Same as \-\-world (deprecated)
  44. .TP
  45. \-\-name <value>
  46. Set player name
  47. .TP
  48. \-\-password <value>
  49. Set password
  50. .TP
  51. \-\-port <value>
  52. Set network port (UDP) to use
  53. .TP
  54. \-\-random\-input
  55. Enable random user input, for testing
  56. .TP
  57. \-\-server
  58. Run dedicated server
  59. .TP
  60. \-\-speedtests
  61. Run speed tests
  62. .TP
  63. \-\-videomodes
  64. List available video modes
  65. .TP
  66. \-\-info
  67. Print more information to console
  68. .TP
  69. \-\-verbose
  70. Print even more information to console
  71. .TP
  72. \-\-trace
  73. Print enormous amounts of information to console
  74. .TP
  75. \-\-world <value>
  76. Set world path
  77. .TP
  78. \-\-migrate <value>
  79. Migrate from current map backend to another. Possible values are sqlite3
  80. and leveldb. Only works when using --server.
  81. .SH ENVIRONMENT VARIABLES
  82. .TP
  83. MINETEST_SUBGAME_PATH
  84. Colon delimited list of directories to search for subgames.
  85. .SH BUGS
  86. Please report all bugs to Perttu Ahola <celeron55@gmail.com>.
  87. .SH AUTHOR
  88. .PP
  89. Perttu Ahola <celeron55@gmail.com>
  90. and contributors.
  91. .PP
  92. This man page was originally written by
  93. Juhani Numminen <juhaninumminen0@gmail.com>.
  94. .SH WWW
  95. http://www.minetest.net/
  96. .SH "SEE ALSO"
  97. .BR minetestserver(6)