diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 12:35:59 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 12:35:59 +0200 |
commit | 5f3bae699caca8f8682c57df2912744ebc4f1424 (patch) | |
tree | c577f50cb35c4ef1362961927a7b4e709c8a951b /docs | |
parent | 1931eb352bd6db3e12285d7fde1e1be886fefa11 (diff) | |
download | mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.gz mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.bz2 mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.xz mana-5f3bae699caca8f8682c57df2912744ebc4f1424.zip |
Updated FAQ and removed some outdated win32 release information
The still relevant release information was moved to the wiki.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.txt | 55 | ||||
-rw-r--r-- | docs/win32-release.txt | 40 |
2 files changed, 31 insertions, 64 deletions
diff --git a/docs/FAQ.txt b/docs/FAQ.txt index b214672e..17860836 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -6,28 +6,31 @@ HELP Q: How to get help? A: The fastest way is to come on our IRC channel. There you can find a lot of - nice people that will help you until you solve your problem. Server: - irc.freenode.net Channel: #themanaworld. + nice people that will help you until you solve your problem. + + Server: irc.freenode.net Channel: #themanaworld. + If you don't like IRC just come to our forums: - http://forums.themanaworld.org. Ok, do you think forums are evil? Don't - worry, send me an e-mail at elvenprogrammer@gmail.com and you're done. - That's not enough? No, I won't give you my phone number! ;P + + http://forums.themanaworld.org. + + Ok, do you think forums are evil? Don't worry, send us an e-mail at + themanaworld-devel@lists.sourceforge.net and you're done. That's not enough? + No, we don't share our phone numbers! ;P + GAME Q: I always get "Unregistered ID" error message, why? -A: First of all check that your username is at least 4 characters long. Is the - first time you login? Have you registered an account? If not use the - "Register" button in game. If you already succesfully connected before, but - now you're getting this message, please send an e-mail to - elvenprogrammer@gmail.com. - +A: Is the first time you login? Have you registered an account? If not use the + "Register" button. If you already succesfully connected before, but now + you're getting this message, please get in touch (see "How to get help"). 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 elvenprogrammer@gmail.com. + your username. Otherwise just get in touch (see "How to get help"). Q: How can I talk to NPCs? @@ -43,22 +46,23 @@ A: Check your inventory, if you've got lots of stuff probably you're carrying 50% of your maximum weight. -SVN +Git -Q: What's SVN? +Q: What's Git? A: It's a system where is stored the latest development version. It's not - assured that it's stable, but surely it has the latest updates. (SVN version + assured that it's stable, but surely it has the latest updates. (Git version is updated quite frequently). If you want to check it out, read this guide - http://themanaworld.org/svn-tutorial.txt + + http://wiki.themanaworld.org/index.php/Git DEVELOPMENT Q: When will the next version be released? -A: We have scheduled releases. Usually a new release is available every month. - Check http://themanaworld.org/ for further info. +A: We don't have scheduled releases, but usually a new release is available + every few months. Check http://themanaworld.org/ for further info. Q: How can I contribute? @@ -66,16 +70,19 @@ Q: How can I contribute? A: There are a lot of ways: - If you're a programmer, an artist or just willing to help in any way, you - can become part of the development team. Send an e-mail to - elvenprogrammer@gmail.com explaining what you want to do, or join our irc - channel: #themanaworld @ irc.freenode.net. + can become part of the development team. Join our irc channel: + + #themanaworld @ irc.freenode.net. + + There's also a wiki page about how to get involved: + + http://wiki.themanaworld.org/index.php/Joining_the_project - You can donate money. Follow the link on the project page: - http://sourceforge.net/projects/themanaworld/ + http://sourceforge.net/projects/themanaworld/ - You can be a beta tester. Just play The Mana World and report every - error to the tracker or on the forum. + error to the bug tracker or on the forum. - Play with The Mana World: more players, more fun! Simple as that! ;-) - diff --git a/docs/win32-release.txt b/docs/win32-release.txt deleted file mode 100644 index a8696897..00000000 --- a/docs/win32-release.txt +++ /dev/null @@ -1,40 +0,0 @@ --------------------------------------- -THE MANA WORLD WIN32 RELEASE CHECKLIST --------------------------------------- - -Every Win32 releaser should follow this checklist when creating a new package. - -- Update version fields in Project -> Project Options -> Version Info - * Version details - * File version - * Product version - * Eventually Legal Copyright -- Update README and ChangeLog if not already -- Compile OpenGL version (Using -DUSE_OPENGL option) and rename the executable - from tmw.exe to tmw_opengl.exe -- Compile normal version (Do not use special flags as __DEBUG or USE_OPENGL) -- Check if the dlls were compressed (SDL.dll, SDL_Image.dll, SDL_Mixer.dll) -- Check config.xml for default values: - <?xml version="1.0"?> - <configuration> - <option name="chatlog" value="chatlog.txt"/> - <option name="guialpha" value="0.8"/> - <option name="host" value="server.themanaworld.org"/> - <option name="hwaccel" value="0"/> - <option name="port" value="6901"/> - <option name="remember" value="0"/> - <option name="screen" value="0"/> - <option name="sfxVolume" value="100"/> - <option name="musicVolume" value="60"/> - <option name="sound" value="1"/> - <option name="username" value="player"/> - </configuration> - - Update install script (the most recent version can be found at - http://themanaworld.homeip.net/tmw/setup.nsi) - * !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. - |