home *** CD-ROM | disk | FTP | other *** search
- # Config file for Doom 2.
-
- # Unless you know what you are doing, do change anything except
- # the entry [wad].
-
- # Location of the main IWAD.
- [wad]
- c:\games\doom2\doom2.wad
-
- # Levels present in the main IWAD.
- [levels]
- format MAP%2, %1
-
- MAP01, MAP02, MAP03, MAP04, MAP05, MAP06, MAP07, MAP08
- MAP09, MAP10, MAP11, MAP12, MAP13, MAP14, MAP15, MAP16
- MAP17, MAP18, MAP19, MAP20, MAP21, MAP22, MAP23, MAP24
- MAP25, MAP26, MAP27, MAP28, MAP29, MAP30, MAP31, MAP32
-
-
- # Textures resources to use (do not change).
- [textures]
- TEXTURE1
-
- # Floor textures to use (do not change).
- [ftextures]
- F1, F2, F3
-
- # Files to find Thing data in.
- [things]
- include config\things.dm1
- include config\things.dm2
-
- # File to find LinDefs data in.
- [linedefs]
- include config\ldtypes.dm
-
- # A level only present in Registered Doom2.
- [regtest]
- MAP01
-
- # 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
-