Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hi, I just uploaded a first (and hopefully not last) video of me live coding something similar to MMORPG.https://youtu.be/I3aM4xr_DeE This one is about: 1. Basic client-server setup (once again) 2. Base movement with server side position calculation As usually it is hour long with me mumbling, and trying to figure out what is not working. If you only interested in the result, feel free to check the sources in the description or rewind to the end. I will hopefully record another one next week. It will be about smoothing the character movement using linear interpolation. |
||||
|
nice! mmo system is very difficult to make.. i do not dare to touch the subject :) |
||||
|
Thanks for the tutorial, it was most needed as many people ask this questions regularly, now we can point them to this video :) |
||||
|
Second part is here:https://youtu.be/rAvluk_xuTU This time: 1. Fixing movement, so it is smooth (sort of); 2. Setting up better camera controls Next time I'm adding multiple players. |
||||
|
I didn't understand nothing and try to follow all that cool stuff - very nice. |
||||
|
Third part here:https://youtu.be/xUn50MsiPiY This time we're adding multiple players. So it's a real multiplayer game from now. Next time I'm adding either chatbox or player name billboards, or both. |
|