Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: gacob
« on: June 22, 2011, 11:32:50 am »

error link
Posted by: ITS-HEAL-
« on: November 22, 2009, 09:04:18 pm »

O.O i want to know how to open...not how to make one!
Posted by: Fallen
« on: November 19, 2009, 06:48:06 pm »

ok, il help you tomorrow ^^ gotta sleep now
Posted by: Allen Walker
« on: November 19, 2009, 05:20:43 pm »

yes, i have.
Posted by: Fallen
« on: November 19, 2009, 04:05:17 pm »

got teamviewer?
Posted by: Allen Walker
« on: November 19, 2009, 03:21:10 pm »

a giant problem, fallen, is better you share your files, we all are with errors, dont open the login, game and db sever files.
Posted by: ITS-HEAL-
« on: November 19, 2009, 12:14:29 am »

^^ good luck!
Posted by: Fallen
« on: November 18, 2009, 07:49:04 pm »

[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;
Quote
[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 :)

Code: [Select]
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
Quote
[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
Quote
[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*