Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!
Join Today!.1. - IntroductionINDEX
.1a. - Version Notes
.2. - Files and Links Needed
.3. - Recommended Setup
.3a. - Alternate Setup
.4. - Installing and configuring MSSQL 2008
.5. - Configuring server
.6. - Web Registration
.7. - Client Modification
.1. Introduction
Hello, I have been messing with these files a little and would like to present my vanilla release and setup guide.
These files contain no mods and also were stripped of all unnecessary files. (making the download much smaller)
If you would like to upload mirrors please do so! The more the better for the community. If you are unable to access any of my links in your ISP region please let me know what sites work for you and I will work on another mirror for you.
~aeigis
.1a. Version Notes
1.0 - Completed setup guide to get server functional
To Do - Web Registration Guide (files already included in 1.0)
- Client Modification (Launcher Making etc...)
.2. Files and Links Needed
Lets start you out with getting the proper files needed before you begin setting up
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Game Client
To view the content, you need to sign in or register
To view the content, you need to sign in or register
.3. Recommended Setup
If you are planning on playing with a few friends and plan on hosting the server on your own machine you should consider using a product like VMWARE to emulate a server without installing a ton of extra stuff on your own computer. I will not provide support or setup instruction for VMWARE considering there is more than enough support on their site. With the link I provided you will need to register (free) and download their software (also free). Obtain your own copy of which ever windows operating system you prefer. I state this as the preferred method because it is the most secure for you and your private information. After you have VMWARE installed continue to .4.
.3a. Alternate Setup
If you do not wish to use VMWARE or you are installing the server on a standalone server continue to .4.
.4. - Installing and configuring MSSQL 2008
I am borrowing a majority of the MSSQL 2008 Setup from sockie who has a guide posted in the sticky section. Why re-create the wheel - his guide is perfect.
.5. Configuring Server
Ok let's start by editing the config files
Open Up you AppServer folder and double click on Server.ini
I've done the liberty of adding in commented examples any line that has a ; infront is an example how how it should look when you are done.
Remember the blue text in the MSSQL setup section, the part I told you to remember? that is the text you put in the spots that say SERVER = "YOURSQLSERVER"
Your LAN IP you should be able to figure out. If you are even attempting this guide without that basic knowledge..... I recommend Google.
USERNAME = "sa"
PASSWORD = "password used in step 1 during MSSQL setup"
The same information is required in all server.ini files
However Gameserver2 has one additional string PUBLIC_IP
you can get this by going toTo view the content, you need to sign in or register
If you would like to use aTo view the content, you need to sign in or registerforward, you may also do so.
After the above steps are completed properly your server will run without error. I create shortcuts to the server .exes and place them all in one location (like my desktop)
.6. Web Registration Setup
COMING SOON
(needed files already included in this setup)
.7. Client Modification
To view the content, you need to sign in or register
To view the content, you need to sign in or register
(client already provided, change connect.ini)