You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we no longer have all as an option for creating PK3 files, if someone wants to export ALL encounters as pk3s for whatever insane reason, an exporter script would be convenient to extract the data from the database file.
Uh oh!
There was an error while loading. Please reload this page.
As we no longer have
all
as an option for creating PK3 files, if someone wants to export ALL encounters as pk3s for whatever insane reason, an exporter script would be convenient to extract the data from the database file.python exporter.py --include=shiny
python exporter.py --include=custom
python exporter.py --include=roamer
python exporter.py --include=all
This should export a zipped file of all the encounters to let the zip software deal with the number of files.
Could also have more flags for customisation (optional)
--from=yyyymmdd
--to=yyyymmdd
(The above two would mean subsequent exports you could limit the export to exclude ones you've already got)
--species=seedot
--route=route_113
The text was updated successfully, but these errors were encountered: