blob: dbf4c7a395e3f2f4e9cb43d98cf2922a47274ae3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
* Sound may not set volumes correctly.
It is possible that volume of sound effects does not scale properly
with distance from the sound source. It is also possible that sound
effects are cut off at the wrong distance. This needs further
investigation.
* Music plays back differently.
The DOS music code was not in the Doom source release as Doom used
a proprietary sound library. The mus <-> mid conversion mostly
works well but some patches are different. By closer examination
of which MIDI instruments are used by doom.exe, it may be possible
to get a closer conversion.
* Some music which works in Vanilla Doom does not work in Chocolate Doom
An example is the music on the title screen of deca.wad. The music here
does not seem to be in the .mus format, yet somehow plays in Vanilla
Doom nonetheless. Attempting to convert it using the mmus2mid code
used in Chocolate Doom results in a crash.
* A small number of Doom bugs are almost impossible to emulate.
An example of this can be seen in Ledmeister's "Blackbug" demo which
shows a bug that relies on the memory layout of the Doom executable.
|