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 16.93 ;16 ;This item is inocuous
- BARMOR 3.17 1
- HELMET 7.41 ;7 ;This item is inocuous
- STIMPAK 5.29 5
- ROCKET 1.59 3
- SERGEANT 29.77 DEAF/AMBUSH 3
- SERGEANT 39.70 MEDIUM_AND_HARD 4
- SERGEANT 29.77 HARD_ONLY 3
- INVISO 2.12 1
- DEMON 136.93 6
- SHELLS 2.12 2
- BACKPACK 2.12 EASY_ONLY 1
- MEDIKIT 4.23 2
- TROOPER 17.87 HARD_ONLY ;2 ;This item is inocuous
- TROOPER 8.93 MEDIUM_AND_HARD ;1 ;This item is inocuous
- TROOPER 17.87 ;2 ;This item is inocuous
- CACODEMON 74.08 2
- CACODEMON 37.04 HARD_ONLY 1
- FLYSKULL 5.96 EASY_AND_MEDIUM 1
- CHAINSAW 2.12 HARD_ONLY 1
- CELLPACK 2.12 HARD_ONLY 1
- CELLPACK 2.12 MEDIUM_AND_HARD 1
- PLASMA 2.12 EASY_AND_MEDIUM 1
- BLUEBALL 2.12 1
- BARON 23.81 1L
- BULLETS 2.12 HARD_ONLY 1
- SERGEANT 49.62 5
- LAVISOR 1.59 1
- IMP 69.47 7
- IMP 9.92 HARD_ONLY 1
- FLYSKULL 23.83 MEDIUM_AND_HARD 4
- FLYSKULL 11.91 HARD_ONLY 2
- FLYSKULL 41.69 7
- CACODEMON 37.04 MEDIUM_AND_HARD 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 98 ;Strict standard for exact placement
- ;PER 83 ;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
- ;
-