Lineage 2 server emulator for the Chronicle 4 written in C just for fun.
- download Visual Studio Build Tools or Visual Studio, install C++ components
- run the following commands:
conan install -b missing cmake --preset conan-default cmake --build build --preset conan-release cmake --install build --config release
- update your
%WINDIR%/System32/drivers/etc/hostsfile to include:127.0.0.1 l2authd.lineage2.com - to run the login server,
cd bin && login_server.exe - to run the game server,
cd bin && game_server.exe - that's it, open your Lineage 2 client and enjoy. accounts are created automatically
- install and configure Conan
- run the following commands:
conan install -b missing cmake --preset conan-default cmake --build build --preset conan-release cmake --install build --config release
- update
/etc/hoststo include:127.0.0.1 l2authd.lineage2.com - to run the login server,
cd bin && ./login_server - to run the game server,
cd bin && ./game_server - that's it, open your Lineage 2 client and enjoy. accounts are created automatically
- the login server uses the port
2106 - the game server will automatically use the port
7777
- l2j: https://www.l2jserver.com
- openssl: https://www.openssl.org
- add stop timer flag to stop the timer thread
- wclose should signal instead of just setting the variable