readme-dp.txt 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Copyright 2005-2008 L2J-DataPack team
  2. This file is part of the L2J-DataPack.
  3. L2J-DataPack is free software; you can redistribute it and/or modify it under
  4. the terms of the GNU General Public License as published by the Free Software
  5. Foundation; either version 3 of the License, or (at your option) any later
  6. version.
  7. L2J-DataPack is distributed in the hope that it will be useful, but WITHOUT ANY
  8. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. PARTICULAR PURPOSE. See the GNU General Public License for more details.
  10. You should have received a copy of the GNU General Public License along with
  11. L2J-DataPack; if not, write to the Free Software Foundation, Inc., 51 Franklin
  12. St, Fifth Floor, Boston, MA 02110-1301 USA
  13. L2J-Datapack SVN Build:
  14. Project Website: http://www.l2jdp.com
  15. Project Forum: http://www.l2jdp.com/forum
  16. Wiki: http://www.l2jdp.com/trac/wiki
  17. Download: Our wiki contain directives for you to get the latest datapack
  18. revision either from nightly builds or via Subversion.
  19. IRC: irc.freenode.net #l2j-datapack
  20. L2J-Datapack is *NOT* L2J. L2J is *NOT* L2J-Datapack. Comments, questions,
  21. suggestions etc. should be directed to the appropriate forums.
  22. Any given datapack copy you get, is designed/optimized to work with an specific
  23. L2J build. Ensure your core and datapack revisions match each other.
  24. This readme assumes a basic understanding of MySQL commands and internals, SQL
  25. queries, or at least familiarity with a MySQL frontend. This readme will not
  26. teach you how to install MySQL nor will it teach you to use MySQL or any MySQL
  27. frontend. This readme is for the sole purpose of providing a brief overview of
  28. how to either install or upgrade the data in your database.
  29. Installation:
  30. All users: Copy all the datapack content to your gameserver directory/folder.
  31. (for example C:\L2J\gameserver for Win users, /opt/l2j/gameserver for *nix)
  32. You'd know if you are doing it right if you're being asked about overwriting
  33. the data folder and/or its content, since L2J core includes a basic skeleton of
  34. it. It's safe to answer 'yes' at this point.
  35. For new L2J databases or existing databases where you want to delete character
  36. and account information: Create your loginserver and gameserver databases so they
  37. match the loginserver.properties and server.properties settings respectively (the
  38. default for both is 'l2jdb'.)
  39. Method 1: run database_installer.bat for windows users, or database_installer.sh for
  40. linux/unix users.
  41. Method 2: Select your database and run all the batch scripts in the sql folder
  42. For existing L2J databases where you want to keep character and account
  43. information:
  44. Method 1: Run database_installer.bat for windows users, or
  45. database_installer.sh for linux/unix users. Choose (u)pgrade when asked.
  46. Method 2: Select your database and run all the batch scripts in the
  47. sql folder that correspond to tables in your database that are missing or you
  48. want to upgrade.
  49. IMPORTANT: There may also be changes altering table structures, if you need such
  50. an update after some certain changeset, you should run the relevant SQL sequence from
  51. /sql/updates/. Database_installer tool will provide a way for you to execute them all.
  52. -the l2j-datapack team
  53. L2JDP, Copyright (C) 2005-2008 L2JDP comes with ABSOLUTELY NO WARRANTY. This is
  54. free software, and you are welcome to redistribute it under certain conditions.