From bb1617202c5d52b0605557d604e7d46c7dde9a25 Mon Sep 17 00:00:00 2001 From: Joe0 Date: Mon, 5 Dec 2011 09:38:17 -0600 Subject: [PATCH] Updated README --- LoginServer/auth.php | 1 + README | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 LoginServer/auth.php diff --git a/LoginServer/auth.php b/LoginServer/auth.php new file mode 100644 index 0000000..fb07184 --- /dev/null +++ b/LoginServer/auth.php @@ -0,0 +1 @@ +YES diff --git a/README b/README index d679320..6160207 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -An emulator for an old java MMORPG. +An emulator for an old Java MMORPG. Setup ====== @@ -6,6 +6,7 @@ Install the JRE and JDK Install Ant Install Ivy Install MySQL +Install a Web-Server Ensure all the paths are set correctly. @@ -13,10 +14,21 @@ Import Database.sql If you have any questions regarding that use Google. +For account authentication (using the default config) you need to copy the auth.php in the LoginServer folder, and ensure that localhost/auth.php is pointed to it. + +It is highly recommended that you modify it so that it checks the credentials provided against the database. + Go to LoginServer in the terminal/command prompt and type-- -ant runls +ant run Go to GameServer in the terminal/command prompy and type-- ant run You're now ready to start accept connections. + +Modules +======== +To compile modules go in the module's directory and run the following command-- +ant build + +To use the module copy the newly created JAR into the modules folder in the respective server. You may need to change some configuration files for the module to be used. \ No newline at end of file