* Quake Use Patch 1.1 * This patch adds a "use" key to Quake for activating doors and buttons, so gameplay will be more realistic and different tactics are possible! Instructions: (just change doors.qc and buttons.qc) 1. search for "void() door_trigger_touch", "void() door_touch", "void() secret_touch" and "void() button_touch" 2. add lines "if ((other.classname == "Player") && (impulse != 14)) return;" 3. compile the files according to the QuakeC instructions Don't forget to bind a key to "use" impulse 14 or change the impulse command itself if you like! This patch is text only to make modifing of other mods more easy, to get a complete conversion including "use", to "get", "drop" and "kick" and lots of other features just go and get my Quake Plus patch (ftp.cdrom.com://pub/idgames2/quakec/misc/QPlus*)! Werner Spahl (ui22273@sun1.lrz-muenchen.de) 26.8.1996 "The reason of my life is to make me crazy!"