Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[C9]How to setup C9 running on local host?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 12, 2015
Messages
36
Reaction score
0
i wanna play c9 on my pc by local host....can anyone help me how to setup c9 on local host only...please help me.... sorry for my bad english
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Oct 31, 2015
Messages
19
Reaction score
2
C9 server installation tutorial.

1. MS SQL (2005 or higher, i'm use 2008 R2 )
I will not describe in detail the mssql server installation, configuration odbs - all as standard, as well as any other textbook. There are several features.
1.
2. Open "01_CH_C9 DB Create.sql" and change ALL (16 times) path (here will be stored database on disk):
Code:
G:\DATA\CH_REAL\
3. Execute the query in folder CH_C9_DB_server in order filenames (1-18).
4. Create ODBC for each database (C9World, C9Web, C9Unity, C9Service, C9Resource, C9Rank, C9Log, C9Audit ).
for x64 system cmd->odbcad32
5. Create account:
Code:
INSERT INTO Auth.TblAccount([cAccId], [cPassword], [cAuthLevel])
VALUES ('you_login', 'you_pass', 'AuthLevel');
AuthLevel: 1- player; 6 - GM.

2. Server
-note-
=======================================================================
Initially, the server files have been about six months ago share the Divine
they did not work "as is". What has been done me:
- found that the client was able to work with C9.exe (C9.exe was to assemble server)
- C9.exe patched (changed the type of authorization -> turn on window login and password)
- patched the login server (changed the type of authorization)
- patched all server modules (prohibition of rewriting the configuration files)
- patched gameserver (no binding to the key)
- and on the little things ... parse cfs format, parse C9CfsInfo, save the earth from alien invasion (the latter - just kidding)

=======================================================================
1.
2. Run server (server is configured to IP = 127.0.0.1)
- start_min.bat -> only Lobby and 1 map, no Guild, no Arena, no Fortune Survival, no other maps (less demanding of computer resources)
- start_max.bat -> a full server with all maps (more demanding of computer resources)
- stop.bat -> i think no need to explain :)
script startup rewrites config (LMSConfig.DAT & ServerBaseConfig.dat) in folder ServerData
if you want to change the config (LMSConfig.DAT & ServerBaseConfig.dat), you need to edit folder max_config or folder min_config
a little bit about the maps can be found here

3. Client
1. Download client (v.2000)





2.
3. About language patch can be read here and here

4. Some tools
1. (how to use - read readme.txt)
2. (generates xml of C9CfsInfo.dat... put in the same folder and run ... it's a long time process )

5. Additions
1.=============external ip!=============

=====================================


Big thanks:
@Divin3 - for server files
@Memiko and @c9lover +1 - language patch (thanks guys)

Achtung!!!
=====================================================================
All questions about installation, configuration, error, etc. - HERE.
In this topic, i will ignore such questions...
and moderators will be put on a stake for them, he-he)
=====================================================================
p.s. this post will be supplemented and edited
here is a brief
 
Upvote 0
Status
Not open for further replies.
Back
Top