mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-12 04:05:12 -05:00
2a3bd3517e
Added persistence package, and abstracted away the storage medium Removed bad concurrency ideas Made some other minor tweaks
23 lines
414 B
Plaintext
23 lines
414 B
Plaintext
An emulator for an old java MMORPG.
|
|
|
|
Setup
|
|
======
|
|
Install the JRE and JDK
|
|
Install Ant
|
|
Install Ivy
|
|
Install MySQL
|
|
|
|
Ensure all the paths are set correctly.
|
|
|
|
Import Database.sql
|
|
|
|
If you have any questions regarding that use Google.
|
|
|
|
Go to LoginServer in the terminal/command prompt and type--
|
|
ant runls
|
|
|
|
Go to GameServer in the terminal/command prompy and type--
|
|
ant run
|
|
|
|
You're now ready to start accept connections.
|