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 MivaBe

  1. MivaBe

    Creating a Game Server - Where to Begin

    -What OS is needed? For Server you will need nodeJS (preferably v0.10.25 ~ v0.10.41 as that has the lowest memory usage) You must be registered for see element. this can be on windows, linux or even rasbery pi :P -Can i run this on just a web server? If you want a private client, you will need...
  2. MivaBe

    Trouble with Agar.io Private Server Connection

    Re: Agar.io private server client socket opening and closing If you look in the Ogar Source, for GameServer.js you will find // ----- Client authenticity check code ----- // !!!!! WARNING !!!!! // THE BELOW SECTION OF CODE CHECKS TO ENSURE THAT CONNECTIONS ARE COMING...
  3. MivaBe

    Agar.io Private Server Emulator and Source Code

    Tutorials for what ? The Server ? Most cases it be edit the gameserver ini file to your preference, run it in JS or JX most servers on GIT including my own come with an rather well explained readme. Or as in my case even a wiki. Client wise, it most time just drop on a server change ip's to your...
  4. MivaBe

    Managing Player Limits on My Server

    The one i work on and try to keep somewhat up to date :D You must be registered for see element.
  5. MivaBe

    Managing Player Limits on My Server

    if you used an older 'server' then you get to max players fast as it not deletes old connects. Might one try my release (see release topic) you can always try edit gameserver.ini and set the max to like 150 or more...
  6. MivaBe

    Ogar Private Server with JXCore Based

    Sharing the server, is easy the client; would need a wee bit more; As just making a client is never where your job stops, it also means adjusting and fine tuning apache/htaccess for the clients that connect. The most work was just that, This server is just a side project to make the site work...
  7. MivaBe

    Ogar Private Server with JXCore Based

    Two hundred tries later and a huge battle with one drive,. LOL Here my server, as running on ogar.mivabe.nl. This one has auto shutdown after x time; you can set in the config file. And chat trough console. You must be registered for see element. The linux version needs JXcore installed, to...
  8. MivaBe

    Trouble with Agario Emulator

    Looks like somebody forgot to add the code to actually remove a player from player list in that version as well; And perhaps forgot to add a break; in packet select ? in case a packet arrives that not matches any of the given variables for the case switching. Noting you can do though i would...
  9. MivaBe

    Agar.io Private Server Emulator and Source Code

    if node is not an option then try running it in You must be registered for see element., actualy, dont use node at all; switch to jx all together, faster, better memory management and multi treads! Works for both Linux and Windows; On linux just run it like how you did before after installing...
  10. MivaBe

    Agario Original Match with Top 20 Leaderboard and Custom Map

    Re: [WEB GAME] Agario Orj. System Full Web Page + Files Or edit the js to change it back from 199 to 99 not that gard to find in sendChat you do not per say need mySQL files as it does not use it.
Back
Top