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
- BULLETS 19.75 MEDIUM_AND_HARD 14
- CACODEMON 172.86 MEDIUM_AND_HARD 7
- CYBORG 58.20 MEDIUM_AND_HARD 1L
- INVULN 1.41 MEDIUM_AND_HARD 1
- DEMON 45.64 MEDIUM_AND_HARD 3
- TROOPER 89.33 MEDIUM_AND_HARD ;15 ;This item is inocuous
- CHAINGUN 2.12 MEDIUM_AND_HARD 1
- BACKPACK 1.41 MEDIUM_AND_HARD 1
- SERGEANT 132.33 DEAF/AMBUSHMEDIUM_AND_HARD 20
- IMP 125.71 MEDIUM_AND_HARD 19
- DEMON 91.29 DEAF/AMBUSHMEDIUM_AND_HARD 6
- CACODEMON 24.69 DEAF/AMBUSHMEDIUM_AND_HARD 1
- SPECTRE 60.86 MEDIUM_AND_HARD 4
- MEDIKIT 11.29 MEDIUM_AND_HARD 8
- SPECTRE 60.86 DEAF/AMBUSHMEDIUM_AND_HARD 4
- MEDIKIT 2.82 2
- TROOPER 5.96 ;1 ;This item is inocuous
- INVULN 1.41 1
- BULLETS 14.11 10
- CLIP 14.11 ;10
- IMP 72.78 DEAF/AMBUSHMEDIUM_AND_HARD 11
- STIMPAK 2.12 3
- TROOPER 89.33 DEAF/AMBUSHMEDIUM_AND_HARD ;15 ;This item is inocuous
- SERGEANT 13.23 MEDIUM_AND_HARD 2
- BARON 174.60 MEDIUM_AND_HARD 11L
- ROCKET 0.35 MEDIUM_AND_HARD 1
- ROCKETS 2.12 MEDIUM_AND_HARD 1
- POTION 0.71 ;1 ;This item is inocuous
- HELMET 8.47 ;12 ;This item is inocuous
- IMP 6.62 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 177 ;Strict standard for exact placement
- ;PER 150 ;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
- ;
-