Skip to content

Releases: FWDekker/fo76-dumps

(PTS) v4.0.0-v0.2.1343.0

07 Nov 15:44
5aec221
Compare
Choose a tag to compare

v4.0.0 data dump for Fallout 76 PTS version 0.2.1343.0.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.2.0 to v4.0.0.

  • Breaking change:
    During recursive terminal traversal for TERM.wiki, terminals are no longer included more than once.
    The previous behavior, though useful in some cases, would result in out-of-memory errors, excessively large exports,
    and bad performance when exporting quiz-like terminals.
  • Add a centrally-kept changelog.
  • Replace improper usages of eByPath with eByName, and use eByPath to combine calls.
  • Fix several memory leaks.
  • Fix incorrect script name in README.md.

Or check the complete changelog.

(PTS) v4.0.0-v0.2.1326.0

14 Oct 21:00
5aec221
Compare
Choose a tag to compare

v4.0.0 data dump for Fallout 76 PTS version 0.2.1326.0.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.2.0 to v4.0.0.

  • Breaking change:
    During recursive terminal traversal for TERM.wiki, terminals are no longer included more than once.
    The previous behavior, though useful in some cases, would result in out-of-memory errors, excessively large exports,
    and bad performance when exporting quiz-like terminals.
  • Add a centrally-kept changelog.
  • Replace improper usages of eByPath with eByName, and use eByPath to combine calls.
  • Fix several memory leaks.
  • Fix incorrect script name in README.md.

Or check the complete changelog.

(PTS) v4.0.0-v0.2.1325.0

13 Oct 16:25
5aec221
Compare
Choose a tag to compare

v4.0.0 data dump for Fallout 76 PTS version 0.2.1325.0.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.2.0 to v4.0.0.

  • Breaking change:
    During recursive terminal traversal for TERM.wiki, terminals are no longer included more than once.
    The previous behavior, though useful in some cases, would result in out-of-memory errors, excessively large exports,
    and bad performance when exporting quiz-like terminals.
  • Add a centrally-kept changelog.
  • Replace improper usages of eByPath with eByName, and use eByPath to combine calls.
  • Fix several memory leaks.
  • Fix incorrect script name in README.md.

Or check the complete changelog.

(PTS) v4.0.0-v0.2.1319.0

13 Oct 11:26
5aec221
Compare
Choose a tag to compare

v4.0.0 data dump for Fallout 76 PTS version 0.2.1319.0.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.2.0 to v4.0.0.

  • Breaking change:
    During recursive terminal traversal for TERM.wiki, terminals are no longer included more than once.
    The previous behavior, though useful in some cases, would result in out-of-memory errors, excessively large exports,
    and bad performance when exporting quiz-like terminals.
  • Add a centrally-kept changelog.
  • Replace improper usages of eByPath with eByName, and use eByPath to combine calls.
  • Fix several memory leaks.
  • Fix incorrect script name in README.md.

Or check the complete changelog.

v3.2.0-v1.7.6.7

23 Aug 09:53
b403bed
Compare
Choose a tag to compare

v3.2.0 data dump for Fallout 76 version 1.7.6.7.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.1.0 to v3.2.0.

  • Added ALCH dumps for ingestibles.
  • Fixed minor code style and performance issues.

v3.2.0-v1.7.5.4

02 Aug 20:18
b403bed
Compare
Choose a tag to compare

v3.2.0 data dump for Fallout 76 version 1.7.5.4.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.1.0 to v3.2.0.

  • Added ALCH dumps for ingestibles.
  • Fixed minor code style and performance issues.

v3.2.0-v1.7.4.21

21 Jun 19:01
b403bed
Compare
Choose a tag to compare

v3.2.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.1.0 to v3.2.0.

  • Added ALCH dumps for ingestibles.
  • Fixed minor code style and performance issues.

(PTS) v3.2.0-v1.7.4.15

21 Jun 19:01
b403bed
Compare
Choose a tag to compare

v3.2.0 data dump for Fallout 76 PTS version 1.7.4.15.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v3.1.0 to v3.2.0.

  • Added ALCH dumps for ingestibles.
  • Fixed minor code style and performance issues.

(PTS) v3.2.0-v0.2.1247.0

03 Jul 16:40
b403bed
Compare
Choose a tag to compare

v3.0.0 data dump for Fallout 76 PTS version 0.2.1247.0.
Exported using EcksEdit 4.1.6.5 on Linux.

Resources

Script changelog

Changes from v2.5.2 to v3.0.0.

  • New dump: Credits are dumped in raw.credits.txt.
  • New dump: Curve tables are dumped in raw.curvetables.txt.
  • .ba2 files can now be processed, allowing raw files to be exported from the game.
  • xEdit archiving happens in the background of ba2extract.
  • Dump scripts can be configured from config.py.
  • Slimmed-down README, with most information moved over to the wiki.

v3.1.0-v1.7.4.6

17 Jun 23:26
a80b4ca
Compare
Choose a tag to compare

v3.1.0 data dump for Fallout 76 version 1.7.4.6.
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.