Elfo Posted April 20, 2016 Posted April 20, 2016 (edited) What is this? This is an open source project for Interlude written in C#.What i wanna do with this is to eventually get it to the same level of aCis feature wise while using the latest technologiesand getting the performance benefits of the latest C# version and .NET Framework 4.6. The project won't be usable for a while but feel free to do your own pull requests and give me a hand on this one. Progress Downgrade most of the packets to C6 Implement basic known object functionality Refactor the code for the crappy java-like structure to proper C# Refactor LoginService to use the new Packet structure Creating loading and saving players Creating loading and saving items Refactor GameService to use the new Packet structure Rework the movement alorithm "Cmon Elfo, you gonna abandon this in 1 week" Well no and there is a reason for this. The reason why i abandoned the other project is becausefirstly, it was java and my career is c# based and secondly that I did not work on Interlude.I did wanna work on IL. With this one i am still doing interlude and i am coding in the framework i enjoy.If i abandon this then it means i hate what i am doing (which i am not). Website link:http://elfocrash.github.io/L2dotNET Github link:https://github.com/Elfocrash/L2dotNET Current stage Working on movement related stuff. License L2dotNET is under the Mozilla Public License, version 2.0. A full version of it can be found here: https://github.com/Elfocrash/L2dotNET/blob/master/LICENSE A TL;DR version is here: Edited August 12, 2016 by .Elfocrash 1 4 Quote
SweeTs Posted April 20, 2016 Posted April 20, 2016 Good luck with that, but indeed, most of people will think/say :dat: On 4/20/2016 at 10:53 AM, .Elfocrash said: "Cmon Elfo, you gonna abandon this in 1 week" Prove them wrong. Quote
Elfo Posted April 20, 2016 Author Posted April 20, 2016 On 4/20/2016 at 11:23 AM, SweeTs said: Good luck with that, but indeed, most of people will think/say :dat: Prove them wrong. I know that's why i said it myself. Really curious to see how this goes and too much to do as it was based on .net 3.5 and now i upgraded to 4.6. Some really cool stuff to be done. BTW guys i won't make a forum and shit. I wouldn't even make this post tbh but just in case someone likes C# and l2 and wants to combine them he can give me a hand cuz thats the case for me. Quote
SweeTs Posted April 20, 2016 Posted April 20, 2016 (edited) Maybe remove 'Lineage' word from git readme, they may take you down :D Edited April 20, 2016 by SweeTs Quote
Elfo Posted April 20, 2016 Author Posted April 20, 2016 On 4/20/2016 at 11:40 AM, SweeTs said: Maybe remove 'Lineage' word from git readme, they may take you down :D Yeah i removed it from the short desc, forgot the other one. However if you see they only targeted l2j projects. I did have another C# l2 project when i was testing networking with C# and they did not take it down. Anyway yeah good idea. Quote
Sdw Posted April 20, 2016 Posted April 20, 2016 On 4/20/2016 at 10:53 AM, .Elfocrash said: "Cmon Elfo, you gonna abandon this in 1 week" Pretty good project summary :D Quote
Gladicek Posted April 20, 2016 Posted April 20, 2016 On 4/20/2016 at 10:53 AM, .Elfocrash said: "Cmon Elfo, you gonna abandon this in 1 week" Maybe in 2 weeks... just in this case :troll: :troll: Quote
Elfo Posted April 20, 2016 Author Posted April 20, 2016 On 4/20/2016 at 12:22 PM, Nik said: May I ask why are you using C#? Sure. I am a professional ASP.NET MVC/Webforms/Web API developer in my everyday life and i am working in an environment surrounded by many senior people in the industry. I do use the language, framework and patterns in my everyday life and i have a good code base to get examples for this project too. If you want me to compare it to java, i won't do it just because there is no point even though there are advantages (and disadvantages) I think people should work with whatever they are familiar with and with whatever they feel comfortable coding on. Quote
Sdw Posted April 20, 2016 Posted April 20, 2016 Did you even notice that maybe, if you want to proceed with it, you might consider going back to square one ? Maybe keep networking, and a few shit, but the coding style / execuration / ... is plain shit, and it lacks like ... 80% of proper logic ? When you notice all that I don't you doing anything else but drop, specially if you stay alone. Maybe not a week, but a month ? Quote
Elfo Posted April 20, 2016 Author Posted April 20, 2016 On 4/20/2016 at 12:46 PM, Sdw said: Did you even notice that maybe, if you want to proceed with it, you might consider going back to square one ? Maybe keep networking, and a few shit, but the coding style / execuration / ... is plain shit, and it lacks like ... 80% of proper logic ? When you notice all that I don't you doing anything else but drop, specially if you stay alone. Maybe not a week, but a month ? Mate the whole thing will be reworked anyway. There are tables referenced in the code that are not even in the database structure. The code will be totally reworked eventually but i do need the networking bit. The code for the rest will be dropped and reworked piece by piece. And yeah the coding style is pure shit. That's what i mentioned in my short description. That we start from here cuz i found someone semi working and we get somewhere. For example with aCis as guidance the project will eventually use the exact same database structure. For now i have to change all the freya packets to IL up until the point that nothing really breaks and then steadily add tests and features, while scrapping the old code. Is it a challenge? Yeah ofc it is but i am at a point that if there is no challenge i get bored and stop developing like i did with other projects. This thing however spawns a whole new concept that that's why i don't abandon it. It might never see a live server based on it and i am ok with it, but i hope to get it at a point that someone might consider it. Quote
UnAfraid Posted April 20, 2016 Posted April 20, 2016 I would not use any base, but start over. That would let me set standard on my own, no shit no protocol downgrade issues and stuff to deal with Quote
Elfo Posted April 20, 2016 Author Posted April 20, 2016 On 4/20/2016 at 12:59 PM, UnAfraid said: I would not use any base, but start over. That would let me set standard on my own, no shit no protocol downgrade issues and stuff to deal with I do not have to reinvent the wheel. There is not much other than basic functionality anyway and there are packets missing and extra ones. I would start over and that's what i was doing but i found this and i got it to a point where is it reworkable and i will stick with it. Quote
Tryskell Posted April 20, 2016 Posted April 20, 2016 I doubt it's a good move, there are no c# community, no shares, and for the moment, no projects to refer about. I agree than fixing can be longer than simply rewrite, but it's not that much longer, and you have to rewrite absolutely everything. I hope you're as motivated as I was for scripts. As said UnAfraid, if you don't edit the whole organization it will be simply a L2J copy written in C#, which offers no benefits compared to mother project. And all your time will be dedicated to move from one technology to another. Anyway, gl. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.