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
We paint all demos in the Compet-N with a broad brushstroke and play them back according to the name of the directory they're located in. But not all demos should be played back with the same game version / IWAD.
This is evident in the output/ directory where there are a bunch of .txt files that are of zero size. Some of these are legitimate: for example, for ExM8 levels, no statistics data gets generated. However, there are some that should not be zero, and that are only zero because they've been generated from the wrong configuration. Examples are:
Doom 1 demos that should be played back with the registered version IWAD, or with a different version to Doom 1.9.
Final Doom demos recorded with the "alternate" version of the .exe that was included with the Id Anthology. This has different teleport behavior.
We need a separate configuration file with individual "overrides" for these misconfigured demos, so that we can play them back properly and test these different versions.
The text was updated successfully, but these errors were encountered:
Some demo outputs were zero length because they were recorded with
the "alternate" version of Final Doom included with the id anthology.
So add an exceptions file that lists these, and fix the expected
outputs for these files.
This is the first step towards a fix for #1.
We paint all demos in the Compet-N with a broad brushstroke and play them back according to the name of the directory they're located in. But not all demos should be played back with the same game version / IWAD.
This is evident in the output/ directory where there are a bunch of .txt files that are of zero size. Some of these are legitimate: for example, for ExM8 levels, no statistics data gets generated. However, there are some that should not be zero, and that are only zero because they've been generated from the wrong configuration. Examples are:
We need a separate configuration file with individual "overrides" for these misconfigured demos, so that we can play them back properly and test these different versions.
The text was updated successfully, but these errors were encountered: