================================================================ Title : E4M3 map fix (new entity list) 100% monster kill possible in easy skill removed shootable trigger and message of the starting room in deathmatch Date : 1998-09-12 Filename : e4m3_fix.ent Author : Matthias "Maddes" Buecher Email Address : maddes@bigfoot.com Homepage : Quake Info Pool http://www.bigfoot.com/~maddes/ (redirection) Description : When you play Quake's Episode 4 Level 3 (E4M3) you can not kill 100% of all monster in easy skill, as a fiend is spawned but not the corresponding teleporter trigger. As there are already two zombies at the teleporter on the graveyard, the fiend should be removed. In the starting room the shootable trigger (at the red window) and the message trigger at the door also appear in deathmatch and are annoying, so they should be removed in deathmatch. The new entity list fixes this. CDROM.COM : ftp://ftp.cdrom.com/pub/quake/levels/fixes/ ================================================================ * How To Use * #1 Extract "E4M3.BSP" from the maps dir of id's "PAK1.PAK" file (e.g. "C:\QUAKE\ID1\PAK1.PAK") into the directory where you put "E4M3_FIX.ENT" and "E4M3_FIX.BAT". #2 Start "E4M3_FIX.BAT" to fix the map. Hint: Make sure QBSP is in your path or in the same directory. #3 Put the modified "E4M3.BSP" back into id's PAK1.PAK For handling the PAK file you can use PakExplorer, AdquEdit, etc. which can be found at ftp://ftp.cdrom.com/pub/quake/ * Other Info * The reason for the fiend to appear in easy skill is that the spawnflags are not correctly set. The monster_demon1 "t190" enitity should have 257 as his spawnflags. The reason for the triggers to appear is that "not in deathmatch" is not set within their spawnflags. The message trigger_multiple (model *110) and trigger_once (model *105) spawnflags has to be set to "2048". Also give the trigger_multiple a wait of "2", so the pinging does not annoy the player too much. * Shameless Plug * Find out more about bugs in Quake and QuakeWorld on my homepage. Have Fun Matthias "Maddes" Buecher