open up the file cuosp.
there will be a project there named
Code:
CO_Underground_OSProject
open it with visual studio solution
when you have it open
open project named Core then go down and open settings.cs
here will be a line in that file that says
Code:
public static string GameServerIP
change the ip thats is in the " " with your ip.
then in the solution explorer open up MsSqlDatabase.cs
it will be in the file Database.
there will be a line almost at the top that says
Code:
private const string _connString = "Data Source=[COLOR="Red"]Jack-PC[/COLOR]\\SQLEXPRESS;Initial Catalog=Conquer;Integrated Security=True;Pooling=False";
change
Jack-PC to your computer name
now Build the Solution now minimize Visual Studio and open up your conquer 1.0 Clint files.
and open up server.dat
find where it says
Ip1=
and put in the same ip you put into your source
Now go into ini file there will be a file in there named Monster.dat copy that file.
now go into "cuosp/Server/Game/bin/Release" and paste it in there.