Updated PEQ Setup using XAMPP (markdown)

JJ 2013-12-21 16:11:45 -08:00
parent 6939d9cad9
commit a9fc237f0a

@ -30,5 +30,5 @@ This guide (still in progress) was created to help you set up a basic PEQ server
6. **Get the maps.** Your server will use the map files from EQ for in-game calculations. Currently, maps are stored at [Google Code] (http://code.google.com/p/eqemumaps). Using TortoiseSVN, checkout the maps folder to your \eqemu\Maps folder (yes, capital "M").
7. **Get the database editor.** PEQ uses [Google Code] (http://code.google.com/p/peqphpeditor/) to store the PEQ Database Editor. Using TortoiseSVN, checkout the editor into your xampp\htdocs\peqedit folder (or whatever you wish to call it).
8. **Get the .conf files.** In your source, you need to copy/move the .conf files to your \eqemu root folder. They are located at \source\Server\utils\patches. These files contain specific OPCODES your server needs to communicate with the clients.
9. **Configure the server settings.** You will need to have the [eqemu_config.xml] [eqemu_config.xml] file in your \eqemu root folder. Also, you can edit your server variables using the database editor.
10. **Take it for a test run.** It is a good idea to run each command one at a time the first time you launch your server to ensure you don't have any errors. Once you are sure everything works correctly, you can use [start.bat] [start.bat] to automate your server startup.
9. **Configure the server settings.** You will need to have the [[eqemu_config.xml]] file in your \eqemu root folder. Also, you can edit your server variables using the database editor.
10. **Take it for a test run.** It is a good idea to run each command one at a time the first time you launch your server to ensure you don't have any errors. Once you are sure everything works correctly, you can use [[start.bat]] to automate your server startup.