antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
p0w3r0ff

Serverfiles + BSD tunnel [Tuma2 Keynes2 Lyricum2]

5 posts in this topic

Serverfiles + BSD tunnel [Tuma2 Keynes2 Lyricum2]


 

Estas server files estiveram disponíveis online no GitHub por alguns dias.

Quem teve a oportunidade fez o download, mas quem não teve, já não pode mais.

Recomendo estas files para qualquer pessoa que queira começar um servidor,

pois são a base estável usada em um servidor com uma média de 2 a 3 mil jogadores online todos os dias.

Não tive a oportunidade de testar profundamente, por isso, se tiverem mais informações ou prints,

enviem para mim para que eu possa adicioná-las ao tópico. Um agradecimento especial ao Sykes por fornecer o link.

 

JxGKZff.png

 

S2cntMe.png

 

 

Configuração do servidor:

Spoiler

Server: setup

pkg install git

pkg install python27

pkg install gmake

cd /

git clone GitHub - yPincc/tuma2-keynes2-lyricum2

pkg install mariadb105-server-10.5.23

cp /tuma2-keynes2-lyricum2/setup/mariadb/server.cnf /usr/local/etc/mysql/conf.d

sysrc mysql_enable="YES"

service mysql-server start

mysql_secure_installation

mysql

CREATE USER 'mt2!user'@'localhost' IDENTIFIED BY '@mt2!pass';

GRANT ALL PRIVILEGES ON account.* TO 'mt2!user'@'localhost' IDENTIFIED BY '@mt2!pass';

GRANT ALL PRIVILEGES ON common.* TO 'mt2!user'@'localhost' IDENTIFIED BY '@mt2!pass';

GRANT ALL PRIVILEGES ON log.* TO 'mt2!user'@'localhost' IDENTIFIED BY '@mt2!pass';

GRANT ALL PRIVILEGES ON player.* TO 'mt2!user'@'localhost' IDENTIFIED BY '@mt2!pass';

CREATE USER 'proto'@'%' IDENTIFIED BY 'dev';

GRANT ALL PRIVILEGES ON player.item_proto TO 'proto'@'%' IDENTIFIED BY 'dev';

GRANT ALL PRIVILEGES ON player.mob_proto TO 'proto'@'%' IDENTIFIED BY 'dev';

FLUSH PRIVILEGES;

quit

cd /tuma2-keynes2-lyricum2/srcs

sh build_distribute.sh

cd /tuma2-keynes2-lyricum2/setup

gmake

cd /tuma2-keynes2-lyricum2/server

sh admin_panel.sh

 

Configuração do cliente:

 

Spoiler

Download & Install Git & VS2022

Clone the project.

Run: srcs\create_vs_project.bat

Run: srcs\build_client_distribute.bat

Open: srcs\build\keynes2.sln

Set: Distribute

Compile: all the tools

Run: tools\FoxFSArchiver\create_all.bat

Copy: all the files from client-cfg folder to client folder

 

Thank you ymir :) <3 and F*** you Gameforge And Devs, 2016 you ruined it.

 

Share this post


Link to post
Share on other sites
antiblock
Elveron

niceee

Share this post


Link to post
Share on other sites

Nice

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this