README.txt 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. THE MANA PLUS CLIENT
  2. ===============
  3. Version: 1.9.3.23 Date: 2019-03-23
  4. Development team:
  5. - See AUTHORS file for a list
  6. Build status:
  7. ManaPlus CI: https://git.themanaworld.org/mana/plus/badges/master/pipeline.svg
  8. Windows: https://gitlab.com/themanaworld/manaplus/docker-windows-builder/badges/master/pipeline.svg
  9. AppImg: https://gitlab.com/themanaworld/manaplus/appimg-builder/badges/master/pipeline.svg
  10. deb: https://gitlab.com/themanaworld/manaplus/appimg-builder/badges/master/pipeline.svg
  11. Coverage: https://git.themanaworld.org/mana/plus/badges/master/coverage.svg
  12. Doxygen: http://stats.manaplus.org/docs/index.html
  13. Coverity: https://scan.coverity.com/projects/manaplus
  14. Dependencies:
  15. - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework), SDL_gfx
  16. - libxml2 or pugixml or tinyxml2 (XML parsing and writing)
  17. - libcurl (HTTP downloads)
  18. - libpng (save screenshots)
  19. - zlib (Archives)
  20. Optional dependencies:
  21. - gettext (translations)
  22. Embedded libs:
  23. - catch and doctest for unit testing.
  24. - nvwa for debug memory leaks.
  25. - SaferCPlusPlus for debug issues in std::vector usage.
  26. Additiona run time deps:
  27. - xsel (for clipboard access, used only in SDL 1.2)
  28. - xdg-open (from xdg-utils, for open url in browser)
  29. Images and fonts sources:
  30. - data/icons
  31. - data/fonts/src
  32. 0. Index
  33. --------
  34. 1. Account
  35. 2. Commands
  36. 3. Skills
  37. 4. Support
  38. 5. License
  39. 1. Account
  40. ----------
  41. To create an account you can usually press the "Register" button after
  42. choosing your server. When this doesn't work, visit the website of the server
  43. you'd like to register on, since they may be using an online registration
  44. form instead.
  45. 2. Commands
  46. -----------
  47. KEYBOARD:
  48. Use arrow keys to move around. Other keys:
  49. - Ctrl attack
  50. - F1 toggle the online help
  51. - F2 toggle profile window
  52. - F3 toggle inventory window
  53. - F4 toggle equipment window
  54. - F5 toggle skills window
  55. - F6 toggle minimap
  56. - F7 toggle chat window
  57. - F8 toggle shortcut window
  58. - F9 show setup window
  59. - F10 toggle debug window
  60. - Alt + 0-9,-, etc show emotions.
  61. - S sit down / stand up.
  62. - F toggle debug pathfinding feature (change map mode)
  63. - P take screenshot
  64. - R turns on anti-trade function.
  65. - A target nearest monster
  66. - H hide all non-sticky windows
  67. - Z pick up item
  68. - Enter focus chat window / send message
  69. MOUSE:
  70. Left click to execute default action: walk, pick up an item, attack a monster
  71. and talk to NPCs (be sure to click on their feet). Right click to show up a
  72. context menu. Holding [Left Shift] prevents from walking when attacking.
  73. /Commands:
  74. Whispers:
  75. - /closeall close all whispers.
  76. - /ignoreall add all whispers to ignore list.
  77. - /msg NICK text
  78. - /whisper NICK text
  79. - /w NICK text send whisper message to nick.
  80. - /query NICK
  81. - /q NICK open new whisper tab for nick.
  82. Actions:
  83. - /help show small help about chat commands. /target NICK - select nick as target. Can be monster or player nick.
  84. - /outfit N wear outfit number N.
  85. - /outfit next wear next outfit.
  86. - /outfit prev wear previous outfit.
  87. - /emote N use emotion number N.
  88. - /away
  89. - /away MSG set away mode.
  90. - /follow NICK start follow mode.
  91. - /imitation NICK start imitation mode.
  92. - /heal NICK heal nick.
  93. - /move X Y move to X,Y position in short distance.
  94. - /navigate x y move to position x,y in current map in any distance.
  95. - /mail NICK MSG send offline message to NICK. Working only in tmw server.
  96. - /disconnect quick disconnect from server.
  97. - /attack attack target.
  98. - /undress NICK remove all clothes from nick. Local effect only.
  99. Trade:
  100. - /trade NICK start trade with nick.
  101. - /priceload load shop price from disc.
  102. - /pricesave save shop price to disc.
  103. Player relations:
  104. - /ignore NICK add nick to ignore list.
  105. - /unignore NICK Remove nick from ignore list.
  106. - /friend NICK
  107. - /befriend NICK add nick to friends list.
  108. - /disregard NICK add nick to disregarded list.
  109. - /neutral NICK add nick to neutral relation list.
  110. - /erase NICK add nick to erased list.
  111. - /clear clear current chat tab.
  112. - /createparty NAME create party with selected name.
  113. - /me text send text to chat as /me command in irc.
  114. Debug:
  115. - /who print online players number to chat.
  116. - /all show visible beings list in debug tab.
  117. - /where print current player position to chat.
  118. - /cacheinfo show text cache info.
  119. - /dirs show client directories in debug window.
  120. Other:
  121. - /help Displays the list of commands
  122. - /announce broadcasts a global msg(Gm Cammand only)
  123. - /who shows how many players are online
  124. - /where displays the map name your currently on
  125. 4. Support
  126. ----------
  127. If you're having issues with this client, feel free to report them to us.
  128. You can report on forum (http://forums.themanaworld.org/viewforum.php?f=12),
  129. bugtracker (https://git.themanaworld.org/mana/plus/issues/) or IRC on irc.freenode.net in the #germantmw channel.
  130. If you have feedback about a specific game that uses the ManaPlus client, be sure
  131. to contact the developers of the game instead.
  132. 5. Licenses
  133. -----------
  134. All code in this repository under GPL 2+ license. Art can be under CC-BY-SA or GPL 2+.
  135. Github, Bitbucked or other non free hostings may use strange TOS what may violate this licenses.
  136. If any of this hostings want to violate GPL or/and CC-BY-SA licenses,
  137. they not have any rights to do so.
  138. This hostings have rights to remove ManaPlus repositories if they want violate given licenses.
  139. ManaPlus main repository hosted on https://gitlab.com/manaplus/manaplus/