Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
/ MultiOgar-Edited Public archive
forked from m-byte918/MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

License

Notifications You must be signed in to change notification settings

Luka967/MultiOgar-Edited

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiOgar - Edited

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

Since Barbosik stopped working on the original MultiOgar, I decided to continue it on this fork =D

Current version: 1.6.1

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:https://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 another tracker where you want to publish your server at, see this function for adding the functionality.

Screenshot

MultiOgar console:

Screenshot

Version 1.5.1 bottleneck test with bots:

  • 1000 bots, 1 player, 50 viruses, 1000 pellets, map 14142x14142
  • Update time: 34 milliseconds / 40 maximum
  • CPU load: 84% (single core)
  • Memory usage: 62 MB

Screenshot

PC: Intel i5-6600k @ 4 x 3.5GHz, AMD Radeon R9 380 Series Crimson Edition, 16 GB DDR4 RAM, Gigabyte Z170-Gaming K3

Install

Windows:

Method 1:

  • Run the win-Install_Dep.bat file. (It'll close automatically once it's done)
  • Run run\win-Start.bat

Method 2:

Start command line and execute from MultiOgar folder.

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:https://github.com/Megabyte918/MultiOgar-Edited.git

# Install dependencies:
cd MultiOgar
npm install

# Run the server:

Method 1:

cd run
sh lin-Start.sh

Method 2:

cd src
sudo node index.js

Clients

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

###Ogar server trackers

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

URL Protocol Description
http:https://agar.io/?ip=127.0.0.1:443 11 Vanilla with no chat
http:https://ogar.mivabe.nl/?ip=127.0.0.1:443 early 5 MivaBe, pretty smooth, anime-like cells and overlay
http:https://old.ogarul.io/?ip=127.0.0.1:443 4 OgarUL, old vanilla style with chat
http:https://c0nsume.me/private4.php?ip=127.0.0.1:443 5 Vanilla style with chat
http:https://astr.io/?ip=127.0.0.1:443 6 Extension like with chat
http:https://alis.io/?ip=127.0.0.1:443 5 Extension like

About

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Shell 2.4%
  • HTML 2.2%
  • Batchfile 0.1%