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
- SHELLBOX 8.93 14
- BULLETS 6.38 5
- ROCKETS 1.91 1
- SHOTGUN 3.83 3
- POTION 5.10 ;8 ;This item is inocuous
- CHAINGUN 1.91 1
- BARMOR 1.91 1
- ENERCELL 1.91 2
- BFG9000 2.55 1
- MEDIKIT 5.10 4
- RADSUIT 5.74 2
- DEMON 41.28 HARD_ONLY 3
- DEMON 55.03 4
- BARON 14.35 1L
- SERGEANT 53.85 HARD_ONLY 9
- SERGEANT 29.92 5
- SPECTRE 41.28 HARD_ONLY 3
- TROOPER 80.78 ;15 ;This item is inocuous
- HELMET 12.12 ;19 ;This item is inocuous
- CLIP 3.19 ; 10
- BARREL 39.50 ; 11
- DEMON 41.28 DEAF/AMBUSH 3
- IMP 17.95 HARD_ONLY 3
- IMP 11.97 2
- SPECTRE 13.76 1
- DEMON 41.28 DEAF/AMBUSHMEDIUM_AND_HARD 3
- TROOPER 96.93 DEAF/AMBUSH ;18 ;This item is inocuous
- SERGEANT 11.97 DEAF/AMBUSHMEDIUM_AND_HARD 2
- IMP 17.95 DEAF/AMBUSHMEDIUM_AND_HARD 3
- SERGEANT 77.78 DEAF/AMBUSHHARD_ONLY 13
- FLYSKULL 3.59 DEAF/AMBUSH 1
- FLYSKULL 7.18 DEAF/AMBUSHHARD_ONLY 2
- LAUNCHER 1.28 1
- ROCKET 0.32 1
- BACKPACK 1.28 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 176 ;Strict standard for exact placement
- ;PER 149 ;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
- ;
-