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!

RELEASE EASY TUTORIAL:METIN2

CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,669
Reaction score
294
SERVER HDD


CLIENT:


tuto:
download virtualbox
create a new vm,1 core 1 cpu 4 gb ram
when it promps to add a hard drive select the vdi file
use network bridged or nat adapter
check vm ip with ifconfig

SSH for VM: root/123456789
MySQL: root/123456789
Ingame: admin/123456789




Aliases and it's commands:

start cd /usr/metin2/server && sh start.sh
close cd /usr/metin2/server && sh close.sh
clean cd /usr/metin2/server && sh clean.sh
backup cd /usr/metin2/server && sh backup.sh
questcompile cd /usr/metin2/server/share/locale/english/quest && python2.7 make.py
dbclean cd /usr/metin2/src/server/db/src && gmake clean
dbdep cd /usr/metin2/src/server/db/src && gmake dep
dbcompile cd /usr/metin2/src/server/db/src && gmake -j9
gameclean cd /usr/metin2/src/server/game/src && gmake clean
gamedep cd /usr/metin2/src/server/game/src && gmake dep
gamecompile cd /usr/metin2/src/server/game/src && gmake -j9

start server

then go to client
\Eternexus
use the tool to unpack root.eix

go inside the unpacked folder
edit serverinfo.py
with the vm ip
save
recompile and paste inside client folder /pack
launch the game

xlw00tlx - RELEASE EASY TUTORIAL:METIN2 - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jul 1, 2018
Messages
30
Reaction score
1
I think it would be nice to know what Version is the Game Client like in what era is this Server for
 
Back
Top