descention / AmeisenBotX

A bot, aimed at full automatic gameplay
GNU General Public License v3.0
2 stars 0 forks source link

Cache to disk profile specific data #8

Open descention opened 1 year ago

descention commented 1 year ago

Should try caching known game state data, like mailboxes, flight paths, npcs, resource nodes, etc. Statically defined locations in code may prove inaccurate for some private servers.

descention commented 1 year ago

Probably want to use SQLite and efcore. For single bots that'll be okay. Maybe add support for a remote database. Bots could build their own database for custom servers instead of relying on a pre-seeded, potentially inaccurate, one.