http://rapidshare.de/files/13406426/...r.rar.zip.html for the files.
its not my work or mine, i got it from GzP forums, im not sure how to even set it up or anything but maybe you guys can figure it out.
Printable View
http://rapidshare.de/files/13406426/...r.rar.zip.html for the files.
its not my work or mine, i got it from GzP forums, im not sure how to even set it up or anything but maybe you guys can figure it out.
I cann't setup server ! Help me!!PLZ
Cool, downloading now, if they work and i can get em working, il post a guide :)
Thanks for these,
Karnage
its a fake release!
its not fake, but those files are unusable so far that i know, www.qonquer.com is a private conquer server in pre alpha, the admin has ab EMU but wont realease unless TQ sends him a threat about his server..i play on it its fun, but u cant do much until its done.
Geez, if you post files at least KNOW if they are working or not... "-.-
Quote:
This is the server that I have developed for the UnderCover Conquer project. Due to some design flaws, this code will be re-written. For those of you interested in how a private server works, take a look. Note: this is NOT an executable. This is the Visual Studio 2005 solution for building the server. If you have visual studio 2005, you can download this and build it and it will work. Many things are not implemented in it and there will be no further development. I am releasing all rights to this code into the public domain. What this means is that you can take it and modify it as much as you want. Perhaps you could even fix the instabilities and turn it into an operational private server. You can take the code and post it to other boards. What you cannot do is claim that you wrote the code (unless you make modifications and claim those, obviously). Please give credit where it is due. Enjoy.
NOTE: This server REQUIRES the PostgreSQL SQL server to be installed on the local machine. You will need to install the server and build the appropriate tables in order for this to work. I will post database specifics when I have some more free time.
EDIT: XYThreadPool project has been added to the file. My apologies that it was not there before. XYThreadPool was not written by me. I found this code as a tutorial on a website. The same can be said for XYNetSockets, however XYNetSockets has been so heavily modified that I should've written it from scratch (which is one of the reasons for the server re-write).
This post has been edited by t3hn00bz0r on Jan 27 2006, 19:26
Apparently, this is an incomplete server files.... Cheers!
Server is working fine...
1. Download The Server - from here
2. In the CO Full Server C# Project is one File named "BackEndDB.cs" open it go to line 200 insert your IP there.
3. Build Both of the Projects (CO Full Server.csproj and XYThreadPool.vbproj)
4. Create a Database called "Conquer" in your PostgreSQL Admin
5. Do a SQL Query with the table defination - Query can find here
6. Add a Account to the DB (leave the Password Field blank)
7. Open the Servers Table and insert your Computer Name and your IP in it
8. Go in your Conquer folder open the Server.dat File add your Server Information there (be sure its the same as in the Server Table)
9. Now run Conquer, enter your Account Name and choose a Password, the Programm will put the right Password in the Account Table for you.
10. Have Fun!
Some GM Commands:
/gm [MESSAGE] (Sends a GM Message to all users online)
/newchar (Creates a new char for your Account)
/join (join a chatroom)
/id (shows the ID from your Char)
/list (list all members in the room)
/leave (leave a room)
werent these already released before in the past? If so is there any improvement in them?
This is only test server open sorce code in C# so dont expect anyting good, u need to do all by urselfs...
P.S. For file compiling u will need MS Visual Studio
exact can u explain it in more detail, plz....
please make it more detailed!
This is old UCCO project, so when they will realyse the new one, i will share, and write another guide here =]
k more details:
Requirements
Microsoft Visual C# Express Edition (FREE):
http://go.microsoft.com/fwlink/?Link...11&clcid=0x409
CO Private Server Source Code:
http://nic-nac-project.de/~exact/CO_Full_Server.rar
PostgreSql Server:
http://wwwmaster.postgresql.org/redi...ql-8.1.3-1.zip
(WARNING: PLEASE REMEMBER USERNAME AND PASSWORD FOR INSTALLATION)
-----------------------------
Folders to Create:
C:\COFullDB
C:\COFullDB\Main
C:\COFullDB\Main\AuthTables
C:\COFullDB\Main\CharacterData
C:\COFullDB\Main\Indexes
C:\COFullDB\Main\OtherData
Right click on COFullDB folder an Select Sharing and Security. Under
Network Sharing and Security Check both Checkboxes. Then Press OK/Apply.
Note: For PostgreSql Server
------------------------------
1. Open Server Source Code Project. Then Open BackEndDB.css. Press CTRL+G and go to line 200 then
put in your IP address.
2. Since XYThreadPool cannot be compiled by Visual C# and the Component XYThreadPool isnt found.. On the
Right hand side and click the [+] References. Delete XYThreadPool then Add Reference and Browse into
your bin folders in CoFullServer for the XYThreadPool.dll
[IMG]http://www.***********.de/forum/uploads/post-108-1143066420.png[/IMG]
3. Build/Rebuild Project
4. PostgreSql pgAdmin III -When Installing that you should have went through an account creation in the Installation. Then Create a Server. ( SEE IMAGE BELOW!) the username and password MUST be the same as the one in your Installation or you won't be able to connect.
http://i47.photobucket.com/albums/f193/Signx/1.jpg
5. Create a New Database called Conquer
5. Get Table Definitions:
http://nic-nac-project.de/~exact/table.txt
and do a SQL Query to set up
Tablespaces. (Open table def. and copy all then paste into SQL Query window box)
6.Add a Server to your Server Tablespace by right clicking on it and selecting View Data and then Fill out ServerName and Ip Address( your ip ). Add an account by doing the same but jus going to Account and view data. Then just full out the Username but not password. When you login it will set that password you logged in with and to be gm Change FLAG to 8.
7. Run Debug in the Visual C# then login with your postgresql account information and finally press listen.
8. Last BUT not Least! go into you Server.dat file with note and scroll to the very bottom and add your server information. Run Conquer and Have Fun!!!
FAQ:
How Do I add Monsters or Non-Playable Characters (NPCS)?
Many People have asked this question. Im sure you can but you need alot of knowledge to do so. Ive not yet done it and doubting I ever will.
Is there any other private servers?
Yes, Certainly. some are:
UnderCover Conquer: http://www.undercoverconquer.com/
Qonquer: http://www.qonquer.com/
Im have trouble setting up my server.. What do I do now?
Post your problem here and I will reply ASAP.
When I try to compile my source it asks me for my password. What Do I do now?
Go to COFullServer's Properties in Visual C#. Then Go to "Signing". Disable the second checkbox. Create a test certifacate then enter password. Click ok and DONE
I compiled my source and got my server running.. But NPCS, Monsters, and Items Aren't Here! Whats the answer for this?
Items, Monsters, And NPCS haven't Been done by me or anyone I know of this Source. If you have enough knowledge then you can at least get somewhere.
Whats the Server Commands for the client?
Some are:
/gm [MESSAGE] (Sends a GM Message to all users online)
/newchar (Creates a new char for your Account)
/join (join a chatroom)
/id (shows the ID from your Char)
/list (list all members in the room)
/leave (leave a room)
Guide was writen by "SpanKyn The Noob"
nice guide thx, hmm if a team is deticated enough to work on this vanila based CO, hope to see the improvements
exact. The link to the server files is broken, could you please post a working one?