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!

Ogar: Open Source Agar.io Server with Multi-cell Player Movement

Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
Check my Perfect working Server ;)



helloimpie - Ogar: Open Source Agar.io Server with Multi-cell Player Movement - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Aug 31, 2013
Messages
11
Reaction score
0
It is perfect
 
Initiate Mage
Joined
Jun 19, 2015
Messages
1
Reaction score
0
Ah thank you very much! Finally got it working. One last question, do you know if it's possible to use something like hamachi to have others connect to the server?
You can use hamachi I managed to get it working with hamachi
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
need help configure 3 server in client web any help?
 
Newbie Spellweaver
Joined
Aug 7, 2011
Messages
29
Reaction score
3
English: Can anyone send me the current client from agar?
Germany: Kann mir jemand den aktuellen Client schicken von agar?

English: My server I downloaded from:
Germany: Mein server habe ich von heruntergeladen

English: The game still does not work
Germany: Das spiel geht trotzdem nicht

My server:



My Server setting
Meine Server Einstellungen

gameserver.ini
PHP:
// Ogar configurations file
// Lines starting with slashes are comment lines

// [Server]
// serverGamemode: 0 = FFA, 1 = Teams, 10 = Tournament, 11 = Hunger Games
// serverBots: Amount of player bots to spawn (Experimental)
// serverViewBase: Base view distance of players. Warning: high values may cause lag
// leaderboardUpdateClient: How often leaderboard data is sent to the client (1 tick = 50 milliseconds)
serverMaxConnections = 5
serverPort = 777
serverGamemode = 0
serverBots = 0
serverViewBase = 1024

// [Border]
// Border values of the map (Vanilla values are left/top = 0, right/bottom = 11180.3398875)
borderLeft = 0
borderRight = 6000
borderTop = 0
borderBottom = 6000

// [Spawn]
// Each interval is 1 tick (50 ms)
spawnInterval = 20
foodSpawnAmount = 10
foodStartAmount = 100
foodMaxAmount = 500
foodMass = 1
virusMinAmount = 10
virusMaxAmount = 50
virusStartMass = 100
virusFeedAmount = 7

// [Ejected Mass]
// ejectMass: Mass of ejected cells
// ejectMassLoss: Mass lost when ejecting cells
// ejectSpeed: Base speed of ejected cells
// ejectSpawnPlayer: Chance for a player to spawn from ejected mass
ejectMass = 12
ejectMassLoss = 16
ejectSpeed = 160
ejectSpawnPlayer = 50

// [Player]
// playerRecombineTime: Base amount of ticks before a cell is allowed to recombine (1 tick = 1000 milliseconds)
// playerMassDecayRate: Amount of mass lost per tick (Multiplier) (1 tick = 1000 milliseconds)
// playerMinMassDecay: Minimum mass for decay to occur 
playerStartMass = 10
playerMaxMass = 22500
playerMinMassEject = 32
playerMinMassSplit = 36
playerMaxCells = 16
playerRecombineTime = 30
playerMassDecayRate = .002
playerMinMassDecay = 9
playerMaxNickLength = 15

// [Gamemode]
// Custom gamemode settings
// tourneyAutoFill: If set to a value higher than 0, the tournament match will automatically fill up with bots after value seconds
// tourneyAutoFillPlayers: The timer for filling the server with bots will not count down unless there is this amount of real players
tourneyMaxPlayers = 12
tourneyPrepTime = 10
tourneyEndTime = 30
tourneyAutoFill = 0
tourneyAutoFillPlayers = 1

config.php
PHP:
<?php

$config = [
    // Nome do site
    'name' => 'ityy.de',
    
    // Endereço do site, exemplo: http://agar.io/
    'site' => 'http://ityy.de/',
    
    // Api para obter as informações dos servidores, exemplo: http://m.agar.io/
    'api' => 'http://ityy.de/',
    
    // Dominio/IP do jogo, exemplo: agar.io
    'host' => 'ityy.de',
    
    // Configurações do banco de dados
    'db' => [
        'host' => 'localhost',
        'name' => '****',
        'user' => '***',
        'pass' => ***'',
    ],
    
    'version' => [
        'main_out' => 502,
        'quadtree' => 3
    ]
];

Please Help :)
Bitte um Hilfe :)
 
Newbie Spellweaver
Joined
Aug 7, 2011
Messages
29
Reaction score
3
You need to uninstall agario extended, that extension breaks your game.
I insatalliert or activated no extensions

Is it standard activated ?
I'm sorry for english



English: The site is probably not compatible with the server!
Germany: Die Webseite ist wahrscheinlich nicht mit dem Server kompatibel!

Where can I download Agar Website ( Latest ) :)
 
Last edited:
Newbie Spellweaver
Joined
May 28, 2014
Messages
26
Reaction score
13
I insatalliert or activated no extensions

Is it standard activated ?
I'm sorry for english



English: The site is probably not compatible with the server!
Germany: Die Webseite ist wahrscheinlich nicht mit dem Server kompatibel!

Where can I download Agar Website ( Latest )

You can use a program like Httrack, but heres a fresh rip of the website:
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
English: Can anyone send me the current client from agar?
Germany: Kann mir jemand den aktuellen Client schicken von agar?

English: My server I downloaded from:
Germany: Mein server habe ich von heruntergeladen

English: The game still does not work
Germany: Das spiel geht trotzdem nicht

My server:



My Server setting
Meine Server Einstellungen

gameserver.ini
PHP:
// Ogar configurations file
// Lines starting with slashes are comment lines

// [Server]
// serverGamemode: 0 = FFA, 1 = Teams, 10 = Tournament, 11 = Hunger Games
// serverBots: Amount of player bots to spawn (Experimental)
// serverViewBase: Base view distance of players. Warning: high values may cause lag
// leaderboardUpdateClient: How often leaderboard data is sent to the client (1 tick = 50 milliseconds)
serverMaxConnections = 5
serverPort = 777
serverGamemode = 0
serverBots = 0
serverViewBase = 1024

// [Border]
// Border values of the map (Vanilla values are left/top = 0, right/bottom = 11180.3398875)
borderLeft = 0
borderRight = 6000
borderTop = 0
borderBottom = 6000

// [Spawn]
// Each interval is 1 tick (50 ms)
spawnInterval = 20
foodSpawnAmount = 10
foodStartAmount = 100
foodMaxAmount = 500
foodMass = 1
virusMinAmount = 10
virusMaxAmount = 50
virusStartMass = 100
virusFeedAmount = 7

// [Ejected Mass]
// ejectMass: Mass of ejected cells
// ejectMassLoss: Mass lost when ejecting cells
// ejectSpeed: Base speed of ejected cells
// ejectSpawnPlayer: Chance for a player to spawn from ejected mass
ejectMass = 12
ejectMassLoss = 16
ejectSpeed = 160
ejectSpawnPlayer = 50

// [Player]
// playerRecombineTime: Base amount of ticks before a cell is allowed to recombine (1 tick = 1000 milliseconds)
// playerMassDecayRate: Amount of mass lost per tick (Multiplier) (1 tick = 1000 milliseconds)
// playerMinMassDecay: Minimum mass for decay to occur 
playerStartMass = 10
playerMaxMass = 22500
playerMinMassEject = 32
playerMinMassSplit = 36
playerMaxCells = 16
playerRecombineTime = 30
playerMassDecayRate = .002
playerMinMassDecay = 9
playerMaxNickLength = 15

// [Gamemode]
// Custom gamemode settings
// tourneyAutoFill: If set to a value higher than 0, the tournament match will automatically fill up with bots after value seconds
// tourneyAutoFillPlayers: The timer for filling the server with bots will not count down unless there is this amount of real players
tourneyMaxPlayers = 12
tourneyPrepTime = 10
tourneyEndTime = 30
tourneyAutoFill = 0
tourneyAutoFillPlayers = 1

config.php
PHP:
<?php

$config = [
    // Nome do site
    'name' => 'ityy.de',
    
    // Endereço do site, exemplo: http://agar.io/
    'site' => 'http://ityy.de/',
    
    // Api para obter as informações dos servidores, exemplo: http://m.agar.io/
    'api' => 'http://ityy.de/',
    
    // Dominio/IP do jogo, exemplo: agar.io
    'host' => 'ityy.de',
    
    // Configurações do banco de dados
    'db' => [
        'host' => 'localhost',
        'name' => '****',
        'user' => '***',
        'pass' => ***'',
    ],
    
    'version' => [
        'main_out' => 502,
        'quadtree' => 3
    ]
];

Please Help :)
Bitte um Hilfe :)

Is you client men, u used


helloimpie you can create one web client for Ogar?
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
@helloimpie , i have my web client en my host vps but when select server #1 is #2 and select server #2 is #1 no is normal =/
look my website is
 
Newbie Spellweaver
Joined
May 26, 2015
Messages
6
Reaction score
0
how did you set it up to public on vps? tutorial pls I want to host a server too thank you very much



how did you set it up to public on vps? tutorial pls I want to host a server too thank you very much
 
Back
Top