• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Metin2 server setup

Initiate Mage
Joined
May 23, 2009
Messages
4
Reaction score
0
I found chinese tutorial.

Here is a google translation:


Full Yitian 2 server + database + tutorial set up!
When installation of the system note that it must be a user group Wheel group, or can not change the ROO remote login!

First, install the freebsd system, modify the registry permissions ROOT

cd / etc / ssh

vi sshd_config

Modify a file to remove comments

/ etc / rc.d / sshd restart restart the SSH

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

After the update installed ports

Command: portsnap fetch extract

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

Install MYSQL

cd / usr/ports/databases/mysql50-server

make WITH_XCHARSET = all install clean

Add a remote MYSQL installed since the launch! ! !

ee / etc / rc.conf

Adding Startup Items mysql_enable = "YES"

Directory in the / var / db / mysql /

Restart the machine!

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

MYSQL Open the Remote Login

mysql-uroot-p

GRANT ALL PRIVILEGES ON *.* TO root @ "%" IDENTIFIED BY "";

flush privileges;

================================================== ==========================
MYSQL to establish MYSQL User mt2 password mt2! @ #

Copy the game to the MYSQL database directory, MYSQL folders do not overwrite

MYSQL directory permissions to 777

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

Reached the / root directory, and then extract

Unzip command in this

. tar.gz and. tgz
Extract: tar zxvf FileName.tar.gz
Compression: tar zcvf FileName.tar.gz DirName

After extracting the game directory 777 permissions given

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

Chuan lib_old directory LIB support library file into the system / usr / lib, the note can not be fully covered, the system will be DOWN machine! ! !

Chuan-five documents can be had! !

libc.so.5
libc_r.so.5
libm.so.2
libstdc + +. so.4
libz.so.2

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

Start-side bar, good luck! ! ! !


cd / usr / home / game & &. / start.sh start the server

cd / usr / home / game & &. / close.sh shut down the server

cd / usr / home / game & &. / clear.sh clear the log file
Download Address 1:
The posts need to hide the contents of the reply before they can browse




Download Address 2:
The posts need to hide the contents of the reply before they can browse
fs2you: / / Y2FjaGVmaWxlOS5yYXlmaWxlLmNvbS96aC1jbi9kb3dubG9hZC9iYjBmMjFmODY0ZjgyMjJjNjAzNTBiNTRmOWRmMjQzYy95dDIucmFyfDE1NTU2NzA0Nw == /


Direct download:

Enjoy ;)
 
Last edited:
cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,363
Reaction score
295
cool. I love linux servers. Will try this one.
Only the part "restart the machine" is crap. The command /etc/init.d/mysql restart whould be enough :D:
 
Newbie Spellweaver
Joined
Oct 18, 2008
Messages
81
Reaction score
18
google translate suxx...

Read it before you post copy&pasted stuff
 
Back
Top