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
- POTION 15.91 ;37 ;This item is inocuous
- DEMON 18.55 MEDIUM_AND_HARD 2
- DEMON 55.65 6
- CHAINGUN 1.29 1
- GARMOR 5.16 4
- CLIP 2.80 ; 13
- HELMET 3.44 ;8 ;This item is inocuous
- IMP 44.37 DEAF/AMBUSH 11
- IMP 40.34 MEDIUM_AND_HARD 10
- IMP 116.98 29
- IMP 56.47 DEAF/AMBUSHMEDIUM_AND_HARD 14
- CLIP 0.22 EASY_ONLY ;1
- SHELLS 6.45 15
- BACKPACK 1.72 2
- BLUEBALL 0.86 1
- CHAINSAW 0.86 1L
- MEDIKIT 7.74 9
- MAP 1.29 1L
- ROCKETS 2.58 2
- STIMPAK 12.47 ;29
- ENERCELL 0.65 1
- ROCKET 0.43 2
- BARMOR 1.29 1
- PLASMA 0.86 1
- FLYSKULL 14.53 MEDIUM_AND_HARD 6
- FLYSKULL 12.10 5
- BULLETS 3.44 4
- LAUNCHER 0.86 1
- DEMON 18.55 DEAF/AMBUSHMEDIUM_AND_HARD 2
- SHOTGUN 0.86 MEDIUM_AND_HARD 1
- SHOTGUN 0.86 EASY_ONLY 1
- SHELLBOX 0.43 EASY_ONLY 1
- SHELLBOX 1.72 4
- BARREL 7.26 L3
- CLIP 0.43 EASY_AND_MEDIUM ;2
- RADSUIT 3.87 EASY_ONLY 2
- RADSUIT 1.94 MEDIUM_ONLY 1
- BARREL 2.42 ;1
- DEMON 46.38 DEAF/AMBUSHHARD_ONLY 5
- IMP 36.30 DEAF/AMBUSHHARD_ONLY 9
- STIMPAK 0.43 EASY_AND_MEDIUM ;1
- SPECTRE 9.28 DEAF/AMBUSHHARD_ONLY 1
- SPECTRE 9.28 HARD_ONLY 1
- DEMON 27.83 HARD_ONLY 3
- IMP 36.30 HARD_ONLY 9
- FLYSKULL 2.42 DEAF/AMBUSHHARD_ONLY 1
- BERSERK 0.86 1
- DEADPLAYER 0.54 4
- BONES2 21.78 3
- BONES1 0.20 2
- DEMON 9.28 DEAF/AMBUSH 1
- ;
- ; 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 276 ;Strict standard for exact placement
- ;PER 234 ;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
- ;
-