Skip to content

v3.1.0-v1.7.4.21

Compare
Choose a tag to compare
@FWDekker FWDekker released this 20 Jun 22:53
· 14 commits to main since this release
a80b4ca

v3.1.0 data dump for Fallout 76 version 1.7.4.21.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.0.0 to v3.1.0.

  • Breaking change: The main Python script has been renamed from export.py to fo76dumps.py.
  • Breaking change: All paths in config.py (and config_default.py) should now be of type Path instead of type str.
  • Breaking change: Parameter ba2extract_compatdata_path in config.py (and config_default.py) is now interpreted as an absolute path instead of a relative path.
  • xEdit dump parts (such as tabular.IDs.csv.001) are now moved to the directory dumps/_parts/ after they have been merged together. Similarly, files that have been archived are now moved to the directory dumps/_archived/ after archiving has been completed. As a result, all files that should be attached to a release can now be selected instantly.
  • Warnings and errors that occur while generating and processing dumps have clearer descriptions now.
  • Updated dependencies.