Skip to content

2.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@PartTimeJS PartTimeJS released this 08 Jul 03:10
· 586 commits to master since this release

Version 2.0 BETA Release Notes:

You will need to run the sub migration script. /src/static/dbMigrate.js AFTER starting the bot for the first time.
Please test this and let me know if you get any errors. This was written and tested on latest sub formats.

New Features:

  • 75% rewritten
  • CPU Clustering Removed, no longer needed.
  • Faster Processing of feeds and more notably, subscriptions.
  • Much more efficient and presentable structure
  • Better Embed Sprites. Gyms and pokestop marker latitudes are also offset to show on their actual GPS position.
  • We now self generate a master file. The file is updated every reboot from a central repo.
  • Better type counter identification for raids.
  • Optimized subscription filter by changing it to a “detailed query > loop and send matches” rather than “query all > loop to find matches > send”
  • Distance based notifications
  • Fancy Embed Map Tiles Requres FloTiles vapor branch. Templates and all needed files are included in cofigs/z_maptiles. NodeTileServer will be supported when testing is done.
  • Subscription Presets. Users can now use the preset command to list all presets. preset examples are in configs/sub_presets.
  • This uses an entirely new db format.

Config Changes:

  • All of your .ini files will need to be moved to the new corresponding folder. No need to change them at all.
  • Each Discord/City is now it's own file. This will only be a quick copy and paste of your existing stuff to separate files. No major change. New example included.
  • PROCESSING_SPEED changed to Processing_Speed
  • DB changed to wdrDB
  • rdmDB changed to scannerDB
  • UIV setting has been removed. With Lorgnette, everyone should be running 30s on all devices. Non-IV stuff may/will come back at a later date as separte processing files but not right now.
  • SPRITE_TYPE removed. You only need to set SPRITE_URL now.

Filter Changes:

  • Nidoranɤ changed to Nidoran:female_sign:.
    Embed Changes:
  • Some variables have changed. A list of all available variables is now provided with every example.

Shit Removed:

  • Altering a users subs via command (by mod or admin). This may come back.
  • Creating subscriptions for various areas has been removed. Meaning, subscriptions cannot be made different from what your specified areas are set to. That is way too confusing and a nightmare for keeping synced. I also doubt that was used much.
  • Can no longer sub using specific values, ie: 12/10/15. No need to have it anymore since we have pvp rankings.
  • CP removed from pokemon subs as well. Same reason as above.
  • Bunch of other little shit that was just a fucking mess. Needed to go to clean everything up. Some of it, whatever it was, may come back.

What is Not Working?:

  • Subscription commands are iffy. Pokemon & PvP are nearly 100%. At this point i need people testing and sending me errors.
  • PvP Subscriptions & Commands, ETA Friday
  • Invasion subscriptions & Command
  • Lure Subscriptions & Command

Thanks to Chuck as always for his collaboration and always talking through ideas with me.