!!!! ReadMe !!!!.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Included Software and Versions
  2. MariaDB(mysql) -- 10.4.12 (https://downloads.mariadb.org/)
  3. Unrar -- 5.90 (https://www.rarlab.com/)
  4. Wget(windows) -- 1.20.3 (https://eternallybored.org/misc/wget/)
  5. HeidiSql -- 11.0.0 (https://www.heidisql.com)
  6. Zeklabs.com EQ2emu -- Git Live (http://cutpon.com:3000/devn00b/EQ2EMu)
  7. The default password for MYSQL root user is blank (Localhost only).
  8. The user/password for Login and Mysql is eq2emu/eq2emu.
  9. ** Please note that this version of the EQ2Emulator CAN NOT connect to the main EQ2EMu login server. This is due to our updated encryption method
  10. EQ2EMu currently uses MD5 (Weak) and we use SHA512 (Quite Strong). We are working to bring the main EQ2EMu project uptodate in this regard.**
  11. I have included HeidiSQL to the installer, you can use this to do any database edits required (such as GM powers and such).
  12. Configuration Options.
  13. Server Update Options:
  14. In file launch.bat you will find the following options (All Default 1 Except EXEUPDATE):
  15. SQLUPDATE - Update the database (1 on 0 off). *** THIS WILL ERASE ALL CHARACTERS ***
  16. EXEUPDATE - Update the Loginserver/Worldserver to the most recent build (1 on 0 off).
  17. LUAUPDATE - Update the LUA Scripts (1 on 0 off).
  18. MAPUPDATE - Update the 3d Maps/Navmesh (1 on 0 off).
  19. SENDBUGS - Sends bug reports (created in game with /bug) to zeklabs.com.
  20. STRUCTCHK - Check for updated structs. This is forced on with EXE updates enabled. (1 on 0 off)
  21. Server Options:
  22. In LoginServer.ini You can set your server name Worldname=<Your Server Name>. Default Login Server Username/Password is eq2emu/eq2emu.
  23. Mysql Options (Optional):
  24. In file my-large.ini(mariadb\bin\ directory), Set thread_concurrency = to number of cpu's * 2. So if you have 8cores set it to 16. The
  25. default is thread_concurrency = 2 (4 cores).
  26. Options File.
  27. Inside the server directory (Default C:\EQ2EMu-Zeklabs) there is a file called options running it will give you the following choices
  28. 1) Update SQL. (SAME AS SQLUPDATE=1)
  29. 2) Update LUA. (SAME AS LUAUPDATE=1
  30. 3) Update EXEs. (SAME AS EXEUPDATE=1)
  31. 4) Update MAPs. (SAME AS MAPUPDATE=1)
  32. 5) Update Structs. (SAME AS STRUCTCHK=1)
  33. 6) Update Startup Script. (This will update LAUNCH EQ2EMU.bat)
  34. 7) Full Rebuild (update DB/LUA/SQL/MAPS after delete. This will take a long time).