hello and thanks for answer, did you know where i can find out full open source projects ? maybee any info where i have to search ? thanks in advanceif you want to learn go with FULL open source projects
i would say check l2jmobiushello and thanks for answer, did you know where i can find out full open source projects ? maybee any info where i have to search ? thanks in advance
i see his forum and i wonder if the free version is open source or locked to be honest so i can go deepi would say check l2jmobius
There are plenty of options where to find source code. Just looking on Github for anything L2J will turn up whole bunch of older code repos.Hello to everyone hope you have great and wondefull day, i have one simple question but before question i have to tell you that i am completely begginer on L2dev and etc. i study Java and programming the last few years and i decide to make experiments in one of my favorite game Lineage 2, my question its simple and i wanna know if its possible to build a server on free files or i have to waste to buy Lucera, acis and etc.? for sure i understand on the start need free files to play with but what if i am able to buy files and start building on that files ? any answers are welcome and glad a site like this exist in 2025.
Good old Mobius still does various crap. He used to lock all the code away and he still does it for private versions.... So shenanigans all the way, with recent appearances of good will on Gitlab. Bait and switch. The only good thing he provides is ability for people to have an example of server that can support latest clients. And check commit history, it is full of very tiny adjustments, mostly around quests. Virtually all game server (and not even login server) core is left unchanged from L2J fork days (including datapack that is way off from L2OFF data, though they do patch it a little) and mind you there is enough to fix there for each chronicle...i see his forum and i wonder if the free version is open source or locked to be honest so i can go deep
that was very helpfull links and informations, as you say maybee i have to start from something like c4 so i can " play " into the codes and check what i am able to do and study on that , for sure i dont know if its good option to be honest cause in my opinion i have to find out open source and build everything on that and test on that ( its more feature proof on my mind ) i wanna improve my java skills, main goal is to make a server publish it for everyone and fix bugs and etc. for sure to fix all of that need open source and core cause locked core as you say its kinda mehhh to fix things, what about that modern interlude-classic who everyone play and open servers ? that source its kinda on favorite from most of the servers as i seeThere are plenty of options where to find source code. Just looking on Github for anything L2J will turn up whole bunch of older code repos.
You also need to decide which chronicle you want to explore. Later chronicles like HF will have way more stuff added compared to say C4 or even Interlude. An updated client will also look and function better. Perhaps even will run more stable on latest windows OS.
Here are some repos:
- L2J HF -Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация(multiple repos here for various stuff, you might want to drop by their Discord channel to ask questions on how to install all of that. Here on this forum you can find all-in-one downloads if you do not want to assemble your server, however you will need to do that if you start development)
- Acis InterludeВы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация(again they have their own Discord and forums how to set things up)
- L2J Mobius (they support most chronicles which is a plus, however consider that they do not actually improve on game server core as with L2J or Acis) -Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или Регистрация
You are also welcome to check out my development with Typescript, lots of unique stuff that does not even exist in Java servers, with links in my signature.
so l2jmob its not my started place as i understandGood old Mobius still does various crap. He used to lock all the code away and he still does it for private versions.... So shenanigans all the way, with recent appearances of good will on Gitlab. Bait and switch. The only good thing he provides is ability for people to have an example of server that can support latest clients. And check commit history, it is full of very tiny adjustments, mostly around quests. Virtually all game server (and not even login server) core is left unchanged from L2J fork days (including datapack that is way off from L2OFF data, though they do patch it a little) and mind you there is enough to fix there for each chronicle...
L2J has Discord with some Youtube links on how to set things up. Basically compiling stuff and putting things together. I suspect you will have your hands busy with just that since process of making Java serves have not changed literally in 20 years (aside from moving data from SQL to XML). There is still Java JAR file for each of servers, copying of datapack and geodata files. Dances around MySQL database and praying in the end for good luck....that was very helpfull links and informations, as you say maybee i have to start from something like c4 so i can " play " into the codes and check what i am able to do and study on that , for sure i dont know if its good option to be honest cause in my opinion i have to find out open source and build everything on that and test on that ( its more feature proof on my mind ) i wanna improve my java skills, main goal is to make a server publish it for everyone and fix bugs and etc. for sure to fix all of that need open source and core cause locked core as you say its kinda mehhh to fix things, what about that modern interlude-classic who everyone play and open servers ? that source its kinda on favorite from most of the servers as i see
you are right , i already install one server in my personal space from l2jmob just to see how it works, hope to figure out how it works and how to make stuff on it, your suggestion about source and etc. are still the same links right ? maybee i can pick up that source from interlude-classic and install it too, lets see how it will goes , thanks so much for your help mate you are really awesome and hope that project improve my skill, i am kinda confused on what i have to pick to start to be honest but i hope i will find out, one more question cause i see you are already in that things, is it possible to take an example acis pack and make it like classic ? like it is on the most of the servers so i can setup it tooL2J has Discord with some Youtube links on how to set things up. Basically compiling stuff and putting things together. I suspect you will have your hands busy with just that since process of making Java serves have not changed literally in 20 years (aside from moving data from SQL to XML). There is still Java JAR file for each of servers, copying of datapack and geodata files. Dances around MySQL database and praying in the end for good luck....
I would say that your aspirations cannot be fulfilled until you have server running in debug mode so you can see where and how things are happening. And chronicle version does not necessarily matter, unless you just want to fix older or newer code. I think the biggest hurdle is to get things running at first and then figure out what is there to fix, since sifting through so much code in game server is overwhelming, it is not even comparable to anything else in Java professional world (there is cryptography, database calls, low level packet processing, 3d world calculations, AI behaviors, hundreds of systems with few sub-systems each, all to accommodate client functions). So go right in! It'll take some time anyway to start fixing things.
What do you mean ? brawery source is open source as i understand ? i am confused on where i have to start and what else i have to install in my PC and pick something to start work on it, begginer questions as i sayYou no need mobius for high five server cause, just like l2jserver.
Look source code (brawery source), there free source in resources.
You can later port on current source code l2j features later and also modified geo.
You can look build with one click and there link on original author with source code.What do you mean ? brawery source is open source as i understand ? i am confused on where i have to start and what else i have to install in my PC and pick something to start work on it, begginer questions as i say
Is it possible to upgrade to newer client? Yes. However consider that you are not only upgrading server, you also need to fit data that exists in client, so server must match that since newer clients will have for example different skills and npcs, not to mention locations may be different so you will need geodata to match that too! Not an easy task.you are right , i already install one server in my personal space from l2jmob just to see how it works, hope to figure out how it works and how to make stuff on it, your suggestion about source and etc. are still the same links right ? maybee i can pick up that source from interlude-classic and install it too, lets see how it will goes , thanks so much for your help mate you are really awesome and hope that project improve my skill, i am kinda confused on what i have to pick to start to be honest but i hope i will find out, one more question cause i see you are already in that things, is it possible to take an example acis pack and make it like classic ? like it is on the most of the servers so i can setup it too
Hello to everyone hope you have great and wondefull day, i have one simple question but before question i have to tell you that i am completely begginer on L2dev and etc. i study Java and programming the last few years and i decide to make experiments in one of my favorite game Lineage 2, my question its simple and i wanna know if its possible to build a server on free files or i have to waste to buy Lucera, acis and etc.? for sure i understand on the start need free files to play with but what if i am able to buy files and start building on that files ? any answers are welcome and glad a site like this exist in 2025.
hmm h5 server still on market except l2scryde and rpg club brother ?You can look build with one click and there link on original author with source code.
You can start developing high five server.
Готовый сервер для запуска в один клик кому нужно.
helpfull , unfortunetately i cant give a like to that comment cause i am new member still not permission to do that , but you are crazy brother you know tons of things and that helps me a lot to figure out some situationsIs it possible to upgrade to newer client? Yes. However consider that you are not only upgrading server, you also need to fit data that exists in client, so server must match that since newer clients will have for example different skills and npcs, not to mention locations may be different so you will need geodata to match that too! Not an easy task.
As for links, yes, those are repos for respective codebases. However you may need more information as to how to make whole server work, and that is usually on a Discord servers or forums.
there is difference beetwen them ? you cant make a l2jmob or l2jsun to work with players ? you believe its not possible from what option ? i need an explain on that brother if its possible and you have time , thanks in advanceFor your goals you can use l2jMobius, l2jSunrise and so on, mostly open source projects, also many of them on GitHub. But if you plan a gaming project with players, websites and so on, you better buy server like l2jeternity and with support.
Yes you can make them work with players. Difference between open source projects and sellable ones are only in content and accessebility to sources. You told that you want to train your skill, thats why everione advice you to use l2jMobius.there is difference beetwen them ? you cant make a l2jmob or l2jsun to work with players ? you believe its not possible from what option ? i will an explain on that brother if its possible and you have time , thanks in advance
yes i agree with that my friend , your answer just make me release and ask you what is the difference beetwen them and thanks for your answer too, you believe to buy ready files its better to open a server or to create it from zero it will be harder but you will learn tons of things , its just questions and conversation to be honest, lets say that someone want to buy and open server do you reccomend any trust seller with already open projects or that question need another post post ?Yes you can make them work with players. Difference between open source projects and sellable ones are only in content and accessebility to sources. You told that you want to train your skill, thats why everione advice you to use l2jMobius.
Just free java source code.hmm h5 server still on market except l2scryde and rpg club brother ?
To train your skills open source project is more than innuf. And you dont need to buy an open source project. Yes it will be harder because you will need to work on core and data yourself and yes you will learn tons off things. But if you plan to open a game server for players, now, invest money in it, it is better to buy already ready server like l2jeternity (High Five) for example and dont forget about anticheat, antiDDoS and so on.yes i agree with that my friend , your answer just make me release and ask you what is the difference beetwen them and thanks for your answer too, you believe to buy ready files its better to open a server or to create it from zero it will be harder but you will learn tons of things , its just questions and conversation to be honest, lets say that someone want to buy and open server do you reccomend any trust seller with already open projects or that question need another post post ?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?