Last active
December 14, 2020 05:18
-
-
Save m-byte918/0b921e69f9d84b3ea7b8fdebef4f6812 to your computer and use it in GitHub Desktop.
Old Agar.io Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"gameConfig": { | |
"Default Settings - Comm.": [ | |
{ | |
"key": "tcpPingInterval", | |
"value": 60 | |
}, | |
{ | |
"key": "udpPingInterval", | |
"value": 1 | |
}, | |
{ | |
"key": "udpPingTimeout", | |
"value": 3 | |
}, | |
{ | |
"key": "timeToSendTCPAxis", | |
"value": 0.35 | |
}, | |
{ | |
"key": "timeToNetworkProblems", | |
"value": 1.5 | |
}, | |
{ | |
"key": "cleanPortInterval", | |
"value": 900 | |
}, | |
{ | |
"key": "updHandshakeRetries", | |
"value": 5 | |
}, | |
{ | |
"key": "appOnBackgroundConnectionTimeout", | |
"value": 150 | |
}, | |
{ | |
"key": "gameOverNotReceivedTimeout", | |
"value": 7 | |
} | |
], | |
"Default Settings - Controls": [ | |
{ | |
"key": "minDPadRadiusFactor", | |
"value": 0.6 | |
}, | |
{ | |
"key": "maxDPadDetectionRadiusFactor", | |
"value": 1.7 | |
}, | |
{ | |
"key": "cellSnapRate", | |
"value": 10 | |
}, | |
{ | |
"key": "cameraPositionSnapRate", | |
"value": 9 | |
}, | |
{ | |
"key": "cameraScaleSnapRate", | |
"value": 2 | |
}, | |
{ | |
"key": "aimSnapRate", | |
"value": 8 | |
}, | |
{ | |
"key": "aimMinVariationStep", | |
"value": 0.2 | |
}, | |
{ | |
"key": "aimMinAngleVariationStep", | |
"value": 0.2 | |
}, | |
{ | |
"key": "softTouchDistance", | |
"value": 5 | |
}, | |
{ | |
"key": "camAheadDistance", | |
"value": 0 | |
}, | |
{ | |
"key": "camAheadVelFactor", | |
"value": 0 | |
}, | |
{ | |
"key": "interpolationModifier", | |
"value": 1.1 | |
} | |
], | |
"Default Settings - Gameplay": [ | |
{ | |
"key": "domainLoginBonusMass", | |
"value": 5 | |
}, | |
{ | |
"key": "baseMass", | |
"value": 10 | |
}, | |
{ | |
"key": "baseRadius", | |
"value": 31.6227766 | |
}, | |
{ | |
"key": "minMassToShoot", | |
"value": 56.56854249 | |
}, | |
{ | |
"key": "minMassToSplit", | |
"value": 60 | |
}, | |
{ | |
"key": "radiusDecayRate", | |
"value": 0.99998 | |
}, | |
{ | |
"key": "millisecondsToRemerge", | |
"value": 30000 | |
}, | |
{ | |
"key": "maxPlayerCells", | |
"value": 16 | |
}, | |
{ | |
"key": "timeBeforeMergeBack", | |
"value": 30000 | |
}, | |
{ | |
"key": "timeBeforeSplitCellCollide", | |
"value": 30 | |
}, | |
{ | |
"key": "onSplitVelocity", | |
"value": 2000 | |
}, | |
{ | |
"key": "onVirusSplitVelocity", | |
"value": 2000 | |
}, | |
{ | |
"key": "cellDeceleration", | |
"value": 0.95 | |
}, | |
{ | |
"key": "virusBaseRadius", | |
"value": 100 | |
}, | |
{ | |
"key": "virusSplitRadius", | |
"value": 141.421356237 | |
}, | |
{ | |
"key": "foodBaseRadius", | |
"value": 10 | |
}, | |
{ | |
"key": "shotMassBaseRadius", | |
"value": 40 | |
}, | |
{ | |
"key": "maxRadiusPossible", | |
"value": 1500 | |
}, | |
{ | |
"key": "minUsersForXpGain", | |
"value": 20 | |
}, | |
{ | |
"key": "userThresholdForDiminishedGains", | |
"value": 50 | |
}, | |
{ | |
"key": "xpDiminishedGainsMult", | |
"value": 0.3 | |
}, | |
{ | |
"key": "percentageOfCellToSquash", | |
"value": 0.4 | |
}, | |
{ | |
"key": "arenaWidth", | |
"value": 11180 | |
}, | |
{ | |
"key": "arenaHeight", | |
"value": 11180 | |
}, | |
{ | |
"key": "timeToDie", | |
"value": 2000 | |
}, | |
{ | |
"key": "maxLevelForMassBonus", | |
"value": 30 | |
}, | |
{ | |
"key": "ttlAfterDisconnect", | |
"value": 80000 | |
}, | |
{ | |
"key": "timeToSendDirection", | |
"value": 0 | |
}, | |
{ | |
"key": "angleToSendDirection", | |
"value": 0 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment