Home

Awesome

MultiOgar

Ogar game server with fast and smooth vanilla physics and multi-protocol support.

Current version: 1.2.69

Project Info

Language License

MultiOgar code based on Ogar code that I heavily modified, and will continue to update. Almost all physics and protocol code were rewritten and optimized. The OgarProject owns Ogar, and I do not claim it as mine! Original Ogar found here

The goal is to make good and smooth physics and cleanup the code.

Ogar Server Tracker

You can found active Ogar servers on http://ogar-tracker.tk It updates server information in realtime with no need to refresh the page.

If you want to include your server in the list. Just install the latest version of MultiOgar server and enable server tracking with serverTracker = 1 in gameserver.ini

If you have other server and want to include it in the list, just insert the code to ping ogar-tracker.tk into your server. You can found example in MultiOgar source code: https://github.com/Barbosik/MultiOgar/blob/master/src/GameServer.js#L1799-L1823

Screenshot

MultiOgar console:

Screenshot

Version 1.2.8:

Screenshot

Install

Windows:

npm install

and run the server:

cd src
node index.js

Linux:

# First update your packages:
sudo apt-get update

# Install git:
sudo apt-get install git

# Install node.js:
sudo apt-get install nodejs-legacy npm

# Clone MultiOgar:
git clone git://github.com/Barbosik/MultiOgar.git

# Install dependencies:
cd MultiOgar
npm install

# Run the server:
cd src
sudo node index.js

Clients

This lists Ogar clients and server trackers that I found on internet.

###Ogar server trackers

Welcome to http://ogar-tracker.tk :)

URLDescription
http://ogar-tracker.tkOgar tracker
http://ogar.mivabe.nl/masterMivaBe, tracks a lot of servers
http://c0nsume.me/tracker.phpc0nsume.me server tracker

Now you can allow MultiOgar to be listed on a server tracker. Just set serverTracker = 1 in the gameserver.ini, and your server will appear on these pages: http://ogar.mivabe.nl/master , http://c0nsume.me/tracker.php If you don't want to include your server to tracker list, just set serverTracker = 0 and the server will not ping the server tracker.

###Ogar clients Just replace 127.0.0.1:443 in the url to the server IP and port to play.

URLProtocolDescription
http://agar.io/?ip=127.0.0.1:4438Vanilla
http://ogar.mivabe.nl/?ip=127.0.0.1:443early 5MivaBe, pretty smooth, custom graphics (anime)
http://play.ogarul.tk/?ip=127.0.0.1:4434OgarUL, vanilla style
http://c0nsume.me/private4.php?ip=127.0.0.1:4435vanilla style

###MultiOgar Servers

IPLocationGame ModeWeb Site
bubble-wars.tk:4444FranceFFAhttp://agar.io/?ip=bubble-wars.tk:4444 (Test server)
bubble-wars.tk:4445FranceFFA IMhttp://agar.io/?ip=bubble-wars.tk:4445 (Test server)
vps.simonorj.com:24270MontrealInstant Mergehttps://redd.it/4mufge
164.132.48.230:600FranceFFAhttp://c0nsume.me/private4.php?ip=164.132.48.230:600
149.202.87.51:443ParisFFAhttp://agarlist.com/
134.119.17.230:443GermanyFFAhttp://agarlist.com/
192.34.61.57:443New YorkFFAhttp://agarlist.com/

What's new:

Most of the physics code from the original Ogar were rewritten. The physics engine in MultiOgar is pretty close to the old vanilla physics.