home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Random World File created by populate
- ;
- ; Populate was written By Dusty Bedford 1994
- ;
- ;Enemies Weight When MAX#OF
- SHOTGUN 1.23 MULTIPLAYER ;1
- SERGEANT 40.34 7
- SERGEANT 28.81 HARD_ONLY 5
- SERGEANT 40.34 MEDIUM_AND_HARD 7
- SPECTRE 39.75 DEAF/AMBUSHHARD_ONLY 3
- SKELETON 12.96 DEAF/AMBUSHMEDIUM_AND_HARD 1L
- SKELETON 12.96 DEAF/AMBUSH 1L
- SKELETON 25.93 DEAF/AMBUSHHARD_ONLY 2L
- SHELLBOX 2.46 DEAF/AMBUSH 4
- MEDIKIT 24.58 DEAF/AMBUSH 20
- SUPERSHOTGUN 1.23 1
- IMP 34.58 DEAF/AMBUSH 6
- IMP 34.58 DEAF/AMBUSHMEDIUM_AND_HARD 6
- LAUNCHER 1.23 1
- MANCUBUS 67.21 DEAF/AMBUSHHARD_ONLY 2L
- IMP 23.05 DEAF/AMBUSHMEDIUM_ONLY 4
- IMP 103.73 18
- IMP 121.02 MEDIUM_AND_HARD 21
- IMP 144.07 HARD_ONLY 25
- BACKPACK 1.23 1
- SKULLSPITTER 16.13 MEDIUM_AND_HARD 1L
- SKULLSPITTER 16.13 HARD_ONLY 1L
- MEGABALL 1.23 1
- POTION 9.83 ;16 ;This item is inocuous
- KNIGHT 36.30 MEDIUM_AND_HARD 3L
- KNIGHT 36.30 HARD_ONLY 3L
- MANCUBUS 33.60 MEDIUM_AND_HARD 1L
- BARREL 20.75 ;6
- CHAINGUNNER 25.93 HARD_ONLY 3
- CHAINGUNNER 43.21 MEDIUM_AND_HARD 5
- CHAINGUNNER 25.93 3
- CHAINGUN 1.84 MULTIPLAYER 1
- ROCKETS 1.84 1
- INVULN 1.23 1
- ROCKET 1.84 ;6
- ;
- ; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD
- ;
- ; At run-time this value is used to adjust the
- ; Max#of variable based on the population of
- ; the level being modified. Using the strict
- ; standard requires that one or more of the
- ; items in the list above not have a specified
- ; maximum number of objects.
- ;
- ;PER 188 ;Strict standard for exact placement
- PER 113 ;Lowered Standard for easy placement
- ;
- ; Deleting any of the PRESERVE lines will mean that
- ; the objects will not be taken from the original
- ; level. You will have to supply your own above.
- ;
- PRESERVE PILLARS
- PRESERVE LAMPS
- ;
- ; THRESHOLD determines what a MEGA-GOODIE is.
- ; MEGA-GOODIES are used to make the level fair
- ; if the generator places a lot of enemies in
- ; the level.
- ;
- THRESHOLD 75
- ;
- ; I.Q. Determines how intelligently the program
- ; places objects in the effort to defeat you.
- ; 250 is the default if it is not specified here.
- ;
- I.Q. 250
- ;
- ; EVEN sets the point at which the program must begin
- ; placing MEGA-GOODIES into the level, on the
- ; basis of the hardest difficulty rating.
- ; The MEGA-GOODIES give you a fighting chance,
- ; setting the value lower or <500 will increase the number
- ; of MEGA-GOODIES available to you in a the level.
- EVEN 500
- ;
- ; If SPREAD is not set to a low value then
- ; a given sector may accumulate too many objects
- ; this often makes the level impossible to finish
- ; or just ugly-looking. Setting the value too low
- ; could make it difficult to place objects within
- ; a given wad file.
- ;
- SPREAD 15
- ;
-