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 8.86 MEDIUM_AND_HARD ;2 ;This item is inocuous
- TROOPER 17.72 ;4 ;This item is inocuous
- SERGEANT 19.69 HARD_ONLY 4
- IMP 34.46 MEDIUM_AND_HARD 7
- IMP 24.62 HARD_ONLY 5
- SHOTGUN 1.05 1
- SHELLBOX 1.57 3
- SERGEANT 39.39 8
- BARMOR 1.57 1
- CACODEMON 73.50 MEDIUM_AND_HARD 4
- CACODEMON 73.50 HARD_ONLY 4
- MEDIKIT 8.40 8
- BLUEBALL 2.10 2
- STIMPAK 4.20 ;8
- PLASMA 1.05 1
- ENERCELL 2.36 3
- SPECTRE 22.64 HARD_ONLY 2
- SPECTRE 33.96 MEDIUM_AND_HARD 3
- BARON 11.81 MEDIUM_AND_HARD 1L
- SERGEANT 54.16 MEDIUM_AND_HARD 11
- DEMON 90.57 MEDIUM_AND_HARD 8
- DEMON 113.21 HARD_ONLY 10
- FLYSKULL 14.77 5
- FLYSKULL 5.91 HARD_ONLY 2
- FLYSKULL 5.91 MEDIUM_AND_HARD 2
- IMP 14.77 3
- SPECTRE 22.64 2
- SHELLS 0.52 ;1
- CELLPACK 2.10 2
- BULLETS 7.35 7
- DEADPLAYER 0.50 3
- DEMON 45.28 4
- CHAINSAW 1.05 1
- LAUNCHER 1.05 1
- ROCKETS 9.45 6
- BACKPACK 2.10 2
- GARMOR 3.15 2
- POTION 8.92 ;17 ;This item is inocuous
- BARON 23.62 HARD_ONLY 2
- RADSUIT 2.36 1
- INVISO 1.05 1
- CHAINGUN 1.57 1
- BARON 11.81 1L
- FLYSKULL 2.95 EASY_ONLY 1
- SHOTGUN 1.05 MULTIPLAYER 1
- SHELLS 0.52 MULTIPLAYER ;1
- SHELLBOX 1.57 MULTIPLAYER 3
- SHELLBOX 0.52 EASY_AND_MEDIUM 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 173 ;Strict standard for exact placement
- ;PER 147 ;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
- ;
-