forked from Faris90/Ogar3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgameserver.ini
57 lines (57 loc) · 1.8 KB
/
gameserver.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//Edit this config in heroku
// [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 = 128
serverTitle = JVLAN Agar.io
serverPlaceholder = MonPseudo
serverPort = 8090
serverGamemode = 0
serverOldColors = 0
serverBots = 0
serverViewBase = 1024
leaderboardUpdateClient = 20
// [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 = 5
foodSpawnAmount = 10
foodStartAmount = 200
foodMaxAmount = 1000
foodMass = 1
foodMaxMass = 5
virusMinAmount = 15
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
ejectVirus = 0
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
// rainbowCells: If the cells constantly change color or not
playerStartMass = 10
playerMaxMass = 22500
rainbowCells = 0
playerMinMassEject = 32
playerMinMassSplit = 36
playerMaxCells = 16
playerRecombineTime = 20
playerMassDecayRate = 5
playerMinMassDecay = 9