v3.1.0-v1.7.4.21
FWDekker
released this
20 Jun 22:53
·
14 commits
to main
since this release
v3.1.0 data dump for Fallout 76 version 1.7.4.21.
Exported using EcksEdit 4.1.6.5 on Linux.
Resources
- Questions? Suggestions? Check discussions or open an issue!
- Official patch notes
- Explanation of dump files
- How to open CSV files
- How to open DB files
Script changelog
Changes from v3.0.0 to v3.1.0.
- Breaking change: The main Python script has been renamed from
export.py
tofo76dumps.py
. - Breaking change: All paths in
config.py
(andconfig_default.py
) should now be of typePath
instead of typestr
. - Breaking change: Parameter
ba2extract_compatdata_path
inconfig.py
(andconfig_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 directorydumps/_parts/
after they have been merged together. Similarly, files that have been archived are now moved to the directorydumps/_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.