home *** CD-ROM | disk | FTP | other *** search
- # Config file for Doom and Ultimate Doom.
-
- # Unless you know what you are doing, do change anything except
- # the entry [wad].
-
- # Location of the main IWAD.
- [wad]
- c:\games\doom\doom.wad
-
- # Levels present in the main IWAD.
- [levels]
- format E%1M%1, %1, %2
-
- E1M1, E1M2, E1M3, E1M4, E1M5, E1M6, E1M7, E1M8, E1M9
- E2M1, E2M2, E2M3, E2M4, E2M5, E2M6, E2M7, E2M8, E2M9
- E3M1, E3M2, E3M3, E3M4, E3M5, E3M6, E3M7, E3M8, E3M9
- E4M1, E4M2, E4M3, E4M4, E4M5, E4M6, E4M7, E4M8, E4M9
-
- # Textures resources to use (do not change).
- [textures]
- TEXTURE1, TEXTURE2
-
- # Floor textures to use (do not change).
- [ftextures]
- F1, F2
-
- # File to find Thing data in.
- [things]
- include config\things.dm1
-
- # File to find LinDef data in.
- [linedefs]
- include config\ldtypes.dm
-
- # A level only present in Registered Doom.
- # If you change this you will go to HELL!
- [regtest]
- E2M1
-
- # Sectors types.
- [sectors]
- "Normal"
- 0, "Normal", "Normal [ 0]"
-
- "Lighting effects"
- 2, "Blinks 0.5 sec", "Light Blinks every 0.5 second [ 2]"
- 3, "Blinks 1.0 sec", "Light Blinks every second [ 3]"
- 13, "Blinks 0.5 sec sync", "Light Blinks every 0.5 second in Sync [13]"
- 12, "Blinks 1.0 sec sync", "Light Blinks every second in Sync [12]"
- 1, "Blinks randomly", "Light Blinks Randomly [ 1]"
- 8, "Pulsates Smoothly", "Light Pulsates Smoothly [ 8]"
- 17, "Flickers", "Light Flickers [17]"
-
- "Painful floors"
- 7, "-2/5% health", "-2/5% Health [ 7]"
- 5, "-5/10% health", "-5/10% Health [ 5]"
- 16, "-10/20% health", "-10/20% Health [16]"
- 4, "-10/20% & blinks", "-10/20% Health and Light Blinks every 0.5 seconds [ 4]"
- 11, "-10/20% & end level", "-10/20% Health and Exit Level when Health <= 10% [11]"
-
- "Specials"
- 9, "Secret", "Secret Area [ 9]"
- 10, "Close after 30 secs", "Sector Drops 30 seconds after Starting Level [10]"
- 14, "Open/Close 5 mins", "Opens then Closes 5 minutes after Starting Level [14]"
-
- # Color definitions, these color values are taken from palette 0 of
- # the PLAYPAL entry in the main IWAD. They can be changed to suit your choice.
- [colors]
- WHITE 4
- BLACK 0
- GRAY 103 "Textures not required" text.
- DARKGRAY 100 3D boxes.
- LIGHTGRAY 88 Highlight of 3D boxes.
- DARKERGRAY 105 Lowlight of 3D boxes.
- DARKBLUE 205 Grid.
-
- SECTORTAGGED 176
- SECTORSECRET 253
- SECTORPAINFUL 118
- SECTORLIGHT 193
-
- LINEDEFTAGGED 176
- LINEDEFSECRET 253
- LINEDEFNOSOUND 185
- LINEDEFNOPASS 121
- LINEDEFNOMAP 219
-
- MAGENTA 253
- LIGHTRED 176
- GREEN 118
- LIGHTCYAN 193
- DARKMAGENTA 253
- DARKRED 185
- DARKGREEN 121
- ORANGE 219
- LIGHTBLUE 197
- BLUE 202
- LIGHTGREEN 114
- RED 183
- LIGHTMAGENTA 250
- CYAN 196
- YELLOW 231
- BROWN 144
-