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
- TROOPER 11.79 ;2 ;This item is inocuous
- SERGEANT 176.77 DEAF/AMBUSH 27
- IMP 72.02 DEAF/AMBUSH 11
- DEMON 90.33 DEAF/AMBUSH 6
- FLYSKULL 51.08 DEAF/AMBUSH 13
- SPECTRE 240.88 DEAF/AMBUSH 16
- SERGEANT 19.64 3
- CACODEMON 73.31 DEAF/AMBUSH 3
- BARON 62.83 DEAF/AMBUSH 4L
- TROOPER 58.93 DEAF/AMBUSH ;10 ;This item is inocuous
- DEADPLAYER 2.65 12
- CHAINGUN 2.09 1
- CHAINSAW 1.40 1L
- LAUNCHER 1.40 1
- PLASMA 1.40 1
- SHOTGUN 1.40 1
- BFG9000 5.58 2L
- SHELLS 0.70 ;1
- BULLETS 5.58 4
- SHELLBOX 0.70 1
- CELLPACK 1.40 1
- STIMPAK 0.70 1
- ROCKETS 2.09 1
- MEDIKIT 8.38 6
- ROCKET 0.70 2
- ENERCELL 2.09 2
- GARMOR 2.09 1
- BARMOR 4.19 2
- INVULN 1.40 1
- INVISO 2.79 2
- LAVISOR 1.05 1
- BERSERK 1.40 1
- BARREL 23.58 ;6
- IMP 19.64 3
- BACKPACK 1.40 1
- DEMON 15.05 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 152 ;Strict standard for exact placement
- ;PER 129 ;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
- ;
-