Advertisement
Guest User

Untitled

a guest
Mar 24th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. GameInfo
  2. {
  3. IWAD = Doom2.wad
  4. Titletime = 45
  5. }
  6.  
  7. ClearEpisodes
  8.  
  9. Episode Map01 { Name = "1. Sign Of Doom" }
  10. Episode Map02 { Name = "2. censored" }
  11. Episode Map03 { Name = "3. censored" }
  12. Episode Map04 { Name = "4. censored" }
  13.  
  14. Map Map01 "Sign Of Doom"
  15. {
  16. LevelNum = 1
  17. Cluster = 1
  18. Next = "E1END9"
  19. BorderTexture = a23
  20. Sky1 = nsky1, 0.0
  21. Music = "D_MESSAG"
  22. Par = 600
  23. ResetHealth
  24. ResetInventory
  25. }
  26. Cluster 1
  27. {
  28. Flat = "Rock4"
  29. Music = "D_OPENIN"
  30. ExitText = "E1TXT"
  31. ExitTextIsLump
  32. }
  33. Intermission E1END9
  34. {
  35. TextScreen
  36. {
  37. Background = "b19", 1
  38. Music = "D_OPENIN"
  39. TextLump = "E1TXT"
  40. }
  41. Wiper
  42. {
  43. WipeType = Crossfade
  44. }
  45. Image
  46. {
  47. Background = "E1END", 0
  48. }
  49. }
  50.  
  51. Map Map02 "censored"
  52. {
  53. LevelNum = 2
  54. Cluster = 2
  55. Next = EndPic, "E2END"
  56. BorderTexture = a23
  57. Sky1 = nsky1, 0.0
  58. Sky2 = nsky2, 0.0
  59. Music = "D_DDTBLU"
  60. Par = 1800
  61. ResetHealth
  62. ResetInventory
  63. }
  64.  
  65. Cluster 2
  66. {
  67. Flat = "Rockred1"
  68. Music = "D_E2ND"
  69. ExitText = "E2TXT"
  70. ExitTextIsLump
  71. }
  72.  
  73.  
  74. Skill Nightmare
  75. {
  76. AmmoFactor = 1
  77. FastMonsters
  78. DisableCheats
  79. RespawnTime = 0
  80. SpawnFilter = Nightmare
  81. PicName = "M_NMARE"
  82. MustConfirm
  83. Key = "n"
  84. }
  85.  
  86.  
  87. Automap
  88. {
  89. Base = "Doom"
  90. ShowLocks = True
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement