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

Newbie Spellweaver
Joined
Jun 2, 2015
Messages
6
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?
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
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 have few options:
1. Virtual Private Server / DS / CDS/ CVPS
2. Port forwarding on router and hosting on your own.
3. Hamachii
 
Newbie Spellweaver
Joined
May 28, 2014
Messages
26
Reaction score
13
Try in incognito mode, some agar.io extensions are outdated and wont work with the latest client. You can connect by typing "agar.io?127.0.0.1:443" in your browser window.
 
Last edited:
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
You have few options:
1. Virtual Private Server / DS / CDS/ CVPS
2. Port forwarding on router and hosting on your own.
3. Hamachii

Hi bro, what files u used? you can up file network mega or mediafire?
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
helloimpie - Ogar: Open Source Agar.io Server with Multi-cell Player Movement - RaGEZONE Forums


have bug u packet :(
 
Initiate Mage
Joined
Mar 9, 2015
Messages
4
Reaction score
0
Please help me.... :'(

Skype: Spendrom

I'm have domain. I want to build agar io pvp server.
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
Its just a debug message lol, nothing bad happens in game, it happens if you have too many bots in a small map.

lol ok :)




@helloimpie how configure more food,map large and how long spawn delay food??

my server have 100 users :(


// Ogar configurations file
// Lines starting with slashes are comment lines


// [Server]
// serverGamemode: 0 = FFA, 1 = Teams
// 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 = 64
serverPort = 777
serverGamemode = 0
serverBots = 9
serverViewBase = 1024
leaderboardUpdateClient = 40


// [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
virusBurstMass = 198


// [Ejected Mass]
// ejectMass: Mass of ejected cells
// ejectMassGain: Amount of mass gained from consuming ejected cells
// ejectSpeed: Base speed of ejected cells
// ejectSpawnPlayer: Chance for a player to spawn from ejected mass
ejectMass = 16
ejectMassGain = 12
ejectSpeed = 160
ejectSpawnPlayer = 50


// [Player]
// playerRecombineTime: Base amount of ticks before a cell is allowed to recombine (1 tick = 2000 milliseconds)
// playerMassDecayRate: Amount of mass lost per tick (Multiplier - This value is multiplied by .001) (1 tick = 2000 milliseconds)
// playerMinMassDecay: Minimum mass for decay to occur
playerStartMass = 10
playerMaxMass = 22500
playerMinMassEject = 32
playerMinMassSplit = 36
playerMaxCells = 16
playerRecombineTime = 15
playerMassDecayRate = 4
playerMinMassDecay = 9
 
Last edited:
Newbie Spellweaver
Joined
May 28, 2014
Messages
26
Reaction score
13
lol ok :)




@helloimpie how configure more food,map large and how long spawn delay food??

my server have 100 users :(

Change these for faster food spawning:
foodSpawnAmount
foodStartAmount
foodMaxAmount

Change these to 11000 for a bigger map
borderRight
borderBottom
 
Newbie Spellweaver
Joined
May 18, 2015
Messages
22
Reaction score
0
@helloimpie thank u :) for all :D

I am very inquisitive sry, my friend how add 2 server, 1 ffa and 1 teams?

Look not show me connect =/
 
Last edited:
Newbie Spellweaver
Joined
May 28, 2014
Messages
26
Reaction score
13
@helloimpie thank u :) for all :D

I am very inquisitive sry, my friend how add 2 server, 1 ffa and 1 teams?

Look not show me connect =/

It works fine for me. If you want another server for teams, you have to copy/paste the server files to another folder, then in the new folder, change "serverGamemode" to 1 (1 is teams, 0 is free for all) and "serverPort" to a different number.
 
Back
Top