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!

[TUTORIAL] MKZ MMOFPS [Full Guide] [Ty Deluxx]

Newbie Spellweaver
Joined
Nov 25, 2011
Messages
82
Reaction score
8
By DELUXX

MKZ local server setup


  • 1. Download server files
  • 2. Install Msql 2008 db
  • 3. Unrar the server files to you C partition on your HDD ( C:\mkz-server\ )
  • 4. In mkz-server you will find a DataBase.zip, unrar that anywhere
  • 5. Now atach the db files to your msql 2008 (if you don`t know how google)
  • 6. Now we need to change PC name to user :
PHP:
-Right click  to MyComputer on desktop
-Click on Properties
-Select Computer Name tab
-Now press change button
-Type in Computer name              user
-Press ok and restart pc
7. Now we need to change lan ip to 192.168.0.104,for me this was ok
8. Now make the ODBC connection to you db

User DNS
PHP:
    - _yp_db = MKZ_RUserDB_30
    - HLdbi_GameDB = MKZ_LGameDB_30
    - HLdbi_UserDB = MKZ_LUserDB_30
System DNS

PHP:
    - _yp_db = MKZ_RUserDB_30
    - HLdbi_GameDB = MKZ_LGameDB_30
    - HLdbi_UserDB = MKZ_LUserDB_30
    - MKZ_LS_UserDB = MKZ_LUserDB_30
    - MKZ_LZ_RDB    = MKZ_LGameDB_30

Now we will setup the 1Ldbi.exe

- in LDBI.ini find and edit the :


PHP:
LUSERDBUSERNAME= your msql 2008 username
LUSERDBPASSWORD= your msql 2008 passowrd
----------------------------------------
LGAMEDBUSERNAME= your msql 2008 username
LGAMEDBPASSWORD= your msql 2008 passowrd

ok now save the LDBI.ini .

Now we will setup the 2YPServer.exe in ypserver folder open EZS.ini and edit this:


PHP:
YPDBUSERNAME= your msql 2008 username
YPDBPASSWORD= your msql 2008 passowrd
ok now save the EZS.ini

Now we will setup the 3MKZBroadcastServer.exe in BS\cfg\ folder open server.cfg and edit this:

PHP:
[__GLOBAL__]
;MKZDB数据库配置项
MKZDB_ServerIP="192.168.0.104,1433"
MKZDB_UserName="your msql 2008 username"
MKZDB_Password="your msql 2008 passowrd"
MKZDB_DatabaseName="MKZDB"

;WEB数据库配置项
MKZWebDB_ServerIP="192.168.0.104,1433"
MKZWebDB_UserName="your msql 2008 username"
MKZWebDB_Password="your msql 2008 passowrd"
MKZWebDB_DatabaseName="MKZWEB"

;统计系统数据库配置项
MKZStateDB_ServerIP="192.168.0.104,1433"
MKZStateDB_UserName="your msql 2008 username"
MKZStateDB_Password="your msql 2008 passowrd"
MKZStateDB_DatabaseName="MKZStatDB"

;LOGDB数据库配置项
MKZLOGDB_ServerIP="192.168.0.104,1433"
MKZLOGDB_UserName="your msql 2008 username"
MKZLOGDB_Password="your msql 2008 passowrd"
MKZLOGDB_DatabaseName="MKZLOGDB"

;MKZMAININFODB(mkz中心信息数据库)
MKZMAININFODB_ServerIP="192.168.0.104,1433"
MKZMAININFODB_UserName="your msql 2008 username"
MKZMAININFODB_Password="your msql 2008 passowrd"
MKZMAININFODB_DatabaseName="MKZMAININFODB"

ok now save the server.cfg


Now we will setup the 4MKZProxyServer.exe, open C:\mkz-server\ProxyServer\ProxyServer\cfg  server.cfg and edit this:



PHP:
[__GLOBAL__]
;MKZDB数据库配置项
MKZDB_ServerIP="192.168.0.104,1433"
MKZDB_UserName="msql 2008 username"
MKZDB_Password="msql 2008 password"
MKZDB_DatabaseName="MKZDB"

;WEB数据库配置项
MKZWebDB_ServerIP="192.168.0.104,1433"
MKZWebDB_UserName="msql 2008 username"
MKZWebDB_Password="msql 2008 password"
MKZWebDB_DatabaseName="MKZWEB"

;统计系统数据库配置项
MKZStateDB_ServerIP="192.168.0.104,1433"
MKZStateDB_UserName="msql 2008 username"
MKZStateDB_Password="msql 2008 password"
MKZStateDB_DatabaseName="MKZStatDB"

;LOGDB数据库配置项
MKZLOGDB_ServerIP="192.168.0.104,1433"
MKZLOGDB_UserName="msql 2008 username"
MKZLOGDB_Password="msql 2008 password"
MKZLOGDB_DatabaseName="MKZLOGDB"

;MKZMAININFODB(mkz中心信息数据库)
MKZMAININFODB_ServerIP="192.168.0.104,1433"
MKZMAININFODB_UserName="msql 2008 username"
MKZMAININFODB_Password="msql 2008 password"
MKZMAININFODB_DatabaseName="MKZMAININFODB"

close and save.


  • Now download this
  • Extract the MKZWorldServer.exe from MKZWorldServer过期补丁.zip  and past to C:\mkz-server\WS\system ,
  • Now right click on MKZWorldServer.exe and make a Create a Shortcut , 
  • rename that Shortcut to 5MKZWorldServer.exe ,copy and past that Shortcut to C:\mkz-server (even replace).

Now we ar ready to setup the 5MKZWorldServer.exe, open C:\mkz-server\WS\cfg   server.cfg



PHP:
[__GLOBAL__]
;MKZDB数据库配置项
MKZDB_ServerIP="192.168.0.104,1433"
MKZDB_UserName="msql 2008 username"
MKZDB_Password="msql 2008 password"
MKZDB_DatabaseName="MKZDB"

;WEB数据库配置项
MKZWebDB_ServerIP="192.168.0.104,1433"
MKZWebDB_UserName="msql 2008 username"
MKZWebDB_Password="msql 2008 password"
MKZWebDB_DatabaseName="MKZWEB"

;统计系统数据库配置项
MKZStateDB_ServerIP="192.168.0.104,1433"
MKZStateDB_UserName="msql 2008 username"
MKZStateDB_Password="msql 2008 password"
MKZStateDB_DatabaseName="MKZStatDB"

;LOGDB数据库配置项
MKZLOGDB_ServerIP="192.168.0.104,1433"
MKZLOGDB_UserName="msql 2008 username"
MKZLOGDB_Password="msql 2008 password"
MKZLOGDB_DatabaseName="MKZLOGDB"

;MKZMAININFODB(mkz中心信息数据库)
MKZMAININFODB_ServerIP="192.168.0.104,1433"
MKZMAININFODB_UserName="msql 2008 username"
MKZMAININFODB_Password="msql 2008 password"
MKZMAININFODB_DatabaseName="MKZMAININFODB"

close and save.

Now we will setup the 6MetalKnightZeroServer_vc8.exe, 

- open C:\mkz-server\GS\GS\cfg  server.cfg and edit this:
  
PHP:
[__GLOBAL__]
;MKZDB数据库配置项
MKZDB_ServerIP="192.168.0.104,1433"
MKZDB_UserName="msql 2008 username"
MKZDB_Password="msql 2008 password"
MKZDB_DatabaseName="MKZDB"

;WEB数据库配置项
MKZWebDB_ServerIP="192.168.0.104,1433"
MKZWebDB_UserName="msql 2008 username"
MKZWebDB_Password="msql 2008 password"
MKZWebDB_DatabaseName="MKZWEB"

;统计系统数据库配置项
MKZStateDB_ServerIP="192.168.0.104,1433"
MKZStateDB_UserName="msql 2008 username"
MKZStateDB_Password="msql 2008 password"
MKZStateDB_DatabaseName="MKZStatDB"

;LOGDB数据库配置项
MKZLOGDB_ServerIP="192.168.0.104,1433"
MKZLOGDB_UserName="msql 2008 username"
MKZLOGDB_Password="msql 2008 password"
MKZLOGDB_DatabaseName="MKZLOGDB"

;MKZMAININFODB(mkz中心信息数据库)
MKZMAININFODB_ServerIP="192.168.0.104,1433"
MKZMAININFODB_UserName="msql 2008 username"
MKZMAININFODB_Password="msql 2008 password"
MKZMAININFODB_DatabaseName="MKZMAININFODB"

close and save.

- open C:\mkz-server\GS\GS\cfg  ProxyServer.cfg and edit this:

PHP:
[__GLOBAL__]
DBServer="192.168.0.104,1433"
UserName="msql 2008 username"
Password="msql 2008 password"
DatabaseName="MKZDB"

close and save.

Now we will setup the DBProxyS.exe:

- open C:\mkz-server\DBProxy   DBProxy.ini and edit this:

PHP:
DSN="HLdbi_UserDB"
USERNAME="msql 2008 username"
PASSWORD="msql 2008 password"

- open C:\mkz-server\DBProxy   Install.Bat ,right click and select edit and make sure it look this that:


PHP:
regservice install db C:\mkz-server\DBProxy\DBProxyS.exe
PAUSE

close and save  and start Install.Bat

-  now open windows cmd and type :  

net start db    

    
Now we will setup the 8LZ.exe:

- open C:\mkz-server\LZ  EZS.ini and edit this:

PHP:
[YP]
;ypdb
YPDBDSN=_yp_db
YPDBUSERNAME=msql 2008 username
YPDBPASSWORD=msql 2008 password

[EZS]
;gameDB
GAMEDBDSN=MKZ_LZ_RDB
GAMEDBUSERNAME=msql 2008 username
GAMEDBPASSWORD=msql 2008 password
;userDB
USERDBDSN=MKZ_LS_UserDB
USERDBUSERNAME=msql 2008 username
USERDBPASSWORD=msql 2008 password

close and save.


 Ok if you made all that like in tutorial server will work just fine now.

Let`s start the server in this order:


  • 1Ldbi.exe
  • 2YPServer.exe
  • 3MKZBroadcastServer.exe
  • 4MKZProxyServer.exe
  • 5MKZWorldServer.exe
  • 6MetalKnightZeroServer_vc8.exe
  • 7ES.exe
  • 8LZ.exe

------------------------ Client setup to connect - server ------------------------

  1. Download client from and install
  2. After you installed the client go where you installed (for me is this D:\Program Files\175PT\MetalKnightZero )
  3. make there a start.bat and add this in file:


PHP:
@echo on
system\MetalKnightZeroClient.exe -SHELLCONNECT -LSIP 192.168.0.104 -LSPORT 4502 -P2PIP 192.168.0.104 -P2PPORT 60481 -GSIP 192.168.0.104 -GSPORT 2008 -USER twly000001 -PWD 96e79218965eb72c92a549dd5a330112 -CHECKID test2 -CHECKTEX test -PartnerCode ??? -BIGZONEID 1 -BIGZONENAME [Test] -ZONEID 1 -ZONENAME [Test] -GSID 1 -GSNAME test
pause

note the user: twly000001

and
pwd: 96e79218965eb72c92a549dd5a330112

(password is in md5 format not decrypted)
both user and password can be found in db:

-MKZ_RUserDB_30 / table- T_UserCore

close and save and start start.bat



  • 云和山的彼端 - for releasing the files!
  • hsca10156 - Sharing the password !! [Thanks alot mate!]
  • Naty48 - For creating the theard and gather all the info&mirrors .
  • ModGift - For creating the ftp links
  • GameDebug - For releasing the MKZWorldServer.exe cracked
  • sys3rr0r - For releasing the start.bat config
  • DELUXX (Me) - For first full tutorial :)


bloodfor31 - [TUTORIAL] MKZ MMOFPS [Full Guide] [Ty Deluxx] - RaGEZONE Forums
 
Banned
Banned
Joined
Jul 12, 2012
Messages
71
Reaction score
1
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

share tutorial in video please :*:
 
Newbie Spellweaver
Joined
Nov 12, 2006
Messages
31
Reaction score
2
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Nice Guide, thx :laugh:
 
Newbie Spellweaver
Joined
Jul 12, 2012
Messages
91
Reaction score
9
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

nice guide,thanks friend
 
Initiate Mage
Joined
May 6, 2012
Messages
3
Reaction score
0
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Give your answer in sql server 2000 or 2005 to work awakens?

Just nonsense since 2008.
 
Experienced Elementalist
Joined
Jun 2, 2012
Messages
293
Reaction score
126
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

sql 2000,2005,2008,2012 ...all work






:thrasher::rock:Post 200
 
----
Loyal Member
Joined
Mar 26, 2008
Messages
1,038
Reaction score
412
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Client cannot be downloaded... -.-' file not exist...(just two others)

(Hey yes i am looking for some good mmo thingy thats why i appaer on almost every topics ;) we want to party with friends)
 
----
Loyal Member
Joined
Mar 26, 2008
Messages
1,038
Reaction score
412
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Not on google anyway either
 
Junior Spellweaver
Joined
Mar 19, 2007
Messages
169
Reaction score
4
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

for some people out there who are too lazy to download the file with Thunder.
here is the

Mediafire Mirror:

from this site:
 
Newbie Spellweaver
Joined
Sep 6, 2010
Messages
27
Reaction score
0
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Client






Version 1833
Credits: by ExtremsX
 
Junior Spellweaver
Joined
Sep 2, 2006
Messages
105
Reaction score
13
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

which operating system is recommended to create a Game Server
 
Newbie Spellweaver
Joined
May 30, 2012
Messages
92
Reaction score
4
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Client






Version 1833
Credits: by ExtremsX



Can You Upload This file TO

Thank You I am Thai People Bad English Sorry!

Thank You Again : )
 
Newbie Spellweaver
Joined
Oct 22, 2013
Messages
18
Reaction score
0
Re: MKZ MMOFPS [Full Guide] [Ty Deluxx]

Please help, I'm having this error when I open MetalKnightZeroServer_vc8_1_en how can I fix this if someone has executable without this error please up
 
Back
Top