Search results

Play Now
  1. kyndigs

    Community Age

    31, started playing 2003, got 3 month ban in 2005 for pking everyone at the Easter Event and never really played again. At the time it seemed the staff were caving to the pussys in mir who liked to queue for bosses and expected everything to be nicey nice. Ban was a blessing in disguise.
  2. kyndigs

    Love the new maps and "weather" on Korean

    Started developing it, looks really sweet, does anyone have any other weather sprites for mir? https://www.youtube.com/watch?v=5ggRGi1b0Y8&feature=youtu.be
  3. kyndigs

    Having a little private play around with the Zircon files

    Re: EmeraldM2 Open-Source Mir2 Server EasyMode == Lifco
  4. kyndigs

    Dragon Server nostalga

    Jesus almost shed a tear seeing Marcmulhern3 saying "brb peeps" in the middle of BDD, prick used to do that to me all the time, brb and I would have to savage a bunch of mobs trying to keep him alive...
  5. kyndigs

    Having a little private play around with the Zircon files

    Yeah I really hate them as they pray on developers who might be new or on a time constraint or for some other reason can't develop the components, so they take advantage with ludicrous prices for sub par shite. ---------- Post Merged at 01:05 PM ---------- Previous Post was at 01:04 PM...
  6. kyndigs

    Having a little private play around with the Zircon files

    Overpriced its wrong to have to pay that price for their very very simple components, when there is many open source alternatives or can be developed from scratch without much effort.
  7. kyndigs

    Having a little private play around with the Zircon files

    To be honest if the point is to learn and maybe make something then It's better to start from scratch, taking someone's code and re-using it can be tough for things like this Mir is not and never will be a big open source well documented thing with loads of contributors to learn from. Jamie...
  8. kyndigs

    Having a little private play around with the Zircon files

    Interesting he saw that, packets are in Library.dll which is not in the screenshot lol and there is a bit more to de-compilation if you want it to actually run so not that simple.
  9. kyndigs

    Having a little private play around with the Zircon files

    Have not read the thread tbh, just having fun as Smavid thought EasyMode was me, what's the story with the packets?
  10. kyndigs

    Having a little private play around with the Zircon files

    Client is similar to the Crystal client, maybe you should just use that and customize to your needs, or decompile and study.
  11. kyndigs

    New Mir Project

    Yes correct, more like a dynamic plugin system for the main gameplay stuff. The main thing lacking is lack of innovation in terms of graphics correct, I would love to see all the stuff recreated into isometric 3d as opposed to static isometric images.
  12. kyndigs

    New Mir Project

    I won't personally be making a server, however i will support someone who is serious about making one, what catastrophe are you talking about?
  13. kyndigs

    New Mir Project

    Cool but kind of weird at the same time lol
  14. kyndigs

    New Mir Project

    No Client is desktop based, however I am testing with a build in Xamarin, which is why I have customized monogame.
  15. kyndigs

    New Mir Project

    Yes, the components interfaces will be exposed to allow customization and new components. Components fall into a few categories: Client Graphics Client Actor Client Magic Client Effect Client Dialogs Server Actor Server Systems Server Magic Server Maps The ECS that wraps all these together...
  16. kyndigs

    New Mir Project

    The web talks directly to a new web interface component, so you can dashboard and build pages for anything in the live game and database, using reflecting to tell if what you want, and it will export it back in JSON and you just plug it into a template on web portal.
  17. kyndigs

    New Mir Project

    Thanks, I am using a custom build of MonoGame, DirectX directly was an option but again, Mir is inherently simple, to require that low level is not required, however Unity is too abstracted, MonoGame with a few tweaks was a perfect middle ground for me imho. ---------- Post Merged at 11:56 AM...
  18. kyndigs

    New Mir Project

    The core will be closed, I will open up the components for customization and development. Kind of the way .NET Framework is closed but partially open for some of the namespaces.
  19. kyndigs

    New Mir Project

  20. kyndigs

    New Mir Project

    That is just a web front-end, mixture of bootstrap and jquery running in the browser, I just snipped chrome from the screenshot.