Wolfenstein 3D, v1.1 (for the 1st episode at least) FILE: WOLF3D.EXE You have to use UNLZEXE. This one makes number of bullets irreducible (it can increase though) ORIGINAL: FF 0E D8 87 0E E8 44 F4 PATCH : 90 90 90 90 == == == == Irreducible health (god mode does same thing) ORIGINAL: 29 36 D6 87 83 3E D6 87 00 PATCH : 90 90 90 90 == == == == == With this patch you won't see the blasts when the Nazis shoot at you; those blasts are pain when you use god mode and a lot of guys shoot at you at the same time: the whole screen goes red. You still will be hit, however, if you don't use a patch for health or god mode. ORIGINAL: 83 3E 3C 96 00 74 2F A1 3C 96 PATCH: == == == == == EB == == == == If you want to use the LIM feature, but want to keep your score try this: ORIGINAL: C7 06 DA 87 03 00 C7 06 CE 87 00 00 C7 06 CC 87 00 00 PATCH : EB 0A 90 90 90 90 == == == == == == == == == == == == And this will get rid of a need to press a key after using LIM. ORIGINAL: 9A 09 0B 19 17 9A 30 0A 26 0B 83 3E 6F 8E 00 75 03 PATCH : EB 03 90 90 90 == == == == == == == == == == == == All the patches seem to be working, but I only tested them for half an hour, so no flames please. And ALWAYS SAVE you original file. Note: I didn't test these patches on all 6 episodes (I have only 1). My search strings are long I know, but I wanted to be sure there are no more occurences of these strings in the file. Michael Yakubovich