Barbosik / MultiOgar

An open source Ogar server implementation, written with Node.js.
Other
61 stars 44 forks source link

# 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:

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 :)

URL Description
http://ogar-tracker.tk Ogar tracker
http://ogar.mivabe.nl/master MivaBe, tracks a lot of servers
http://c0nsume.me/tracker.php c0nsume.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.

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

MultiOgar Servers

IP Location Game Mode Web Site
bubble-wars.tk:4444 France FFA http://agar.io/?ip=bubble-wars.tk:4444 (Test server)
bubble-wars.tk:4445 France FFA IM http://agar.io/?ip=bubble-wars.tk:4445 (Test server)
vps.simonorj.com:24270 Montreal Instant Merge https://redd.it/4mufge
164.132.48.230:600 France FFA http://c0nsume.me/private4.php?ip=164.132.48.230:600
149.202.87.51:443 Paris FFA http://agarlist.com/
134.119.17.230:443 Germany FFA http://agarlist.com/
192.34.61.57:443 New York FFA http://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.