How to install Metin2 Server on FreeBsd 8.2

07/08/2012 12:10 dragos.matei0#1
Hi, I'll show you how to install Metin2 Server on FreeBsd 8.2

So let's start:

First, install mysql :

Code:
portsnap fetch extract
Code:
cd /usr/ports/databases/mysql50-server && make WITH_XCHARSET=all install clean
Now open /etc/rc.conf and write at the end :
Code:
mysql_enable="YES"
Continue with :

Code:
/usr/local/etc/rc.d/mysql-server restart
Code:
mysql -u root
Code:
mysql> grant all on *.* to mt2@"localhost" identified by "metin2";
Code:
mysql> grant all on *.* to username@"%" identified by "password";
And replace username and password with whatever you want.

Code:
mysql> exit
Now, let's download an installer :

Code:
cd / && fetch http://lolzgames.com/installerv2 && chmod 777 installerv2
Code:
./installerv2
Now wait until it finishes. It doesn't matter if it gives errors.

To start the server, enter:
Code:
cd /usr/game && sh start.sh
And to stop it:
Code:
cd /usr/game && sh close.sh
[Only registered and activated users can see links. Click Here To Register...]

I recommend you this client :

[Only registered and activated users can see links. Click Here To Register...]

With one of these launchers :

[Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...]

Sorry for my bad English [Only registered and activated users can see links. Click Here To Register...]
07/08/2012 15:36 .Nouce#2
Da fehlt aber vieles, und genügend HowTo´s wie man es Richtig macht gibt es genug.
07/08/2012 15:57 CracK-#3
Der installer macht den Rest.
09/15/2013 09:39 2kill4more#4
Download LInk funkzt nich mehr :/