diff options
-rw-r--r-- | README | 40 | ||||
-rw-r--r-- | docs/FAQ.txt | 15 | ||||
-rw-r--r-- | docs/win32-release.txt | 3 |
3 files changed, 27 insertions, 31 deletions
@@ -1,32 +1,11 @@ THE MANA WORLD ============== - Version: 0.0.11.2 Date: 8/4/2005 + Version: 0.0.12 Date: ?/5/2005 Development team: - - - Elven Programmer (Admin) - - Hammerbear (Admin) - - kth5 (Programmer) - - Ultramichy (Game server admin) - - Rotonen (Background story and music) - - Kyokai (Game systems design) - - Bertram (Programmer) - - zenogais (Programmer) - - Special thanks: - - - Sull (Linux Developer) - - Neorice (Pixel Artist) - - natsuki (Win32 Developer) - - Genis (Win32 Developer) - - RRC (Graphic Designer) - - necromus (Pixel Artist) - - LordNev (Artist) - - jui-feng for helping in server development and php scripts. - - SimEdw (Programmer) - - Ti Sing Hao (Music) + - See AUTHORS file for a list Powered by: @@ -52,22 +31,21 @@ demo and development purposes. 2. Commands ----------- -Use arrow keys to move around and the right mouse button over NPC's feet to -talk to them. Other keys: +Use arrow keys (or left mouse button) to move around and the right mouse button +over NPC's feet to talk to them. Other keys: - Left Ctrl attack - Alt + 0-9 show emotions - F1 take a screenshot - F5 sit down / stand up - F6 toggle debug pathfinding feature -- F7 play levelup sound -- F11 raise volume -- F12 lower volume -- G get item +- F7 play test sound +- G pick up item - Enter focus chat window / send message - Alt + K show skills - Alt + S show stats - Alt + I show inventory - Alt + E show equipment -- Alt + N show new skill window in development -- Ctrl + F switch windowed / fullscreen +- Alt + C show setup window + +Please read docs/faq.txt if you're having troubles. diff --git a/docs/FAQ.txt b/docs/FAQ.txt index a5989731..27ac9e4a 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -43,6 +43,21 @@ Q: I always get "Wrong password" but I'm sure I typed it right, why? A: If is the first time you login be sure you're not adding _M at the end of your username. Else please send an e-mail to umperio@users.sourceforge.net. +Q: How can I talk to NPCs? + +A: Did you read README? Are you really sure? If not go read it and you'll find + all the known commands. If you notice the README is not up to date/wrong, + please report it to the developers. + +Q: I just typed /<command> in the chat window and then I saw "Your account has + been banished until ..." and TMW closed. Now when I try to log in nothing + happens? + +A: That's because /<commands> are not implemented at the moment of writing. + Please avoid using such commands (i.e. /help) until they're added. + Anyway the ban is temp, just wait some minutes and you should be able to + connect again. + DEVELOPMENT diff --git a/docs/win32-release.txt b/docs/win32-release.txt index af43d38b..8ef87d07 100644 --- a/docs/win32-release.txt +++ b/docs/win32-release.txt @@ -33,4 +33,7 @@ Every Win32 releaser should follow this checklist when creating a new package. * !define PRODUCT_VERSION * OutFile * all the required files (install/uninstall) + - Test the script with a fresh installation (uninstall and delete + previous installations). Test also uninstall process to check if + it removes all the files.
\ No newline at end of file |