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
- CYBORG 42.97 1L
- BARMOR 3.12 2L
- LAUNCHER 1.04 ;1L
- ROCKETS 17.19 ;11
- BLUEBALL 3.12 4L
- SPIDER 148.11 1L
- BARON 14.65 DEAF/AMBUSH 1L
- MEDIKIT 7.29 7
- CACODEMON 27.35 DEAF/AMBUSH 2
- SKULLSPITTER 13.67 DEAF/AMBUSH 1
- CHAINGUNNER 14.65 2
- GARMOR 3.12 2
- CHAINGUNNER 21.98 MEDIUM_AND_HARD 3
- CHAINGUNNER 14.65 HARD_ONLY 2
- SHELLS 6.77 13
- MEGABALL 1.04 DEAF/AMBUSH 1
- ENERCELL 1.56 2
- POTION 5.21 ;10 ;This item is inocuous
- SUPERSHOTGUN 1.04 1
- HELMET 6.25 ;12 ;This item is inocuous
- MEDIKIT 2.08 DEAF/AMBUSH 2
- SKULLSPITTER 27.35 2L
- CACODEMON 41.02 MEDIUM_AND_HARD 3
- CACODEMON 27.35 HARD_ONLY 2
- PLASMA 1.04 1
- CELLPACK 5.21 5
- CELLPACK 1.04 EASY_AND_MEDIUM 1
- POTION 1.56 EASY_AND_MEDIUM ;3 ;This item is inocuous
- HELMET 1.56 EASY_AND_MEDIUM ;3 ;This item is inocuous
- STIMPAK 0.52 EASY_AND_MEDIUM 1
- SERGEANT 14.65 3
- SERGEANT 19.54 MEDIUM_AND_HARD 4
- CHAINGUNNER 14.65 DEAF/AMBUSHMEDIUM_AND_HARD 2
- IMP 4.88 DEAF/AMBUSH 1
- IMP 24.42 DEAF/AMBUSHMEDIUM_AND_HARD 5
- IMP 24.42 DEAF/AMBUSHHARD_ONLY 5
- BERSERK 1.04 1
- CHAINGUNNER 14.65 DEAF/AMBUSH 2
- FLYSKULL 5.86 DEAF/AMBUSHHARD_ONLY 2
- FLYSKULL 5.86 DEAF/AMBUSHMEDIUM_AND_HARD 2
- CHAINGUNNER 7.33 DEAF/AMBUSHHARD_ONLY 1
- BFG9000 2.08 1L
- FIRETHROWER 23.93 2L
- IMP 4.88 1
- IMP 34.19 MEDIUM_AND_HARD 7
- FLYSKULL 14.66 HARD_ONLY 5
- STIMPAK 3.13 6
- SERGEANT 9.77 HARD_ONLY 2
- IMP 14.65 HARD_ONLY 3
- SERGEANT 9.77 DEAF/AMBUSHMEDIUM_AND_HARD 2
- SERGEANT 9.77 DEAF/AMBUSHHARD_ONLY 2
- KNIGHT 10.26 DEAF/AMBUSHMEDIUM_AND_HARD 1L
- ROCKET 0.26 ;1
- CACODEMON 13.67 1
- SKELETON 10.99 DEAF/AMBUSHMEDIUM_AND_HARD 1L
- SKELETON 10.99 DEAF/AMBUSHHARD_ONLY 1L
- SKULLSPITTER 27.35 DEAF/AMBUSHMEDIUM_AND_HARD 2L
- CACODEMON 13.67 DEAF/AMBUSHMEDIUM_AND_HARD 1
- CACODEMON 27.35 DEAF/AMBUSHHARD_ONLY 2
- HELMET 5.73 DEAF/AMBUSH ;11 ;This item is inocuous
- POTION 3.13 DEAF/AMBUSH ;6 ;This item is inocuous
- CHAINGUN 1.56 MULTIPLAYER 1
- BULLETS 2.08 2
- BULLETS 3.13 DEAF/AMBUSH 3
- ;
- ; 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 195 ;Strict standard for exact placement
- ;PER 165 ;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
- ;
-