Add README files for most directories.

Let's make the project easier to explore and understand.
This commit is contained in:
Simon Howard 2015-12-24 18:19:25 +01:00
parent 991ff8180e
commit 05bdf65ee2
10 changed files with 107 additions and 11 deletions

16
sounds/README Normal file
View file

@ -0,0 +1,16 @@
This directory contains the in-game sound effects. There are two types
of sound effect found here:
* ds*.wav files are digital (PCM) sound effects, the sound effects
usually heard when playing the game.
* dp*.txt files are PC speaker sound effects, heard when playing with a
source port that support PC speaker effects and configured to do so.
Because of the limitations of deutex it is important that sound effects
should be in 8-bit PCM format and not anything more elaborate. Some more
information about Doom's sound effect support can be found on the Doom
wiki:
<http://doomwiki.org/wiki/Sound>