-
Notifications
You must be signed in to change notification settings - Fork 6
Versioning scheme
Felix W. Dekker edited this page Sep 19, 2019
·
12 revisions
Every release carries two version numbers:
- the version of the scripts that generated the dumps, and
- the version of Fallout 76 that the dumps were generated for.
For example, release v1.2.0-v1.1.4.3 used v1.2.0 of the scripts to generate dumps for v1.1.4.3 of the game.
Whenever the scripts are improved (for example to add a new type of dump or to fix a bug in the scripts) the dump code version is incremented and all dumps are regenerated for the same Fallout 76 version as the previous release.
Similarly, when a new version of Fallout 76 is released, the previous release's scripts are used to recreate all the dumps.
Because only one of the two versions changes between each release, it is easy to see whether a change in the dumps was caused by an update in the scripts or by a change in the game.