-
Apprentice
Mabinogi server emulator
For some time I have been working on a Legacy Mabinogi server emulator written in NodeJS, now since I have some things working, (movies to be added later) I was wondering about your ideas.
Here is a spoiler video of the game.
As for the server
Also if there are people who want to help in development please contact me directly ;)
So far the things that work:
- Multiple Servers
- Multiple channels
- Login to account
- Account creation
- Character creation
- Pet creation
What doesn't work:
- Too much to list
Planning:
For version 0.0.1 we will have a functioning login server, with very basic channel/ world functionality.
For version 0.0.2 we have basic functionality of NPCs, and mobs.
Further planning TBA.
Repo: https://github.com/JaspervRijbroek/aurora
Homepage: https://aurora-ps.eu
Forum: https://groups.google.com/forum/#!fo...rora-community
Discord: https://discord.gg/xkt3q7w
Last edited by jasper199069; 22-09-17 at 09:55 AM.
-
-
Apprentice
Re: Another Mabinogi server emulator
What kind of content is there? G20? for example?
-
Apprentice
Re: Another Mabinogi server emulator
With the currently working code there isn't much more than in the videos and this code still is proof of concept ;)
- - - Updated - - -
Also the basic idea is not to copy the official generation/ story quests because of copyright. Also NPCs won't be copied because of that reason.
-
Re: Another Mabinogi server emulator
Can you please include some screen shots if possible?
-
Apprentice
Re: Another Mabinogi server emulator
This is possible, I will make some of the server running and some of the client itself. Hope I can make some tomorrow.
-
Apprentice
Re: Another Mabinogi server emulator
I have added some screenshots in the thread starter.
-
Member
Re: Mabinogi server emulator
there already have a thread about Aura emulator since 2014 : http://forum.ragezone.com/f856/aura-...lator-1018140/
maybe it's can help you
-
Re: Mabinogi server emulator
Welcome to ragezone and good luck on your project :)
-
Apprentice
Re: Mabinogi server emulator
Thanks for the success :), and I am aware of the Aura project, unfortunately after the last DMCA it has been awful quite on the forms, that is why I am picking up where they left.
-
Apprentice
Re: Mabinogi server emulator
Heads up:
Our new laucher will be coming soon,
still a few bugs and minor setbacks however they will be patched, here some screenshots.
Current issues:
- Launching the client (client not actually starting)
- Packaging the windows installer
-
Apprentice
Re: Mabinogi server emulator
Another update for the time being, a lot has changed about package handling in the server, everything is based on events (more dynamic and just as JS actually is build).
Also we have gone back to the Legacy version, based on the leaked binaries on this site. (However this system is way faster)
And the repo is now open source at github: https://github.com/JaspervRijbroek/aurora
-
Apprentice
Re: Mabinogi server emulator
What would you do if nexon did a DMCA on this project? in the coming years?
-
Apprentice
Re: Mabinogi server emulator
Hmmm, the first thing is cry of course ;)
Second, perhaps start over with a private repo somewhere underground.
However the code is based on a very legacy project (the leaked server) and as long as I don't copy NPCs and quests literaly
as they are from Nexon (copyright etc) and don't accept any funds for the development I hope I will come a long way, hopefully.
-
Apprentice
Re: Mabinogi server emulator
First semi stable release is done, we will move on to version 0.0.2!
Version 0.0.2 will have the following points of work done:
- Basic server functionality will be rechecked.
- Response objects will have a broadcast function.
- Server will handle their own relation with artemis (messenger of the servers)
- Basic world functionality (mobs and npcs)
-
Apprentice
Re: Mabinogi server emulator
Hey, 'Sup, i just passed by and i noticed both Aura being stopped on it's track by DMCA and this post, they did what they could and by seeing what you are doing, i think that their breakthroughs didn't went unnoticed, anyhow, i am recalling that the JP server could make a whole class for their server which was ported to the NA server, i was wondering if there are chances to have a program to create new talents for the game, also since the UBW event brought new skills (that are petty much just permanently locked at rank N) i've been wondering if there is a chance to have the players use them as unofficial skills, and unofficial talents.
Also, modifying some skills so they are not bound to one weapon (e.g.: Respirite being used regardless of knuckles, but with lesser effect due lack of knuckes, shadow bind not restricted to shurikens yet the binding time shortened for the same reason, etc.)
I know i'm talking as if your project is already done, but doing this once in a while could help to relax a little bit.
Anyways, it is nice that you are progressing, congrats dude, keep up the good work.