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: https://github.com/vram4/Ogar
Germany: Mein server habe ich von https://github.com/vram4/Ogar heruntergeladen
English: The game still does not work
Germany: Das spiel geht trotzdem nicht
My server: ityy.de

My Server setting
Meine Server Einstellungen
gameserver.ini
PHP Code:
// 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 Code:
<?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 :)