Lineage 2 C4 server emulator project in C
Posted: Fri Sep 18, 2020 1:49 am
Hello guys, hope you are doing great. I just wanted to share with you the project I have been
working on for the last couple of years.
https://github.com/Ruk33/l2auth
This is just a learning project, I always wanted to work using the C programming language but
never found the right project until I thought, hey, what if I build a Lineage 2 server with it?
Initially, the goal was to just get a password error message, that was it. After several tries,
after bashing my head against the keyboard I managed to get it right and when I saw

I just wanted to keep going, see how far I could make it and how bad could I break things, ie:

(not a bug, clearly a feature)
So far I don't have a lot of functionality but I do have quite a bit of the foundation to keep on adding stuff.

With this project I have learned a lot of things (one of those is being able to lively inject code changes into the
server without requiring to shut it down and restart it) and I thought maybe I can share it with someone else and
they will find it interesting. This is by no means a serious project, at least not for the moment, it's just
a project to learn and have fun.
Hope you like it and if you want to jump in the project you are more than welcome.
Thanks!
working on for the last couple of years.
https://github.com/Ruk33/l2auth
This is just a learning project, I always wanted to work using the C programming language but
never found the right project until I thought, hey, what if I build a Lineage 2 server with it?
Initially, the goal was to just get a password error message, that was it. After several tries,
after bashing my head against the keyboard I managed to get it right and when I saw
I just wanted to keep going, see how far I could make it and how bad could I break things, ie:

(not a bug, clearly a feature)
So far I don't have a lot of functionality but I do have quite a bit of the foundation to keep on adding stuff.

With this project I have learned a lot of things (one of those is being able to lively inject code changes into the
server without requiring to shut it down and restart it) and I thought maybe I can share it with someone else and
they will find it interesting. This is by no means a serious project, at least not for the moment, it's just
a project to learn and have fun.
Hope you like it and if you want to jump in the project you are more than welcome.
Thanks!