[HOWTO] Create a GodsWar private server.
Index- 1) Files to download.
- 2) Installing and Configuring the server files.
- 3) Troubleshooting errors.
====================================================================================Files to Download
====================================================================================Installing and Configuring the server files.
First of all download the original server files, extract them anywere in your hard drive then find the database folder, get the sql dumps and install them.
After you are done installing download my loginserver/dbserver/gameserver and extract them.Open login server, you will see the config.ini file, open it heres hows it looks like;
[System]
IP=127.0.0.1
ListenPort=5999
MaxOnline=20
Version=101300
[Database]
DBServer=127.0.0.1
LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
DBName=accounts
For testing puproses use 127.0.0.1 , or your IPv4 adress for global server tests

If you dont know what is your IPv4 adres , goto start->cmd type ipconfig , scroll up and you will see it :) it should look like this [color=blue]192.168.1.101[/color]After you are done with login server's config.ini do the same with all others
GameServer[LoginServer]
Port=5999
IP=127.0.0.1
[System]
ID=0
IP=127.0.0.1
ListenPort=6001
ServerName=Virgo
MaxOnline=20
[Database]
DBServer=127.0.0.1
LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
DBName=godswar
[DBServer]
IP=127.0.0.1
Port=5000
[Note]
Hint=Welcome to the Battle of the Gods!
World1=Test this point, thank you for your participation!
World=Servers will down for maintenance, please visit later!
Player=On-line once you have drained away again!
Name=Test Name
DBServer[System]
IP=127.0.0.1
ListenPort=5000
MaxOnline=20
[Database]
DBServer=127.0.0.1
LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
DBName=godswar
Now open them!If they work, open your client, edit the servers ip to your ip and have fun!
====================================================================================Troubleshooting errors.
Most common errors :*Under construction*