oh yes the client is not done it need more work
i just show you guys how to make it
First
Sorry this is the source

You need a client of version 5095 to play with this server.
I recommend downloading client version 5087 from filefront, and then updating it to 5095 via patches.
here client 5087.ftp://216.93.167.128/en_zf/Conquer_v5087.exeand you need the patch 5087-5095

After you get the client, use the game.exe and server.dat to connect download
then download this microsoft visual c# http://www.microsoft.com/express/vcsharp/<--- easy to fix problems with data
ok after you donload MV you have to see this video ON HERE
im sorry guys for all this downloads

and you need the backup file download same file with the game.exe

when you edit the file you have to do like this
but its better to use the video file and the MV
and do like the video step by step and you will have the server run with 5095 patch
this way down here will not work without MVC# because there will be error and you have to fix it with MVC#
" its easy anyone can use it"
the hard way
Setup is really simple.
For the database:
In both projects, you will find a file called DatabaseConnection.cs
along with these lines
public const string USER_NAME = "USERNAMEHERE";
public const string PASSWORD = "PASSWORDHERE";
simply input your username / password for mysql. The database should be named conqueremu, but you can change it if you wish.
Please use database backup.
In both projects, you will find a file called MasterSocket.cs
You will see these two lines
protected const string SERVER_IP = "207.154.202.125";
protected const string SITE_IP = "74.54.200.178";
change SERVER_IP to your server's IP address.
SITE_IP is not important to you, unless you have a web-based server status checker.
All it does is ignore incoming connection requests from your website.
Look for
Code:
if(ServerName == "CoEmu") {
It will be in PacketProcessor.cs inside the login server.
change "CoEmu" to your server name.
then below that you should see
Code:
CSocket.Send(Packets.AuthResponse("66.187.101.86", Key1, Key2));
change "66.187.101.86" to your ip, probably "127.0.0.1"
Other than that, no addl. setup should be request, apart from making an account.
Your password will be set when you login, so don't type one in the password field for mysql.
--------------------------------------------------------------------------------Source Pass >>> elitepvpers
------------>>>Thanks For reading
------------>>> Click on Thanks ^^ Please






