Jump to content

Lineage 2 in Unity


Recommended Posts

4 hours ago, xdem said:

You are not recreating L2 in Unity. You are recreating the MAPS.

 

What you are doing is PoC and will remain unfished forever, and simply because recreating Lineage 2 is much more than importing / improving maps in Unity.

 

Think of client side code, networking, game data, effects, sounds which is truly A LOT, trust me.

 

To do all this in Unity will require an enormous man-hour waste to script, with probably inferior performance to the good old native L2 binaries.

 

I will not even discuss about incompatibility with L2J/L2OFF networking, you will also have to remake the server because scripting the current networking would be a dumb idea on such a project.

 

Overall, yeah nice effort / graphics.


To be fair, he did note several times he was not completely remaking the game. It was just to showcase what is possible using Unity. 
 

He basically showed every potential dev enough details to fully recreate the world, which is step 1. Most people would fail figuring out how to script the placing of all the static meshes due to confusion on converting unreal units for pitch/yaw/roll to Unity. 
 

He also explained in enough detail how to apply all the original terrain textures to a Unity terrain splat map. That saves TONS of time once you automate it. Then you can just swap out textures if you don’t like the originals as he did in his second video. 
 

As far as networking, that is something he chose not to do. You don’t have to do it from scratch, there are already existing solutions to this. I have a working client and server that I can log in to that is backed by a db and allows creation of everything you need to add skills, items, quests, instances, etc.

 

You are right that there is so much more to do. That’s been discussed previously in this thread. It doesn’t mean it’s impossible but it would require some people getting together to do it. I don’t think he’s aiming for that though as it seems this was more geared to starting a YouTube channel. 
 

I would actually be disappointed if someone who was engaging in this effort tried to make it compatible with the existing server. Those game mechanics are so tired and overplayed. L2 could have been so much more of a skill-based game with more focus on combat skills and counter skills and engaging mobs. Instead it can be summed up in two ways:

 

1. Make sure you get sword singer and blade dancer buffs and then hope you crit harder and faster than your opponent while spamming CP pots.

2. Kill a seemingly endless amount of (helpless) mobs to reach max level after wasting a year of your life and then subclass and do it all over again. 
 

You’d think NCSoft would have learned after all these years of getting their asses kicked by Blizzard, but nope. Instead what do they do with Lineage 2M? The same damn thing. That’s why it’s rated 2.9 stars and no one plays it anymore. 

Edited by cgrahamseven
  • Thanks 1
Link to comment
Share on other sites

10 hours ago, xdem said:

You are not recreating L2 in Unity. You are recreating the MAPS.

 

What you are doing is PoC and will remain unfished forever, and simply because recreating Lineage 2 is much more than importing / improving maps in Unity.

 

Think of client side code, networking, game data, effects, sounds which is truly A LOT, trust me.

 

To do all this in Unity will require an enormous man-hour waste to script, with probably inferior performance to the good old native L2 binaries.

 

I will not even discuss about incompatibility with L2J/L2OFF networking, you will also have to remake the server because scripting the current networking would be a dumb idea on such a project.

 

Overall, yeah nice effort / graphics.

The title is sensationalist on purpose for YouTube. I'm more or less reimagining the gameplay while trying to stay true to the visuals.

 

I never planned on remaking the whole thing. The main objective with the video was stated in part 1 - indulge in nostalgia and document the process.

 

As for networking, (if I wanted to push that far) I'd use an off the shelf solution. 

Link to comment
Share on other sites

  • 4 weeks later...
On 12/1/2023 at 10:06 AM, irk said:

I think you need to team up with similar projects that were inspired by yours,

 

https://gitlab.com/shnok/l2-unity/-/tree/main?ref_type=heads

Save yourself from the insanity ;)

 

Link to comment
Share on other sites

  • 1 month later...
On 12/1/2023 at 4:06 PM, irk said:

I think you need to team up with similar projects that were inspired by yours,

 

https://gitlab.com/shnok/l2-unity/-/tree/main?ref_type=heads

That's really nice. I'd love to get in contact with them.

Link to comment
Share on other sites

  • 3 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...