Grazza
Super Moderator
Posts: 11450
Registered: 07-02 |
No, default_compatibility_level is not relevant to playback*. To force a complevel for playback, you need to put it in the command line.
Alternatively, load the Doom2.wad as the iwad and Plutonia/TNT as a pwad - on detecting a vanilla demo, it will then use -complevel 2. This is the way the autoloading patterns do it, in fact.
-------------------------------
* For playback, the program:
1) Uses info from the demo footer, if present.
2) If there is no demo footer, it examines the demo's binary format (including header info). That either determines a complevel uniquely, or else narrows it down to a few possibilities.
3) Looks to see if a -complevel has been forced from the command line. If it doesn't match the binary format of the demo, it is ignored. If it does match, then it is used.
4) If there is no footer and no -complevel forced, and the binary format didn't uniquely identify a unique complevel, then it looks at which iwad has been used. For doom.wad, it uses -complevel 3. For doom2.wad it uses -complevel 2, For plutonia.wad or tnt.wad, it uses -complevel 4.
|