Advertisement
Guest User

Untitled

a guest
May 20th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. -- CONFIG FILE : OBLIGE 7.50
  2. -- OBLIGE Level Maker (C) 2006-2016 Andrew Apted
  3. -- http://oblige.sourceforge.net/
  4.  
  5. game = doom2
  6. mode = sp
  7. engine = gzdoom
  8. length = game
  9. seed = 0
  10.  
  11. theme = mostly_tech
  12. size = small
  13. outdoors = mixed
  14. caves = none
  15.  
  16. mons = nuts
  17. strength = tough
  18. weapons = more
  19. items = more
  20. health = heaps
  21. ammo = more
  22.  
  23. ---- Modules ----
  24.  
  25. @doom_mon_control = 1
  26.  
  27. Spiderdemon = more
  28. caco = less
  29. gunner = plenty
  30. skull = less
  31. demon = heaps
  32. knight = more
  33. vile = scarce
  34. zombie = insane
  35. Cyberdemon = less
  36. ss_nazi = none
  37. baron = plenty
  38. spectre = more
  39. arach = plenty
  40. mancubus = less
  41. revenant = less
  42. pain = scarce
  43. imp = insane
  44. shooter = insane
  45.  
  46. @doom_weapon_control = 1
  47.  
  48. super = plenty
  49. chain = plenty
  50. launch = plenty
  51. bfg = less
  52. plasma = less
  53. shotty = less
  54.  
  55. @export_map = 0
  56.  
  57. @extra_settings = 1
  58.  
  59. start_together = yes
  60. pistol_starts = no
  61.  
  62. @heretic_mon_control = 0
  63.  
  64. warrior = default
  65. Ironlich = default
  66. Maulotaur = default
  67. sabreclaw = default
  68. gargoyle = default
  69. nitro = default
  70. golem = default
  71. weredragon = default
  72. fire_garg = default
  73. D_Sparil = default
  74. ophidian = default
  75. disciple = default
  76.  
  77. @heretic_weapon_control = 0
  78.  
  79. crossbow = default
  80. gauntlets = default
  81. hellstaff = default
  82. claw = default
  83. firemace = default
  84. phoenix = default
  85.  
  86. @level_control = 1
  87.  
  88. secrets = none
  89. big_rooms = heaps
  90. teleporters = none
  91. doors = none
  92. liquids = none
  93. windows = heaps
  94. traps = none
  95. mon_variety = heaps
  96. cages = none
  97. keys = none
  98. darkness = none
  99. switches = none
  100. steepness = more
  101.  
  102. @mini_mastermind = 0
  103.  
  104. @music_swapper = 1
  105.  
  106. @quake2_mon_control = 0
  107.  
  108. Huge_flyer = default
  109. parasite = default
  110. beserker = default
  111. brain = default
  112. enforcer = default
  113. grenader = default
  114. medic = default
  115. guard = default
  116. guard_mg = default
  117. Super_tank = default
  118. tank_cmdr = default
  119. flyer = default
  120. shark = default
  121. tank = default
  122. gladiator = default
  123. maiden = default
  124. mutant = default
  125. icarus = default
  126. guard_sg = default
  127. technician = default
  128.  
  129. @quake2_weapon_control = 0
  130.  
  131. rocket = default
  132. rail = default
  133. machine = default
  134. shotty = default
  135. chain = default
  136. ssg = default
  137. bfg = default
  138. hyper = default
  139. grenade = default
  140.  
  141. @quake_mon_control = 0
  142.  
  143. grunt = default
  144. fiend = default
  145. Shambler = default
  146. ogre = default
  147. enforcer = default
  148. fish = default
  149. dog = default
  150. knight = default
  151. tarbaby = default
  152. dth_knight = default
  153. Vore = default
  154. scrag = default
  155. zombie = default
  156.  
  157. @quake_weapon_control = 0
  158.  
  159. rocket = default
  160. nailgun = default
  161. ssg = default
  162. nailgun2 = default
  163. zapper = default
  164. grenade = default
  165.  
  166. @sktag_mon_control = 0
  167.  
  168. cacolant = default
  169. superguy = default
  170. darkimp = default
  171. bldemon = default
  172. abaddon = default
  173. belphegor = default
  174. hectebus = default
  175.  
  176. @sktag_mons = 0
  177.  
  178. def_mon = some
  179. def_weap = some
  180.  
  181. @sktag_weap_control = 0
  182.  
  183. bfg10k = default
  184. minigun = default
  185. glaunch = default
  186. railgun = default
  187.  
  188. @sky_generator = 0
  189.  
  190. @stealth_mon_control = 0
  191.  
  192. stealth_demon = none
  193. stealth_baron = none
  194. stealth_zombie = none
  195. stealth_caco = none
  196. stealth_imp = none
  197. stealth_mancubus = none
  198. stealth_arach = none
  199. stealth_revenant = none
  200. stealth_shooter = none
  201. stealth_vile = none
  202. stealth_knight = none
  203. stealth_gunner = none
  204.  
  205. @stealth_mons = 0
  206.  
  207. qty = less
  208.  
  209. @universal_intermissions = 0
  210.  
  211. @zdoom_marine_control = 0
  212.  
  213. marine_bfg = default
  214. marine_chain = default
  215. marine_pistol = default
  216. marine_ssg = default
  217. marine_rail = default
  218. marine_berserk = default
  219. marine_plasma = default
  220. marine_rocket = default
  221. marine_fist = default
  222. marine_saw = default
  223. marine_shotty = default
  224.  
  225. @zdoom_marines = 0
  226.  
  227. qty = scarce
  228.  
  229. -- END --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement