Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by RepublicOfAstra

  1. RepublicOfAstra

    Work-in-progress Gunz Emulator

    Here's for anyone who didn't believe it was me. :P Anyway, I'll keep you guys posted once I make progress, there are a few other things I'm working on as well.
  2. RepublicOfAstra

    Work-in-progress Gunz Emulator

    Awesome work, I'm definitely looking forward to seeing what you can come up with once your testing is done and you get another chance to work on this some more. Hit me up if you need help, I'm pretty experienced with C#.
  3. RepublicOfAstra

    [Dev] Working on the ijji client

    It might've just been the client you were using. It worked for the one I built it and tested it with, and Locator can be used with any version, it's not version-specific like MatchServer is, at least from what I can remember it's not.
  4. RepublicOfAstra

    [Dev] Working on the ijji client

    But like I said, it involves more than that. Each client is built with a specific key that corresponds to the server. Re-reouting the login packets to your own server instead of ijji's still won't succeed, since the server will use a way outdated key. And anything extra that the client has...
  5. RepublicOfAstra

    [Dev] Working on the ijji client

    C++ would be the best language most likely, but not necessarily the easiest. When I was working on one I did it in C#. Not quite as fast or efficient as C++ but it got the job done and allowed quicker development. It's all preference, really. Language doesn't matter so long as it can communicate...
  6. RepublicOfAstra

    [Dev] Working on the ijji client

    No. Code a server emulator. Coding a client emulator serves no purpose for you. And knowing how MAIET organized their source code isn't really important, it's all a matter of coder preference. You just need to implement the network protocol so it's compatible with a Gunz client. Dumping the...
  7. RepublicOfAstra

    [Dev] Working on the ijji client

    I'm not. Haha. Some dude linked me to a thread asking me for some poop on MSN and I felt like snooping around a bit before I left. And yeah, basically. Each client version is tied to a specific client version and vice versa. At least, as far as I can remember it is. I haven't touched Gunz in...
  8. RepublicOfAstra

    [Dev] Working on the ijji client

    It won't work. Making a launcher for ijji clients is easy. But making a client connect to a server version it wasn't intended for is likely way above your level, and any public leaks of MatchServer won't contain the additional protocol requirements of the newest clients. Sorry.
  9. RepublicOfAstra

    ELU Blender Exporter

    Bump. Needs moar exposure.
  10. RepublicOfAstra

    TXT possible?

    Why would you want that?...
  11. RepublicOfAstra

    MySQL instead of msSQL?

    It's possible, but you have to rewrite the database for MySQL syntax and get the ODBC drivers for MySQL (easy to find). I wouldn't recommend it though.
  12. RepublicOfAstra

    ELU/ANI Blender Importer

    Re: ELU Blender Importer For me, the .blender folder wasn't present when I installed Blender using their installer. It was only present in the ZIP version of Blender. But once I got the ZIP version, your script worked fine. Great job, it's one step closer to something people have been wanting...
  13. RepublicOfAstra

    Login Server (Locator) Emulator

    Lol. It's kinda funny that you believe he made it. He also claims to have ported Gunz to Linux, lol. He's kinda stupid.
  14. RepublicOfAstra

    Login Server (Locator) Emulator

    Re: [RELEASE] Login Server (Locator) Emulator It will still take a while, I don't know where you're getting the idea that it would be simple. And I'm working in C#, not C++. And I doubt I'll work much on this anymore. I have far too much irl to deal with right now to focus on a game I don't...
  15. RepublicOfAstra

    Mssql

    Ducking google it.
Back
Top