mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 23:18:52 -05:00
Updated README
This commit is contained in:
parent
c381918731
commit
bb1617202c
1
LoginServer/auth.php
Normal file
1
LoginServer/auth.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
YES
|
16
README
16
README
@ -1,4 +1,4 @@
|
|||||||
An emulator for an old java MMORPG.
|
An emulator for an old Java MMORPG.
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
======
|
======
|
||||||
@ -6,6 +6,7 @@ Install the JRE and JDK
|
|||||||
Install Ant
|
Install Ant
|
||||||
Install Ivy
|
Install Ivy
|
||||||
Install MySQL
|
Install MySQL
|
||||||
|
Install a Web-Server
|
||||||
|
|
||||||
Ensure all the paths are set correctly.
|
Ensure all the paths are set correctly.
|
||||||
|
|
||||||
@ -13,10 +14,21 @@ Import Database.sql
|
|||||||
|
|
||||||
If you have any questions regarding that use Google.
|
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--
|
Go to LoginServer in the terminal/command prompt and type--
|
||||||
ant runls
|
ant run
|
||||||
|
|
||||||
Go to GameServer in the terminal/command prompy and type--
|
Go to GameServer in the terminal/command prompy and type--
|
||||||
ant run
|
ant run
|
||||||
|
|
||||||
You're now ready to start accept connections.
|
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.
|
Loading…
Reference in New Issue
Block a user