Metin2 Library .so Project / run with external source Help

12/17/2022 22:12 bykatil199#1
HELLO,
i created .so project

How can I add to the game with this project?

For example, I want it to make an automatic announcement, how can I do it?

I looked at the examples, the hook is doing the operation, is there a project that I can look at and do?

I looked at the libgame project, I didn't understand anything, can anyone help?
12/20/2022 02:37 cypher#2
#moved
12/20/2022 07:04 »DeneX«#3
Quote:
Originally Posted by bykatil199 View Post
HELLO,
i created .so project

How can I add to the game with this project?

For example, I want it to make an automatic announcement, how can I do it?

I looked at the examples, the hook is doing the operation, is there a project that I can look at and do?

I looked at the libgame project, I didn't understand anything, can anyone help?
Unfortunately I don't understand exactly what you mean

Do you want an automatic announcement in the Chat or what do you mean?

You can include the .so file in your start script :D Like


Code:
cd ./channel1/core1 && env LD_32_PRELOAD="/home/game/announcement.so" ./game &
12/20/2022 08:33 bykatil199#4
Quote:
Originally Posted by »DeneX« View Post
Unfortunately I don't understand exactly what you mean

Do you want an automatic announcement in the Chat or what do you mean?

You can include the .so file in your start script :D Like


Code:
cd ./channel1/core1 && env LD_32_PRELOAD="/home/game/announcement.so" ./game &

how can I reach you ?

I just want to learn the working logic of the .so file
skype discord?

my skype : ahmed.atalay.1907
my discord : bykatil199#4606