Google code is dead.

JJ 2015-04-26 14:26:46 -04:00
parent 9b57430da3
commit aea8cd00fb

@ -73,11 +73,11 @@ Configuring done
* **Get the database.** PEQ conducts a backup every day. The most up-to-date version can be found at http://peqtgc.com/releases. The file you need is peqbeta_(date-time).tar.gz. This database is usually synced with the most current EQEmu source. Unzip these files into a temporary location of your choice. Move the [[eqtime.cfg]] file into your eqemu root folder. Open a command prompt at your temporary location (shift-right-click the folder and select "Open command window here". Start MySQL (mysql -uroot -p peq) and source in the data_tables, user_tables, peq_beta, and source_views SQL files. Do not go any further if there are any sourcing errors! * **Get the database.** PEQ conducts a backup every day. The most up-to-date version can be found at http://peqtgc.com/releases. The file you need is peqbeta_(date-time).tar.gz. This database is usually synced with the most current EQEmu source. Unzip these files into a temporary location of your choice. Move the [[eqtime.cfg]] file into your eqemu root folder. Open a command prompt at your temporary location (shift-right-click the folder and select "Open command window here". Start MySQL (mysql -uroot -p peq) and source in the data_tables, user_tables, peq_beta, and source_views SQL files. Do not go any further if there are any sourcing errors!
* **Get the quests.** PEQ uses [Google Code] (http://code.google.com/p/projecteqquests) to store their quests. Currently, there is a mix and match of Perl and Lua quests. Using TortosieSVN, checkout the quests into your \eqemu\quests folder (make sure it isn't \eqemu\quests\quests). Copy the plugins and lua_modules folders into your eqemu root folder. If you do not want to keep an SVN, you can download the daily quest dump from PEQ at http://peqtgc.com/releases. * **Get the quests.** PEQ uses [Github] (https://github.com/ProjectEQ/projecteqquests) to store their quests. Currently, there is a mix and match of Perl and Lua quests. Using TortosieGit, checkout the quests into your \eqemu\quests folder (make sure it isn't \eqemu\quests\quests). Copy the plugins and lua_modules folders into your eqemu root folder. If you do not want to keep an clone, you can download the daily quest dump from PEQ at http://peqtgc.com/releases.
* **Get the maps.** Your server will use the map files from EQ for in-game calculations. Currently, maps are stored at [PEQ's Google Code] (http://code.google.com/p/eqemu-maps) page or you can use [AX Classic's Google Code] (http://code.google.com/p/eqemumaps) page. Using TortoiseSVN, checkout the maps into your \eqemu\Maps folder (make sure it isn't \eqemu\Maps\Maps). This may take a while. * **Get the maps.** Your server will use the map files from EQ for in-game calculations. Currently, maps are stored at [PEQ's Google Code] (http://code.google.com/p/eqemu-maps) page or you can use [AX Classic's Google Code] (http://code.google.com/p/eqemumaps) page. Using TortoiseSVN, checkout the maps into your \eqemu\Maps folder (make sure it isn't \eqemu\Maps\Maps). This may take a while.
* **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\ folder as peqedit or whatever you wish to call it. If you do not want to keep an SVN, you can download the daily editor dump from PEQ at http://peqtgc.com/releases. Open the readme file for instructions on setting the configuration for your editor. * **Get the database editor.** PEQ uses [Github] (https://github.com/ProjectEQ/peqphpeditor) to store the PEQ Database Editor. Using TortoiseGit, checkout the editor into your \xampp\htdocs\ folder as peqedit or whatever you wish to call it. If you do not want to keep an clone, you can download the daily editor dump from PEQ at http://peqtgc.com/releases. Open the readme file for instructions on setting the configuration for your editor.
* **Move 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. * **Move 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.