Advertisement
Freakeh

New Config Format

Aug 6th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.31 KB | None | 0 0
  1. {
  2.   "StartUpSettings": {
  3.     "AutoUpdate": true,
  4.     "TransferConfigAndAuthOnUpdate": true,
  5.     "DumpPokemonStats": false,
  6.     "AmountOfPokemonToDisplayOnStart": 10,
  7.     "StartupWelcomeDelay": false,
  8.     "TranslationLanguageCode": "en",
  9.     "WebSocketPort": 14251,
  10.     "DisplayPokemonMaxPoweredCp": true,
  11.     "DisplayPokemonMovesetRank": true
  12.   },
  13.   "LocationSettings": {
  14.     "Teleport": false,
  15.     "DefaultLatitude": 40.785091,
  16.     "DefaultLongitude": -73.968285,
  17.     "DefaultAltitude": 10.0,
  18.     "WalkingSpeedInKilometerPerHour": 15.0,
  19.     "MaxSpawnLocationOffset": 10,
  20.     "MaxTravelDistanceInMeters": 1000,
  21.     "UseGpxPathing": false,
  22.     "GpxFile": "GPXPath.GPX"
  23.   },
  24.   "DelaySettings": {
  25.     "DelayBetweenPlayerActions": 5000,
  26.     "DelayPositionCheckState": 1000,
  27.     "DelayPokestop": 1000,
  28.     "DelayCatchPokemon": 1000,
  29.     "DelayBetweenPokemonCatch": 2000,
  30.     "DelayCatchNearbyPokemon": 1000,
  31.     "DelayCatchLurePokemon": 1000,
  32.     "DelayCatchIncensePokemon": 1000,
  33.     "DelayEvolvePokemon": 1000,
  34.     "DelayEvolveVariation": 0.3,
  35.     "DelayTransferPokemon": 1000,
  36.     "DelayDisplayPokemon": 1000,
  37.     "DelayUseLuckyEgg": 1000,
  38.     "DelaySoftbanRetry": 1000,
  39.     "DelayRecyleItem": 1000,
  40.     "DelaySnipePokemon": 1000,
  41.     "MinDelayBetweenSnipes": 60000,
  42.     "SnipingScanOffset": 0.003
  43.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement